diff --git a/sites/werc.cat-v.org/apps/_footer.md b/sites/werc.cat-v.org/apps/_footer.md index f442c56..94fdb62 100644 --- 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. diff --git a/sites/werc.cat-v.org/development/todo.md b/sites/werc.cat-v.org/development/todo.md index 21fde68..e0f6c34 100644 --- 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 ---------- diff --git a/sites/werc.cat-v.org/docs/site-customization.md b/sites/werc.cat-v.org/docs/site-customization.md index eca5d92..7eac159 100644 --- 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). + +