Add werc.cat-v.org/ site, it serves as sample site.

This commit is contained in:
Uriel 2009-01-20 03:52:21 +01:00
parent 9f1f4ca37f
commit 79357e5c5a
11 changed files with 240 additions and 0 deletions

View file

@ -0,0 +1,8 @@
Werc is a minimalist web framework built on the Unix and Plan 9 *tool philosophy* of software design.
* Database free, uses files and directories instead.
* Written using the rc shell, leveraging the standard unix/plan9 command toolkit.
* Minimize tedious work: avoid having to write HTML, can use markdown instead.
* Very minimalist yet extensible codebase: 150 lines of code highly functional core, with extra functionality in modular apps.