Go to file
2009-01-17 03:04:43 +01:00
apps Blagh: improve handler setup for atom/rss feeds, also filter out blog posts with non-url-allowed path elements. 2009-01-13 03:19:45 +01:00
bin Add comment on future issue for apps with 'synthetic' dirs. 2009-01-16 03:18:10 +01:00
etc Minor updates to initrc comments. 2009-01-11 07:41:24 +01:00
lib Update atom and rss templates to work with new blagh format. 2009-01-13 03:20:30 +01:00
pub Minor cosmetic css changes. 2009-01-17 03:04:43 +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.