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 _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
