Home > foafer

foafer

Foafer is a project mainly written in PYTHON and JAVASCRIPT, based on the AGPL-3.0 license.

Web interface for displaying and browsing FOAF files. Running on appengine.

FOAFer

This is the source code running http://www.foafer.org

FOAFer displays (most) foaf resources in a somehow readable form.

The scripts are intended to run on the Google Appengine, therefore some things are not made in the best possible manner. For example, there is AFAIK no way to run SPARQL on the Appengine. So parsing the triples is made via a horrible unintuitive way of dict lookups.

Feel free to change this!

This is released under the GNU Affero General Public License V3.

Installation

Python modules required:

  • rdflib (>= 3.0.0) http://www.rdflib.net/

Download rdflib source package from http://www.rdflib.net/ and copy the folder ./rdflib in your foafer app folder.

  • mako templates http://www.makotemplates.org/

Download mako source package from http://www.makotemplates.org/download.html and copy the folder ./lib/mako in your foafer app folder.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program, in the file "COPYING". If not, see http://www.gnu.org/licenses/.

Previous:test_app