]> git.llucax.com Git - software/blitiri.git/history - blitiri.cgi
Show comments when displaying a single article
[software/blitiri.git] / blitiri.cgi
2008-08-08 Leandro LucarellaShow comments when displaying a single article
2008-08-08 Leandro LucarellaAdd basic comments support
2008-08-08 Leandro LucarellaDon't store leading slashes for paths in the article...
2008-08-08 Leandro LucarellaUse os.path.join() to build filenames
2008-08-08 Leandro LucarellaRename DB to ArticleDB
2008-08-08 Leandro LucarellaProperly translate HTML entities in user inputs when...
2008-08-08 Leandro LucarellaStrip article's haders values
2008-08-08 Leandro LucarellaAdd created and updated as optional parameters to Artic...
2008-08-08 Leandro LucarellaRemove dead code
2008-08-08 Leandro LucarellaMove docutils rendering bits to a helper function
2008-08-08 Leandro LucarellaAvoid code repetition by adding a helper function Templ...
2008-08-08 Leandro LucarellaAvoid code repetition by adding Article.to_vars() method
2008-08-08 Leandro LucarellaMake default template Use XHTML 1.0 Strict
2008-08-08 Leandro LucarellaRemove <br/>s to make the default template more XHTML...
2008-08-08 Leandro LucarellaUse text/css as Content-type when rendering the style...
2008-08-08 Leandro LucarellaUse a fixed width in the default style sheet
2008-08-07 Leandro LucarellaApply os.path.realpath() to *_path config variables...
2008-08-07 Leandro LucarellaMake blitiri.cgi work as a symlink
2008-03-11 Alberto BertogliAdd a "list" view to list all articles.
2007-05-22 Alberto BertogliRelax config import to make it usable.
2007-05-22 Alberto BertogliBe more verbose with article path errors.
2007-05-22 Alberto BertogliInitial commit.