Commit graph

98 commits

Author SHA1 Message Date
Stanley Lieber
4640183908 apps/blagh/: fix rss (passes validation), partially fix atom (does not pass validation) 2019-12-07 21:55:44 -05:00
Stanley Lieber
ed39b15eb1 apps/wman/app.rc: fix columnization 2019-12-07 21:53:38 -05:00
Kurt H Maier
8b7a43f481 paste: remove some code smell, roll index.html into app.rc 2016-02-17 12:19:07 -05:00
Stanley Lieber
66f39ebe38 apps/wman: fix comments and restore template syntax. 2016-02-10 20:34:33 -05:00
Stanley Lieber
0928d102d5 apps/blagh: use new datei and datet functions 2016-02-10 20:33:27 -05:00
Stanley Lieber
a99fa8b44f initial import of changes from 9front bikeshedding; bundle rc-httpd 2016-02-04 15:05:05 -05:00
Uriel
97e8b89672 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
4b37658071 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
10738add92 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
46f33aa593 Remove internal nofollow's that waste pagerank. 2010-04-17 01:05:13 +00:00
Uriel
ba27f7f1b8 Note about bug where markdown references are used in blog posts. 2010-01-19 00:31:55 +00:00
Uriel
1649c2e946 Set some reasonable titles for man pages. 2009-12-07 05:38:42 +00:00
Uriel
aa813d0156 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
47b12d0191 Allow overriding the manual section listing page (just create an index.md or index.html in the dir where wman is enabled). 2009-10-25 09:31:01 +00:00
Uriel
253ef222fc Fix anon posting, make 'pseudo-captcha' more fun and slightly harder. 2009-10-20 02:28:10 +02:00
Uriel
3617f847fe Anon posting for bridge. 2009-10-20 02:09:55 +02:00
Uriel
2788ec76b2 Merge bugfix for dirdir from werc-dev repo. 2009-09-23 12:31:52 +02:00
Uriel
de99f2655d Merge. 2009-09-23 12:28:20 +02:00
Uriel
554cd407c0 Fix bug that caused the creation of directories in wiki to act erratically. 2009-09-22 17:12:34 +02:00
Uriel
9de7986636 Add missing wman search template! Doh. 2009-09-14 01:37:50 +00:00
Uriel
99b0974e38 Replace nroff reference with troff -N, thanks garbeam! 2009-08-26 00:48:38 +02:00
Uriel
7868ca6f27 Add rel="nofollow" for links to user loggin page. 2009-08-10 12:34:19 +02:00
Uriel
534ee5f3b4 Do Pubsubhubbub submit in the background so we don't block. 2009-08-06 01:09:04 +00:00
Uriel
f6faca3ea9 Further HTML5-fication, plus fix some case consistency mismatches. 2009-07-28 20:49:53 +02:00
Uriel
d8d9e66dfa Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet. 2009-07-20 04:01:36 +00:00
Uriel
df5668add0 Experimental support for Google's pubsubhubbub 2009-07-19 03:27:26 +02:00
Uriel
13787def8a Add extra new line between posts to avoid formatting from one post to extend to the next. 2009-07-14 22:53:23 +00:00
Uriel
9a87f888f6 Fix two typos, thanks echoline! 2009-06-20 11:55:26 +02:00
Uriel
b5800c33ef Strip title from rss/atom 'summary'(ie., body).
This used to look really ugly in most feed readers.
2009-06-13 15:59:43 +02:00
Uriel
a1c0c70f36 Allo to set blagh conf_ options from initrc.local as well. 2009-06-12 23:59:47 +02:00
Uriel
e197bfb743 Optimization/fix to only pass the content of all blog posts at once to $formatter
This seems to some how fix a strange bug I have seen on my test setup, need to investigate more.
2009-06-12 23:56:48 +02:00
Uriel
6eee7a07aa New configuration variable for blagh: conf_max_posts_per_page sets the maximum numbers to display in a blog feed, default is 32. Note that this also affects rss feeds. 2009-06-12 23:44:21 +02:00
Uriel
9d7ac1c517 Do not set handler if man page doesn't exist so we can provide proper 404 (or other fall-back)
Make 'Intro' page title fixing case-insensitive to deal with Plan B man pages.
2009-05-29 10:04:27 +00:00
Uriel
fd2f9540c9 Don't add extra / to url when we redirect to proper path in wman 2009-04-19 23:56:05 +00:00
Uriel
de077b0e51 Merge 2009-04-19 15:23:15 +00:00
Uriel
a954647be4 Fix umask for newly created dirdir pages. 2009-03-17 01:02:35 +00:00
Uriel
5470a678f7 Fix null concat in wman search code. 2009-03-16 23:42:44 +00:00
Uriel
e6f200a5a2 Clean up dirdir, less code, and less bugs! 2009-03-14 14:25:54 +01:00
Uriel
673bdaf664 Reorg headers, http headers now are echo-ed from werc.rc instead of being part of headers.tpl.
This fixes some bugs in the handling HEAD and makes things a bit more clear.
2009-03-13 13:04:25 +01:00
Uriel
3836ee8f56 More wman updates, new search functionality and handle better corner cases. 2009-03-13 10:51:07 +00:00
Uriel
8488a0b651 Yet another version of wman, templatized, and now Unix man pages use the same path style as Plan 9/Inferno. 2009-03-10 01:16:13 +00:00
Uriel
d12a6910c0 Big update to wman app. Many fixes and improvements. 2009-03-09 22:16:39 +00:00
Uriel
ebfd6561cf First draft of wman app to browse and display manpages. 2009-03-06 16:32:33 +00:00
Uriel
5d4157063c Reverse the RSS/ATOM discovery tag order, make ATOM the default. 2009-03-06 00:15:26 +00:00
Uriel
ada935e42b Only display Edit button when no other handler_body_main has been set (ie., if file really doesn't exist). 2009-03-04 09:05:40 +01:00
Uriel
6c88960330 Implement file creation for dirdir. 2009-03-04 03:12:54 +01:00
Uriel
2a34765dbc Add mising </p>. 2009-03-03 21:37:36 +00:00
Uriel
c9b9e4e9bf Preserve ifs when calling other functions after temporary altering it. Fixes a couple of minor bugs.
Added difs env var that can be used anywhere to restore default ifs.
2009-03-03 20:23:00 +00:00
Uriel
8c932c3a55 Rename $blog_editors to $conf_blog_editors and give it the default value of 'blog-editors'. 2009-02-28 13:26:40 +00:00
Uriel
a3c2c71275 Big overhaul of dirdir rewriting most code to be much simpler, reliable and efficient.
Now we have a wiki engine in ~20 lines of code!
2009-02-26 11:50:18 +01:00