From 9e4d99e0255db2c423c041a0fc6b52c0867fa752 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 21 Jan 2009 10:23:35 +0000 Subject: [PATCH] Some more werc.cat-v.org content --- sites/werc.cat-v.org/index.md | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/sites/werc.cat-v.org/index.md b/sites/werc.cat-v.org/index.md index a83b3b3..d2a2573 100644 --- a/sites/werc.cat-v.org/index.md +++ b/sites/werc.cat-v.org/index.md @@ -39,3 +39,46 @@ least Apache, Lighttpd, Cherokee, nhttpd, Hiawatha, and others. Werc uses markdown by default (and the standard Perl markdown is included with the distribution), to format documents, but any other formatting system can be used. + + +Development +----------- +To get a copy of the latest development code using mercurial, do: + + hg clone http://gsoc.cat-v.org/hg/werc/ + +You can also [browse the online repository](http://gsoc.cat-v.org/hg/werc/). + +Contact +------- + +For questions, suggestions, bugrepports and contributing patches you can join the [werc9 mailinglist](http://groups.google.com/group/werc9). + +On irc, join #plan9 on irc.freenode.org + + +Links +----- + +* [werc project at freshmeat](http://freshmeat.net/projects/werc/) - You can get new release notifications there. + + +License +------- + +Public domain (by default includes markdown.pl which has a different license, but this can be replaced). + +Credits +------- + +Thanks to Kris Maglione (aka JG) for implementing rss feeds, for writing the +awk rc-templating system, and other help and inspiration (some parts of the +code were based on JG's diri wiki). + +Thanks to Mechiel (aka oksel) for the md_cache script. + +Thanks Garbeam (aka arg) for writing the original diri code and showing that +writing complex web apps in rc was feasible. + +And thanks to everyone else whom I have forgotten and that has provided fixes +and feedback.