My favorites | Sign in
Project Logo
             
Code license: New BSD License
Labels: django, foaf
Show all Featured downloads:
django-foaf_0.1.tar.gz
Feeds:
People details
Project owners:
  patrainet

The purpose of this module is to free user's social graph by the use of the foaf format. A user creates his profile in the editor, including relations, or directly imports his foaf file. The generated user profile will be available from the web as a foaf file. User's profiles are not locked anymore in a closed datastore but remains free and under user's control.

The version 0.1 is still a beta.

Features

Dependencies

Install

This software works with django 0.97 svn

 (r'^foaf/', include('django_foaf.urls')),
 FOAF_DATA='/var/www/mysite/rdf/foaf/'
 FOAF_URI='http://www.mysite.org/rdf/foaf/'
 FOAF_MAX_LINES=1200

Notes

This module does not use the database, all the data is stored and processed in rdf files.

The application is not yet internationalized: all the application messages are in french. Help welcome.

Use

Please report any bugs

Contribute and feedback

Feel free to improve the code or to come talk about the module: syntax_error in #django-fr on irc.freenode.net - Site: http://www.patrainet.com









Hosted by Google Code