|
Project Information
Members
Featured
Downloads
|
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
InstallThis 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. UsePlease report any bugs Contribute and feedbackFeel 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 |