custom werc for the thridculture instance (upstream is https://shithub.us/sl/werc/)
Find a file
Uriel f1f653f876 Sitemap improvemnts and cleanups:
- Avoid nedless tests
- Replace reference to /bin/sed with faster, simpler and probably more correct plan9 sed call.
- Move inline html styling to style.css
- Various code cleanups, bring source style in line with other werc source.
2008-12-20 13:20:31 +01:00
bin Move trailing * executable market strpping to dirfilter. 2008-12-20 13:15:56 +01:00
etc Make sites/ dir configurable. 2008-12-20 02:18:11 +01:00
lib Sitemap improvemnts and cleanups: 2008-12-20 13:20:31 +01:00
pub Sitemap improvemnts and cleanups: 2008-12-20 13:20:31 +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.