[ANN] PyLucid v0.3.1 (CMS in pure Python CGI)
Hi! PyLucid is a lightweight, OpenSource (GPL) content management system (CMS) written in pure Python CGI. Nearly all output can be customized. No shell account is needed. To run PyLucid you need a standard Webserver with Python (at least v2.2.1) CGI and MySQL (mySQLdb). (Based on the PHP lucidCMS). Information under: http://www.pylucid.org/ Download: http://sourceforge.net/projects/pylucid/ Jens Diemer -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
[ANN] PyLucid v0.3.3 released (CMS in pure Python CGI)
Changes in v0.3.3: NEW: PyLucid automatically switch poormans_modrewrite on/off dependent on user agent. Better for search engines. Note: There are changes in config.py! Bugfixes: 1274352 index.py check_request(): HTTP_SERVER -> HTTP_HOST 1274329 wrong br-Tag in SourceCode.py 1274053 No internal pages editing possible 1274017 Modul SourceCode spaces between lines 1274014 RSS-Modul Traceback Error 1274012 RSS-Modul font size topic 1273980 SourceCode.py too much spaces... 1273954 HTML-Bug in RSS.py 1273863 error in "edit page" -> "abort" 1273854 can't "edit internal page" :( What? PyLucid is a lightweight, OpenSource ( GPL ) content management system ( CMS ) written in pure Python CGI. Nearly all output can be customized. No shell account is needed. To run PyLucid you need a standard Webserver with Python (at least v2.2.1) CGI and MySQL ( mySQLdb ). Information under: http://www.pylucid.org/ Download: http://sourceforge.net/projects/pylucid/ Jens Diemer -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
ANN: PyLucid release v0.4
Info PyLucid is a lightweight, OpenSource ( GPL ) content management system (CMS) written in pure Python CGI. Nearly all output can be customized. No shell account is needed. To run PyLucid you need a standard Webserver with Python (at least v2.2.1) CGI and MySQL ( mySQLdb ). more info: http://www.pylucid.org History v0.4 EN * complete new Module-Manager and Page-Parser * Change in all Modules to handle special characters like "/" * Admin-Front-Menu and Admin-Sub-Menu are editable internal pages * install_PyLucid can partially re-initialisation DB tables * DBdump is now MySQLdump. There are improvement in MySQLdump. Now you can partially dump tables. Now you can setup the path to mysqldump, thus it works with windows. * SiteMap: There are more CSS-statements to format. * NEW: Dir 'PyLucid_plugins', i moved RSS.py and SourceCode.py in this dir. Here are space for external increments. * NEW: delete CMS pages possible. DE * Neugeschriebener Module-Manager und Page-Parser * Änderungen in allen Modulen damit Seitennamen auch sonderzeichen wie "/" erhalten können * Admin-Front-Menu und Admin-Sub-Menu sind jetzt veränderbare interne Seiten * install_PyLucid kann nun Tabellen (einzeln auswählbar) zurücksetzten (Wichtig beim Update, wenn sich z.B. internal Pages geändert haben) * DBdump heißt nun MySQLdump. Man kann nun einzeln bestimmen welche Tabellen gesichert werden sollen. Außerdem kann man den Pfad angeben, somit klappt es auch unter Windows. * SiteMap: Es werden jetzt mehrere CSS-Angaben gesetzt damit man gezielt Einträge hervorheben kann. * NEU: Verzeichnis 'PyLucid_plugins', darin hab ich RSS.py und SourceCode.py verschoben. Hier haben externe Erweiterungen Platz. * NEU: löschen von CMS Seiten nun möglich. update instructions: http://pylucid.org/index.py?p=/Doku/update+instructions -- Mfg. Jens Diemer http://www.python-forum.de http://www.pythonwiki.de -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
ANN: PyLucid 0.6.0 stable released
It is finally done! The v0.6.0 version is stable. (I think.) About: -- PyLucid is a lightweight, OpenSource (GPL 2.x or newer) content management system written in pure Python CGI. Nearly all output can be customized. No shell account is needed. To run PyLucid you need a standard Webserver with Python (at least v2.2.1) CGI and MySQL. Changes: * major changes o NEW: Module/Plugin Administration available. o NEW: Basic User Management o The Module-Manager is complete rewritten. o Plugin-Config now in a seperate File. o Plugins can have own SQL-Tables, internal_pages and stylesheets. o NEW: internal_pages can be written in simpleTAL * minor / internal changes o Rewritten internal_pages: Used CSS instead of tables. o enhanced: manual encoding from data base o bugfixes in tinyTextile Markup o Tables plugin and plugindata where now in use ;) o page_internals with no markup use SQL-'NULL' instand of ID 1 http://pylucid.org/index.py?p=/Download/History Download: http://sourceforge.net/project/showfiles.php?group_id=146328&package_id=161206 how to install PyLucid: http://www.pylucid.org/index.py?p=/Download/install+PyLucid update instructions: http://www.pylucid.org/index.py?p=/Download/update+instructions -- Mfg. Jens Diemer CMS in pure Python CGI: http://www.pylucid.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
[ANN] PyLucid CMS v0.7.0 released
about PyLucid -- PyLucid is a lightweight, OpenSource ( GPL 2.x or newer ) content management system ( CMS ) written in Python WSGI. Nearly all output can be customized. No shell account is needed. You only need a standard webserver with Python (at least v2.2.1) CGI and MySQL ( mySQLdb ) to run PyLucid. You can use PyLucid as a Framework for you small Web-Application. Because you can make you own Plugins! Look at: http://www.pylucid.org/index.py/DeveloperInfo/ PyLucid use the WSGI Standard, so you can run it as CGI, fastCGI, SCGI, AJP and others... major changes -- * WSGI compatibly (using Colubrid - but not optimized)! * new template engine jinja in place of simpleTAL * new CSS and JS handling * new internal page editing * new: "List of all available Tags" when you edit a CMS page * new: PluginDownloader (a Plugin to make you own written Plugins downloadable for other Users) (available since v0.7RC2) * File oganisation changed * new /_install - Section (look at InstallAccess): o new 'low level Admin' Tools - example: 'rename all used tabelnames' o new 'info / tests' - many SQL-Server information * shortcut for every page. So the URLs are cleaner * No poormanmodrewrite! I think the URLs are good enough. minor changes -- * internal Links works now with the new shortcuts! * You can make short Links to deep pages. Example: http://www.pylucid.org/index.py/Doku/Markup/TinyTextileExample/ -> http://www.pylucid.org/index.py/TinyTextileExample/ * DB dump improved (a little, but not really enough) * "list of new sides" improved (See how edit the pages) Links -- Homepage..: http://www.pylucid.org sf.net: http://sourceforge.net/projects/pylucid/ Install instructions: http://www.pylucid.org/index.py/InstallPyLucid/ -- Mfg. Jens Diemer CMS in pure Python CGI: http://www.pylucid.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html