Differences between revisions 18 and 20 (spanning 2 versions)
Revision 18 as of 2006-09-02 14:57:37
Size: 3034
Editor: 146-115-27-212
Comment:
Revision 20 as of 2006-10-02 14:22:52
Size: 3320
Editor: PaulBoddie
Comment: Linked to PythonWikiEngines.
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * [http://orangoo.com/skeletonz/ Skeletonz] is simple, powerful, extensible, reliable. Has been in development since October 2005. Ajax based editor with spell checking & UTF-8 support. High performance: best result is around 600 request/sec. Open source, GNU GPL. You can try its [http://orangoo.com/skeletonz_demo online running demo]. Login with ''admin/admin'' user/password. The demo is reset every hour.
Line 19: Line 18:
 * [http://orangoo.com/skeletonz/ Skeletonz] is simple, powerful, extensible, reliable. Has been in development since October 2005. Ajax based editor with spell checking & UTF-8 support. High performance: best result is around 600 request/sec. Open source, GNU GPL. You can try its [http://orangoo.com/skeletonz_demo online running demo]. Login with ''admin/admin'' user/password. The demo is reset every hour.
Line 27: Line 27:
 * See a more complete list of Wiki solutions on the PythonWikiEngines page.

== Editorial Notes ==

The above lists should be arranged in ascending alphabetical order - please respect this when adding new solutions. When specifying release dates please use the format YYYY-MM-DD.

Content Management Systems

A content management system might be simply defined as a system which supports the publishing or sharing, editing or manipulation, searching and indexing, archival or versioning of content, frequently documents, typically using Web technologies. A more extensive definition can be found in the [http://en.wikipedia.org/wiki/Content_management_system Wikipedia topic entry].

In plainer terms, content management systems are the applications used to manage Web sites where the writers, editors and users are able to upload, edit and manage content without needing to know too many of the technical details about how the site actually works.

Zope-based Solutions

The most established Python-based content management systems are those derived from ["Zope"], notably [http://www.plone.org Plone], [http://www.cps-project.org Nuxeo CPS] and [http://www.infrae.com/products/silva Silva]. These solutions have been used in large scale and high profile deployments over a number of years, and a range of organisations provide support and services for those solutions.

Non-Zope Solutions

For those wanting non-Zope CMS solutions, there are a few options which may provide at least some of the features found in the more established solutions mentioned above, and the solutions mentioned below may be targeted more towards developers than individuals or organisations wishing to immediately deploy a complete and working solution.

Wiki Solutions

Despite their simple beginnings, many Wiki solutions offer many of the capabilities listed above. Numerous Wiki projects have been written in Python; the following are the most widely deployed:

  • MoinMoin is the solution used to publish and manage the information on this page!

  • [http://trac.edgewall.org/ Trac] provides a Wiki within a larger solution for the management of software projects and project information (bug tracking, source browsing, and so on).

  • See a more complete list of Wiki solutions on the PythonWikiEngines page.

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new solutions. When specifying release dates please use the format YYYY-MM-DD.

ContentManagementSystems (last edited 2014-05-25 07:47:58 by SteveBreuning)

Unable to edit the page? See the FrontPage for instructions.