{ "info": { "author": "Scott Dunlop", "author_email": "sdunlop@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "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" ], "description": "Cloud Wiki was implemented as a response to the lack of Python wiki servers that\r\nare intended to run as an individual server process and provide functionality to\r\nmeet its designer's needs.\r\n\r\nCloud Wiki's nodes are stored in a sqlite database, and served using python's\r\nBaseHTTPServer, running as a long lived application service. Wiki markup is a\r\nsimple unobtrusive dialect, providing free linking, images, tables, unordered\r\nlists and preformatted text blocks. Rendered content data is stored in the\r\ndatabase, along with content change information, to improve server response times.\r\n\r\nCloud Wiki supports user authentication, but does not currently provide an\r\nregistration interface of its own -- the authentication system is designed to be\r\nmodular and easily extended by adding functionality to check passwords from\r\nother existing databases or to periodically import them using a cron script.", "description_content_type": null, "docs_url": null, "download_url": "http://sourceforge.net/project/showfiles.php?group_id=128670", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://cloudwiki.sourceforge.net", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "cloud_wiki", "package_url": "https://pypi.org/project/cloud_wiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cloud_wiki/", "project_urls": { "Download": "http://sourceforge.net/project/showfiles.php?group_id=128670", "Homepage": "http://cloudwiki.sourceforge.net" }, "release_url": "https://pypi.org/project/cloud_wiki/1.1/", "requires_dist": null, "requires_python": null, "summary": "A wiki engine backed by sqlite that provides its own http server, user authentication and is easy to administer from the command line.", "version": "1.1" }, "last_serial": 4360, "releases": { "1.0": [], "1.1": [] }, "urls": [] }