This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
trough /
README.md
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








