Skip to content

bct/trough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venus supports FOAF reading lists in this format:

_                         a            foaf:Agent
_                         foaf:name    "some name"
_                         foaf:weblog  <http://example.com/>

<http://example.com/>     a            foaf:Document
<http://example.com/>     rdfs:seeAlso <http://example.com/feed>

<http://example.com/feed> a            rss:channel

Trough serves a list like this from an SQLite database, in ntriples format.

Venus can also do a bunch of other cool stuff with FOAF reading lists, but we're not doing anything with that right now.

All you need are Sinatra and ActiveRecord.

To set this up in Venus, add to your config.ini:

[http://url_you_mounted_trough_at/?t=rdf]
content_type = foaf
depth=1

About

outrageously simple RDF reading list manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages