<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cloud_wiki</name>
<shortdesc>A wiki engine backed by sqlite that provides its own http server, user authentication and is easy to administer from the command line.</shortdesc>
<description>Cloud Wiki was implemented as a response to the lack of Python wiki servers that
are intended to run as an individual server process and provide functionality to
meet its designer's needs.

Cloud Wiki's nodes are stored in a sqlite database, and served using python's
BaseHTTPServer, running as a long lived application service.  Wiki markup is a
simple unobtrusive dialect, providing free linking, images, tables, unordered
lists and preformatted text blocks. Rendered content data is stored in the
database, along with content change information, to improve server response times.

Cloud Wiki supports user authentication, but does not currently provide an
registration interface of its own -- the authentication system is designed to be
modular and easily extended by adding functionality to check passwords from
other existing databases or to periodically import them using a cron script.</description>
<download-page>http://sourceforge.net/project/showfiles.php?group_id=128670</download-page>
<homepage rdf:resource="http://cloudwiki.sourceforge.net" />
<maintainer><foaf:Person><foaf:name>Scott Dunlop</foaf:name>
<foaf:mbox_sha1sum>da191d2ec23c79994590a7a13f8ca2f3c799fc23</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1</revision></Version></release>
</Project></rdf:RDF>