Go to file
2008-12-12 02:24:19 +01:00
bin Fix and simplify code that generates rss/atom urls. Now it handles urls in / properly. 2008-12-11 21:38:31 +00:00
etc Use explicitly relative paths when sourcing now that . is not in path 2008-10-26 05:29:42 +01:00
lib Clean up atom feed template a bit. 2008-12-12 02:24:19 +01:00
pub New menu implementation, removes the recursive calls to rc/awk, also makes use of dirfilter more consistent and simplifies some code. 2008-10-27 00:41:23 +01:00
sites Rename dummy file in sites/ 2008-09-22 11:05:02 +02:00
.hgignore Update ignore list, and add a dummy file to sites/ 2008-06-10 16:42:55 +02:00
README Update README, s/controller/werc/ 2008-10-28 01:41:25 +01:00

werc - a minimalist document management system
----------------------------------------------

Werc is a CMS designed to be simple to use, simple to setup, and not get on the
way while allowing users easy customization and implement new functionality.

For more information see the official website: http://repo.cat-v.org/werc/


Installation
------------

Requirements:

* Plan 9 from User Space - http://plan9.us
* An http server that can handle CGIs

Instructions:

Untar, configure httpd to use bin/werc.rc as a cgi-script, and create a
directory for your web site under sites/ where you can start to add content
right away. 

For general configuration options copy etc/initrc to initrc.local and customize
it to your liking. Site (and directory) specific options can be set in a
sites/example.com/_werc/config file inside the site's directory. To customize
templates you can store your own version of the files in lib/ under
sites/example.com/_werc/lib

For more details see the documentation section of the website.

Contact
-------

For comments, suggestions, bug reports or patches join the werc9 list in
google groups: http://groups.google.com/group/werc9 or the irc channel #plan9
in irc.freenode.org

If you have a public website that uses werc I would love to hear about it and
get feedback about you experience setting it up.


License
-------

Werc is in the public domain.