shithub: werc

Download patch

ref: fc11db6e05a03b34f680fb2cba6ea1015bec7639
parent: 9a7b5a8aba1c7bafb50ba40b8e7305df5341d99a
author: Uriel <u@berlinblue.org>
date: Sun Mar 21 12:31:46 EDT 2010

Add a couple of missing files from the site and other minnor doc changes.

--- a/sites/werc.cat-v.org/apps/blagh/index.md
+++ b/sites/werc.cat-v.org/apps/blagh/index.md
@@ -42,7 +42,7 @@
 
 ### `conf_max_lines_per_post=`*[integer]*
 
-This option may be added using the patch linked bellow.  It defaults to `6` which **should** only include the page heading and the first two paragraphs of each post on the main blogroll(?) page.  This is far from complete, but works for me.  See it in action at <http://blog.senet.us>
+This option may be added using the patch linked bellow.  It defaults to `7` which **should** only include the page heading and the first two paragraphs of each post on the main blogroll(?) page.  This makes many assumptions that should be noted.  It just removes everything from `conf_max_lines_per_post` to the end of the file.  Traditionally, line 1 is the H1 title and line 2 is the line of = required to tell mardown of it's importance.  This then assumes that each paragraph is on a single line, which is not enforced by markdown.  See it in action at <http://blog.senet.us>
 
 [blagh-91a4597480a7-conf\_max\_lines\_per\_post.diff](http://senet.us/blagh-91a4597480a7-conf_max_lines_per_post.diff) (1.2K) (20100114)
 
@@ -52,6 +52,7 @@
 
 * To edit blog posts you can use the functionality provided by [the dirdir app](../dirdir/).
 * Commenting can be handled by [the bridge app](../bridge/).
+
 
 
 
--- /dev/null
+++ b/sites/werc.cat-v.org/development/index.md
@@ -1,0 +1,23 @@
+Werc Development
+================
+
+The latest dev code is available in the werc-dev hg repo: http://hg.cat-v.org/werc-dev/
+
+Release Numbering
+-----------------
+
+Releases with an od 'dot-number' (eg., 1.1.x) are development releases, they are hosted in the `werc-dev` hg repo.
+
+Releases with an even 'dot-number' (eg., 1.2.x) are stable releases, only receive bug fixes, they are hosted in the `werc` hg repo.
+
+Major non-backwards compatible changes are only made in major release numbers (eg., 2.0).
+
+
+But reports, feature requests, bug fixes and other patches are all very welcome, just send them to the [werc9 mailing list](http://groups.google.com/group/werc9).
+
+
+See Also
+--------
+
+* The [Roadmap](roadmap).
+* [TODO](todo) list.
--- /dev/null
+++ b/sites/werc.cat-v.org/development/roadmap.md
@@ -1,0 +1,44 @@
+Development Roadmap
+===================
+
+Werc 1.3.x
+----------
+
+* Include required p9p binaries in standard distribution (or with some easy to deploy packaging).
+* New/rewritten css layout, perhaps using fluid960gs? 
+* File upload support [*Code contributed by maht, needs integration*]
+* OpenID support [*Code contributed by maht, also needs integration*]
+* More complete test suite.
+
+
+Werc 1.2.x, current stable branch
+---------------------------------
+
+* Only bugfixes.
+
+
+Werc 1.1.x previous dev branch
+------------------------------
+
+* Convert all templates and pages to HTML 5. [*Done*]
+* Include new markdown implementation in pure awk by yuyis.[*Done*]
+* Native Plan 9 httpd works out of the box. [*Mostly done*]
+* Support for Google's Pubsubhubbub. [*Experimental implementation already done*]
+* Include test suite/site (also to be hosted at http://tst.cat-v.org) [*In Progress*]
+
+
+Werc 1.0.x, previous stable branch
+----------------------------------
+
+* Only security fixes.
+
+
+-----------------------------------------------------
+
+Werc 2.0 Plans
+--------------
+
+* Big redesigns / rewrites.
+* Any non-backwards compatible changes.
+* Bring some sanity to the function/config-variable naming insanity.
+* Nothing else planned yet.