Actions
Task #425
openFeature #424: My first blog
Blogging software candidates
Status:
New
Priority:
Normal
Assignee:
-
Category:
Prospecting
Target version:
-
Start date:
10/07/2011
Due date:
% Done:
0%
Estimated time:
Description
We have to first look for existing blogging software that could be used to add a blogging engine in DDL. A list of such softwares can be found on Wikipedia:
http://en.wikipedia.org/wiki/Comparison_of_content_management_systems
The following page provides a long list of Python blog software:
http://wiki.python.org/moin/PythonBlogSoftware
We can start to look at:
- MoinMoin – a Python blog engine using flat files as a database
- Blosxom – a Perl blog engine using flat files as a database
- Foswiki – another Perl blog engine using flat files as a database
- PyBlosXom – a lightweight Python blogging software using text files as a database, should run along with nginx since this is a CGI script.
Note that Python blog engines can be served using the small Python web server CherryPy. Please feel free to add any software that you would believe relevant, even if you have never tested it.
Actions