shithub: werc

Download patch

ref: a29d7781872bbf1c95a7b297e39526e1a5ce81a7
parent: a88987b5ef72191b741b66bd58b78f200b057493
author: sl <uriel@engel.se.cat-v.org>
date: Wed Jan 21 05:23:35 EST 2009

Some more werc.cat-v.org content

--- a/sites/werc.cat-v.org/index.md
+++ b/sites/werc.cat-v.org/index.md
@@ -39,3 +39,46 @@
 
 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.