Commit Graph

658 Commits

Author SHA1 Message Date
sl
32414fdfff initial import of changes from 9front bikeshedding; bundle rc-httpd 2016-02-04 15:05:05 -05:00
Uriel
3b1be16a19 Be a bit more careful before we redirect to plain files when we get a trailing / and can't find a dir. 2012-08-19 01:16:10 +02:00
Uriel
131d63f0f0 Update readme to point to #cat-v instead of #plan9. 2012-08-19 01:07:54 +02:00
Uriel
916eba13c9 Ignore leading spaces/tabs when extracting a title from HTML files. 2011-06-30 22:58:17 +00:00
Uriel
10a7206fcf Fix typo and add a new item to todo list. 2011-06-28 22:12:53 +00:00
Uriel
11d50bb6f2 When more than one file with the same 'name' (eg., foo.md, foo.html) do not display it more than once in dir listings. 2011-06-28 03:48:22 +00:00
Uriel
3d2b2ea2d7 Documentation updates:
- Try to explain better that werc expects Plan 9 tools in /usr/local/plan9/bin/
- Note possible bug.
- Other small doc changes.
2011-06-28 01:50:24 +00:00
Uriel
18032ba244 Fix stupid typo in comment. 2011-02-05 16:50:47 +00:00
Uriel
5ef94d8c75 Add commented out stderr debug command. This is provides functionality similar to werc_errlog_wrap.rc but it is easier to enable without changing the http server configuration. 2011-02-05 16:49:29 +00:00
Uriel
726b1322f1 Fix typo in Apache instructions, thanks cdarwin! 2011-01-16 15:39:41 +00:00
Uriel
7327afab9d Two new configuration options for wman:
* wman_tmac (defaults to 'an') to pass as parameter to the -m flag of troff.
* fn wman_out_filter (defaults to calling wman_default_out_filter) to do post-processing (eg., calling col) of man page output.

Also filter out directories starting with _ from man page section listings.
2011-01-09 10:48:18 +00:00
Uriel
488a431d11 Werc website and doc updates. 2011-01-09 10:44:54 +00:00
Uriel
6bd0bcf282 Add TODO 2010-09-17 07:04:43 +00:00
Uriel
cc5f285c2c Make dir listings a bit prettier by replacing [-_] with spaces. 2010-06-28 09:06:45 +00:00
Uriel
8d764cc1d1 Fix typo in comment, thanks btdn for reporting it. 2010-06-26 03:54:41 +00:00
Uriel
91f801b8c0 Merge tags. 2010-06-21 23:41:33 +00:00
Uriel
c98f8d6c09 When showing a _header.md file for a dir listing, try to extract the page title from it. 2010-06-21 23:41:18 +00:00
Uriel
b35a3dc29e Added tag LATEST-RELEASE for changeset 3da783326101 2010-06-11 06:41:18 +02:00
Uriel
4987594570 New release 2010-06-11 06:41:17 +02:00
Uriel
f4497d7010 More documentation work. 2010-06-11 04:28:39 +00:00
Uriel
14e63eedf2 Many documentation changes and updates. 2010-06-11 04:28:22 +00:00
Uriel
2f70d35811 Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out. 2010-06-06 18:06:21 +00:00
Uriel
718cb1288d Replace '_' in paths in werc's docs section with '-', and set up apropriate redirects to avoid broken links. 2010-05-30 18:04:04 +00:00
Uriel
7bd744527d Handle https urls consistently in redirects. 2010-05-24 23:35:08 +00:00
Uriel
8107467e4f Add verdana as fallback font. 2010-05-05 21:58:45 +00:00
Uriel
a78c2649c3 Comment out reddit button because reddit's servers are very unreliable. 2010-05-05 21:58:13 +00:00
Uriel
d5826ffa8d Document what you need to change in initrc if you want to use 9base. 2010-05-05 21:57:38 +00:00
Uriel
6a194f3bc2 Add testimonials page to werc site. 2010-04-25 13:19:14 +00:00
Uriel
c23353dc18 Add sitemap.xml to dirfilter so it doesn't show up in dir listings when no index exists in site root. 2010-04-25 11:58:40 +00:00
Uriel
adab879435 Fix wording. 2010-04-25 11:57:18 +00:00
Uriel
1eadc2d92e Fix typo. 2010-04-25 11:56:53 +00:00
Uriel
673489da59 Correct hg repo url. 2010-04-25 11:56:28 +00:00
Uriel
36abe01e69 Update README with 9base dependency. 2010-04-25 11:56:07 +00:00
Uriel
5d459fdae2 Remove direct links to feeds, they can be added in a user's config easily enough. 2010-04-17 01:06:16 +00:00
Uriel
738d4d8568 Remove internal nofollow's that waste pagerank. 2010-04-17 01:05:13 +00:00
Uriel
56e583853d Fix typo. 2010-03-24 06:33:24 +00:00
Uriel
971acb54d1 Fix more typos, thanks farhaven. 2010-03-21 17:05:14 +00:00
Uriel
5d0fe1aefe Add a couple of missing files from the site and other minnor doc changes. 2010-03-21 16:31:46 +00:00
Uriel
47155e48c2 Expand config options docs a bit. 2010-01-29 13:40:17 +00:00
Uriel
e230790ec7 Fix typo, thanks to timofonic1. 2010-01-29 13:39:36 +00:00
Uriel
025e550847 Documentation updates. 2010-01-19 00:32:33 +00:00
Uriel
98a9988f7d Note about bug where markdown references are used in blog posts. 2010-01-19 00:31:55 +00:00
Uriel
d293f6b635 By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title. 2010-01-19 00:30:24 +00:00
Uriel
7dae66e13e Still extract tile if 'empty' line after tile contains spaces. 2010-01-19 00:28:25 +00:00
Uriel
83ed78e39e Set some reasonable titles for man pages. 2009-12-07 05:38:42 +00:00
Uriel
62e49425bc Add golang to default top bar. 2009-12-07 05:38:01 +00:00
uriel
37d55298eb Make the path to initrc.local more clear. 2009-11-18 01:28:58 +00:00
uriel
30f0439673 Display only 20 entries per column in man page listings, this avoids scrillbars most of the time. 2009-10-29 09:47:53 +00:00
uriel
5ebdff2a47 Style cleanups and polishments. 2009-10-29 09:47:19 +00:00
uriel
8aa4f9ce08 Remove underline from footer's links too. 2009-10-25 10:00:20 +00:00