[dancer-users] Announcing Tutu, a flat-file CMS
Joel Roth
joelz at pobox.com
Sun May 25 02:42:55 BST 2014
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
More information about the dancer-users
mailing list