werc/README

45 lines
1.2 KiB
Plaintext
Raw Normal View History

2008-08-30 21:44:38 -06:00
werc - a minimalist document management system
----------------------------------------------
2008-09-22 03:09:44 -06:00
Werc is a CMS designed to be simple to use, simple to setup, and not get on the
2008-08-30 21:44:38 -06:00
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
2008-09-22 03:09:44 -06:00
* An http server that can handle CGIs
2008-08-30 21:44:38 -06:00
Instructions:
Untar, configure httpd to use bin/controller.rc as a cgi-script, and create a
2008-09-22 03:09:44 -06:00
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
_config file inside the site's directory.
For details see the documentation section of the website.
2008-08-30 21:44:38 -06:00
Contact
-------
2008-09-22 03:09:44 -06:00
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
2008-08-30 21:44:38 -06:00
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.