| Add a couple of missing files from the site and other minnor doc changes. - swe… | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit fba593b9f06a48e769f28f7220c8c15ce0a8031d | |
| parent 679fe43fb087cc0ca123d3e3e4d45f2907c3b964 | |
| Author: Uriel <[email protected]> | |
| Date: Sun, 21 Mar 2010 16:31:46 +0000 | |
| Add a couple of missing files from the site and other minnor doc changes. | |
| Diffstat: | |
| M sites/werc.cat-v.org/apps/blagh/in… | 3 ++- | |
| A sites/werc.cat-v.org/development/i… | 23 +++++++++++++++++++++++ | |
| A sites/werc.cat-v.org/development/r… | 44 +++++++++++++++++++++++++++… | |
| 3 files changed, 69 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/sites/werc.cat-v.org/apps/blagh/index.md b/sites/werc.cat-v.org/ap… | |
| @@ -42,7 +42,7 @@ This is optional and by default set to the 'blog-editors' gro… | |
| ### `conf_max_lines_per_post=`*[integer]* | |
| -This option may be added using the patch linked bellow. It defaults to `6` wh… | |
| +This option may be added using the patch linked bellow. It defaults to `7` wh… | |
| [blagh-91a4597480a7-conf\_max\_lines\_per\_post.diff](http://senet.us/blagh-91… | |
| @@ -56,3 +56,4 @@ See also: | |
| + | |
| diff --git a/sites/werc.cat-v.org/development/index.md b/sites/werc.cat-v.org/d… | |
| @@ -0,0 +1,23 @@ | |
| +Werc Development | |
| +================ | |
| + | |
| +The latest dev code is available in the werc-dev hg repo: http://hg.cat-v.org/… | |
| + | |
| +Release Numbering | |
| +----------------- | |
| + | |
| +Releases with an od 'dot-number' (eg., 1.1.x) are development releases, they a… | |
| + | |
| +Releases with an even 'dot-number' (eg., 1.2.x) are stable releases, only rece… | |
| + | |
| +Major non-backwards compatible changes are only made in major release numbers … | |
| + | |
| + | |
| +But reports, feature requests, bug fixes and other patches are all very welcom… | |
| + | |
| + | |
| +See Also | |
| +-------- | |
| + | |
| +* The [Roadmap](roadmap). | |
| +* [TODO](todo) list. | |
| diff --git a/sites/werc.cat-v.org/development/roadmap.md b/sites/werc.cat-v.org… | |
| @@ -0,0 +1,44 @@ | |
| +Development Roadmap | |
| +=================== | |
| + | |
| +Werc 1.3.x | |
| +---------- | |
| + | |
| +* Include required p9p binaries in standard distribution (or with some easy to… | |
| +* 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 don… | |
| +* Include test suite/site (also to be hosted at http://tst.cat-v.org) [*In Pro… | |
| + | |
| + | |
| +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. |