Differences between revisions 13 and 14
Revision 13 as of 2008-02-15 08:35:18
Size: 2863
Editor: 59
Comment: sorry forgot to remove "." at end of appwsgi line
Revision 14 as of 2008-11-15 14:01:23
Size: 2889
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [http://www.schooltool.org/ SchoolTool] - school administration  * [[http://www.schooltool.org/|SchoolTool]] - school administration
Line 14: Line 14:
 * ["PyCS"] - Python Community Server
 * ["PyDS"] - Python Desktop Server
 * [[PyCS]] - Python Community Server
 * [[PyDS]] - Python Desktop Server
Line 19: Line 19:
 * [http://www.triv.org.uk/~nelis/forest/ Forest] -- simple, CGI
 * [http://www.pocoo.org/ Pocoo]
 * [http://code.google.com/p/diamanda/ myghtyBoard]
 * [[http://www.triv.org.uk/~nelis/forest/|Forest]] -- simple, CGI
 * [[http://www.pocoo.org/|Pocoo]]
 * [[http://code.google.com/p/diamanda/|myghtyBoard]]
Line 25: Line 25:
 * [http://cdsware.cern.ch/invenio/index.html Invenio] - a digital library solution with search engine capabilities  * [[http://cdsware.cern.ch/invenio/index.html|Invenio]] - a digital library solution with search engine capabilities
Line 29: Line 29:
 * [http://www.wsgimail.org/ WSGIMail] - a Webmail interface to IMAP accounts
 * [http://pywebmail.sourceforge.net/ PyWebMail] - a POP3 interface to Webmail accounts
 * [[http://www.wsgimail.org/|WSGIMail]] - a Webmail interface to IMAP accounts
 * [[http://pywebmail.sourceforge.net/|PyWebMail]] - a POP3 interface to Webmail accounts
Line 34: Line 34:
 * [http://cdsware.cern.ch/indico/index.html Indico] - for the scheduling and organising of conferences
 * [http://www.schooltool.org/products/schoolbell SchoolBell] - a calendar management system for small organisations
 * [[http://cdsware.cern.ch/indico/index.html|Indico]] - for the scheduling and organising of conferences
 * [[http://www.schooltool.org/products/schoolbell|SchoolBell]] - a calendar management system for small organisations
Line 39: Line 39:
 * [http://code.google.com/p/appwsgi/ AppWsgi] - illustration of ajax applications running on a mod_wsgi apache server
 * [http://www.list.org/ Mailman] - a mailing list manager with a Web front-end
 * [[http://code.google.com/p/appwsgi/|AppWsgi]] - illustration of ajax applications running on a mod_wsgi apache server
 * [[http://www.list.org/|Mailman]] - a mailing list manager with a Web front-end
Line 42: Line 42:
 * [http://trac.edgewall.com/ Trac] - a combined issue tracker, Wiki and Subversion source code browser
 * [http://www.viewvc.org/ ViewVC] (formerly known as ViewCVS) - a CVS and Subversion source code browser
 * [[http://trac.edgewall.com/|Trac]] - a combined issue tracker, Wiki and Subversion source code browser
 * [[http://www.viewvc.org/|ViewVC]] (formerly known as ViewCVS) - a CVS and Subversion source code browser

Web Applications in Python

Numerous widely-deployed Web applications have been written in Python, some employing technologies found on the WebFrameworks page, others providing much of the technology themselves (and potentially spawning a new framework later on in their existence). The following lists comprise a non-exhaustive collection of such Web applications.

Note that Internet sites "powered by Python" which aren't downloadable and redeployable should be listed elsewhere (see WellKnownPythonPrograms) - this page is concerned with applications which can be downloaded, studied, customised, run locally, run on an intranet or on the Internet, or used as the basis for other applications.

Administration

Blogging

  • The PythonBlogSoftware page contains a list of blogging-related applications, some of which are Web-based.

  • PyCS - Python Community Server

  • PyDS - Python Desktop Server

Forum (message board)

Information Management

  • Invenio - a digital library solution with search engine capabilities

Mail Reading

  • WSGIMail - a Webmail interface to IMAP accounts

  • PyWebMail - a POP3 interface to Webmail accounts

Scheduling

  • Indico - for the scheduling and organising of conferences

  • SchoolBell - a calendar management system for small organisations

Software Development

  • AppWsgi - illustration of ajax applications running on a mod_wsgi apache server

  • Mailman - a mailing list manager with a Web front-end

  • RoundUp - an issue tracker with a Web front-end

  • Trac - a combined issue tracker, Wiki and Subversion source code browser

  • ViewVC (formerly known as ViewCVS) - a CVS and Subversion source code browser

Wikis

  • The PythonWikiEngines page contains an extensive list of Wiki applications, some of which are widely deployed on the Internet.

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.

WebApplications (last edited 2017-09-12 23:57:17 by dvs1)

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