Werc website and doc updates. - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 76d0bdd96ef6f604a01b765992b18dff089ad3ba
 (DIR) parent 5620fdee294dab40673d04e7d09d852120f671a7
 (HTM) Author: Uriel <u@berlinblue.org>
       Date:   Sun,  9 Jan 2011 10:44:54 +0000
       
       Werc website and doc updates.
       Diffstat:
         M sites/werc.cat-v.org/apps/_footer.… |       2 +-
         M sites/werc.cat-v.org/development/t… |       4 ++++
         M sites/werc.cat-v.org/docs/site-cus… |       7 +++++--
       
       3 files changed, 10 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/sites/werc.cat-v.org/apps/_footer.md b/sites/werc.cat-v.org/apps/_footer.md
       @@ -5,6 +5,6 @@ This are some apps developed by werc users, to install them put them in your wer
        
        * [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.
 (DIR) diff --git a/sites/werc.cat-v.org/development/todo.md b/sites/werc.cat-v.org/development/todo.md
       @@ -57,6 +57,10 @@ Future Plansi and Blue Sky
          * 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
        ----------
 (DIR) diff --git a/sites/werc.cat-v.org/docs/site-customization.md b/sites/werc.cat-v.org/docs/site-customization.md
       @@ -1,8 +1,9 @@
        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 @@ See also
        --------
        
        * [CSS style sheets customization](css_style).
       +
       +