Changes between Version 15 and Version 16 of WikiStart

Show
Ignore:
Timestamp:
01/28/09 09:51:30 (20 months ago)
Author:
todd
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    11= Introduction to the TurtolCMS = 
    22 
    3 TurtolCMS is a Python-based, database-driven Website Builder, Web Application Platform and Content Management System.  It is written specifically to run under mod_python, but it could probably be adapted to run as a CGI or a WSGI application. 
     3TurtolCMS is a Python-based, database-driven Website Builder, Web Application Platform and Content Management System.  It is written specifically to run under mod_python, but it could probably be adapted to run as a CGI or a WSGI application. ''(28-Jan-09: 0.7 has a WSGI entry point, and will be primarily a WSGI application)'' 
    44 
    55Those wishing to develop an application to run inside TurtolCMS should look to the ApplicationDeveloperDocs.  If you want to get your hands dirty on the actual TurtolCMS code base itself, check out the DeveloperDocs.