Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 01/28/09 09:51:30 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 1 1 = Introduction to the TurtolCMS = 2 2 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. 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. ''(28-Jan-09: 0.7 has a WSGI entry point, and will be primarily a WSGI application)'' 4 4 5 5 Those 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.