Werc website and doc updates. - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 76d0bdd96ef6f604a01b765992b18dff089ad3ba | |
parent 5620fdee294dab40673d04e7d09d852120f671a7 | |
Author: Uriel <[email protected]> | |
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(-) | |
--- | |
diff --git a/sites/werc.cat-v.org/apps/_footer.md b/sites/werc.cat-v.org/apps/_… | |
@@ -5,6 +5,6 @@ This are some apps developed by werc users, to install them put… | |
* [Xibit](http://xibit.soul9.org/): an image gallery app by written by soul9. | |
* [SMAK](http://www.anarchyinthetubes.com/hg/smak/): a "very simple" image gal… | |
-* [hgwerc](http://www.anarchyinthetubes.com/hg/hgwebdir.cgi/hgwerc/): a wrappe… | |
+* [hgwerc](http://www.anarchyinthetubes.com/hg/hgwerc/): a wrapper around the … | |
* [scrappydog](http://code.google.com/p/scrappydog/): A werc based online scra… | |
* [flip](http://www.anarchyinthetubes.com/hg/flip/): A web interface to view P… | |
diff --git a/sites/werc.cat-v.org/development/todo.md b/sites/werc.cat-v.org/de… | |
@@ -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… | |
@@ -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 … | |
+ | |
+To change any of the templates found in /tpl/ (e.g. sitemap.tpl), copy the fil… | |
File Types | |
---------- | |
@@ -48,3 +49,5 @@ See also | |
-------- | |
* [CSS style sheets customization](css_style). | |
+ | |
+ |