25 May
2014
25 May
'14
1:42 a.m.
On Thu, May 22, 2014 Joel Roth wrote:
I've evolved a simple CMS for my own purposes, taking some cues from blosxom, which was my first experience with a web framework.
The current design has these main features.
* flat file design, no database * user login * simple access control based on two text files + access: username dir1 dir2 dir3... + restricted_dirs: dira dirb dirc... * Markdown-format pages in $root_dir/pages * generates directory listings for files in $root_dir/public
I spent a while fixing it up and sanitizing it. Now available at: http://github.com/bolangi/tutu.git If you look at the README and poke around, I think you'll find pretty much everything you need. Greetings, Joel -- Joel Roth