Minnor updates to README

This commit is contained in:
uriel 2008-09-22 11:09:44 +02:00
parent f4f026d66b
commit b18d4e7364

20
README
View File

@ -1,7 +1,7 @@
werc - a minimalist document management system werc - a minimalist document management system
---------------------------------------------- ----------------------------------------------
Werc is a DMS designed to be simple to use, simple to setup, and not get on the 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. way while allowing users easy customization and implement new functionality.
For more information see the official website: http://repo.cat-v.org/werc/ For more information see the official website: http://repo.cat-v.org/werc/
@ -13,20 +13,26 @@ Installation
Requirements: Requirements:
* Plan 9 from User Space - http://plan9.us * Plan 9 from User Space - http://plan9.us
* A markdown implementation is strongly recommended (although other formating systems are supported via configuration). * An http server that can handle CGIs
* An http server that can handle CGI
Instructions: Instructions:
Untar, configure httpd to use bin/controller.rc as a cgi-script, and create a Untar, configure httpd to use bin/controller.rc as a cgi-script, and create a
directory for your web site under sites/ where you can basically start to add directory for your web site under sites/ where you can start to add content
content right away. For details see the documentation section of the website. 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.
Contact Contact
------- -------
To contact the author you can email: uriel99 at gmail or look for uriel in For comments, suggestions, bug reports or patches join the werc9 list in
#plan9 in irc.freenode.org 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 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. get feedback about you experience setting it up.