shithub: werc

Download patch

ref: 81053660c0846963eee44281dfea0b0bc71382e4
parent: 58316c486b83cf9ec94b53aa6a2142324ee381f5
author: Uriel <u@berlinblue.org>
date: Sun Jan 9 05:44:54 EST 2011

Werc website and doc updates.

--- a/sites/werc.cat-v.org/apps/_footer.md
+++ b/sites/werc.cat-v.org/apps/_footer.md
@@ -5,6 +5,6 @@
 
 * [Xibit](http://xibit.soul9.org/): an image gallery app by written by soul9.
 * [SMAK](http://www.anarchyinthetubes.com/hg/smak/): a "very simple" image gallery by yiyus.
-* [hgwerc](http://www.anarchyinthetubes.com/hg/hgwebdir.cgi/hgwerc/): a wrapper around the mercurial web interface to integrate it into werc sites, also by yiyus.
+* [hgwerc](http://www.anarchyinthetubes.com/hg/hgwerc/): a wrapper around the mercurial web interface to integrate it into werc sites, also by yiyus.
 * [scrappydog](http://code.google.com/p/scrappydog/): A werc based online scrapbook by maht.
 * [flip](http://www.anarchyinthetubes.com/hg/flip/): A web interface to view PDFs, by yiyus.
--- a/sites/werc.cat-v.org/development/todo.md
+++ b/sites/werc.cat-v.org/development/todo.md
@@ -57,6 +57,10 @@
   * Autogenerated anchors/navigation boxes
   * No inline html
 
+Similar frameworks to be investigated and mined for good ideas to steal:
+
+  * TinyTim: http://www.reddit.com/r/programming/duplicates/dbaee/
+
 
 Known Bugs
 ----------
--- a/sites/werc.cat-v.org/docs/site-customization.md
+++ b/sites/werc.cat-v.org/docs/site-customization.md
@@ -1,9 +1,10 @@
 Site Customization
 ==================
 
-To change any of the default templates and include files simply copy them
-from /lib/ to your site's _werc/lib/ and edit at will.
+To change any of the default templates or include files found in /lib/ simply copy them from /lib/ to your site's _werc/lib/ and edit at will.
 
+To change any of the templates found in /tpl/ (e.g. sitemap.tpl), copy the file to your site's root (e.g. /sites/foo.bar.com/sitemap.tpl) and then edit.
+
 File Types
 ----------
 
@@ -48,3 +49,5 @@
 --------
 
 * [CSS style sheets customization](css_style).
+
+