sites/werc.cat-v.org/: update for 1.5 release

This commit is contained in:
Stanley Lieber 2020-06-16 21:51:39 -04:00
parent d33c4f63cf
commit 3629ad9444
2 changed files with 9 additions and 7 deletions

View file

@ -11,29 +11,31 @@ enough and break backwards compatibility in some important way. For this the
deprecated and currently outdated `werc-dev` mercurial repo will be used. deprecated and currently outdated `werc-dev` mercurial repo will be used.
Werc 1.5.x Werc 1.5.x, current stable branch
---------- ----------
Planed major changes in 1.5 Planned major changes in 1.5
* <strike>Include required p9p binaries in standard distribution (or with some easy to deploy packaging).</strike> * <strike>Include required p9p binaries in standard distribution (or with some easy to deploy packaging).</strike>
* New/rewritten css layout, perhaps using <strike>fluid960gs?</strike> html5 flexbox * New/rewritten css layout, using html5 flexbox [*Done*]
* File upload support [*Code contributed by maht, needs integration*] * File upload support [*Code contributed by maht, needs integration*]
* OpenID support [*Code contributed by maht, also needs integration*] * OpenID support [*Code contributed by maht, also needs integration*]
* More complete test suite. [*See: <http://tst.cat-v.org>*] * More complete test suite. [*See: <http://tst.cat-v.org>*]
* Integrate all changes from 9front live sites [*Done*] * Integrate all changes from 9front live sites [*Done*]
* Add rc-httpd [*Done*] * Add rc-httpd [*Done*]
* Add optional headers.tpl to site-specific templates in _werc/lib/ [*Done*] * Add optional headers.tpl to site-specific templates in _werc/lib/ [*Done*]
* Add apps/mdir [*Code contributed by khm, needs integration*]
* Add apps/paste [*Code contributed by khm, rewrite to use apps/upload*]
Werc 1.4.x, current stable branch Werc 1.4.x, previous stable branch
--------------------------------- ---------------------------------
* Mostly bugfixes, documentation work, and minor improvements. * Mostly bugfixes, documentation work, and minor improvements.
Werc 1.2.x, previous stable branch Werc 1.2.x
---------------------------------- ----------
* Only security fixes. * Only security fixes.

View file

@ -37,7 +37,7 @@ server with CGI support.
Werc runs on any Unix-like system where [Plan 9 from User Space](https://9fans.github.io/plan9port/), Werc runs on any Unix-like system where [Plan 9 from User Space](https://9fans.github.io/plan9port/),
[9base](https://tools.suckless.org/9base/), [9base](https://tools.suckless.org/9base/),
or [frontport](https://code.9front.org/hg/frontbase) or [frontport](https://code.9front.org/hg/frontbase)
are available (this includes Linux, *BSD, OS X and Solaris), and on Plan 9. are available (this includes Linux, \*BSD, OS X and Solaris), and on Plan 9.
Werc can use any HTTP server that can handle CGI, and has been tested with at Werc can use any HTTP server that can handle CGI, and has been tested with at
least Apache, Lighttpd, Cherokee, nhttpd, Hiawatha, rc-httpd, cgd, and others. least Apache, Lighttpd, Cherokee, nhttpd, Hiawatha, rc-httpd, cgd, and others.