cloud_wiki 1.1
A wiki engine backed by sqlite that provides its own http server, user authentication and is easy to administer from the command line.
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.
- Author: Scott Dunlop <sdunlop at users sourceforge net>
- Home Page: http://cloudwiki.sourceforge.net
- Download URL: http://sourceforge.net/project/showfiles.php?group_id=128670
- License: GPL
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Environment :: Web Environment
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: POSIX
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Internet :: WWW/HTTP :: HTTP Servers
- Topic :: Text Processing :: Markup
- Topic :: Text Processing :: Markup :: HTML
- Package Index Owner: sdunlop
- DOAP record: cloud_wiki-1.1.xml
Log in to rate this package.
