shithub: werc

RSS feed

d8d9e66d – Uriel <u@berlinblue.org> authored on 2009/07/20 00:01
Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet.

d5bb1460 – Uriel <u@berlinblue.org> authored on 2009/07/19 23:59
Add url_encode function to cgilib.rc

78ff5df0 – Uriel <u@berlinblue.org> authored on 2009/07/19 22:17
Add a dummy file to etc/users/ so hg doesn't swallow it.

f0052d7f – Uriel <u@berlinblue.org> authored on 2009/07/19 04:02
Test pages for title generation.

01876141 – Uriel <u@berlinblue.org> authored on 2009/07/19 04:01
Properly handle dashes in paths the same way we treated underscores when generating page titles. This includes sitemaps, sidebar nav trees and the page title header itself.

4345888b – Uriel <u@berlinblue.org> authored on 2009/07/19 03:42
When using a path element to generate a page title, replace '[a-z]-[a-z]' with '[a-z] [a-z]', this allows us to use dashes in paths that are more SEO-friendly than underscores.

0062873b – Uriel <u@berlinblue.org> authored on 2009/07/19 00:48
Initial commit of tst.cat-v.org test suite.

7413921b – Uriel <u@berlinblue.org> authored on 2009/07/19 00:02
Start to convert templates to HTML 5

df5668ad – Uriel <u@berlinblue.org> authored on 2009/07/18 23:27
Experimental support for Google's pubsubhubbub

16799d8c – convert-repo <devnull@localhost> authored on 2009/07/01 03:59
update tags

bab1aec5 – Uriel <u@berlinblue.org> authored on 2009/07/01 03:52
Added tag LATEST-RELEASE for changeset f0ca5ef9c3f8

ee3e6103 – Uriel <u@berlinblue.org> authored on 2009/07/01 03:36
Added tag LATEST-RELEASE for changeset 0848be7b72e8

a880cee9 – Uriel <u@berlinblue.org> authored on 2009/07/01 03:36
New release

9323bab7 – Uriel <u@berlinblue.org> authored on 2009/07/14 18:54
Mention required lighttpd modules in docs.

5ee3b334 – Uriel <u@berlinblue.org> authored on 2009/07/14 18:54
s/ninetimes/9times/ in top bar to save space.

13787def – Uriel <u@berlinblue.org> authored on 2009/07/14 18:53
Add extra new line between posts to avoid formatting from one post to extend to the next.

1963dd3e – Uriel <u@berlinblue.org> authored on 2009/07/09 22:53
Merge.

697594eb – Uriel <u@berlinblue.org> authored on 2009/07/09 22:53
Documentation updates.

2eca0fa2 – Uriel <u@berlinblue.org> authored on 2009/06/26 16:32
Documentation fixes and additions.

08480e3a – Uriel <u@berlinblue.org> authored on 2009/06/20 07:56
Merge docs changes and fixes.

9a87f888 – Uriel <u@berlinblue.org> authored on 2009/06/20 07:55
Fix two typos, thanks echoline!

babb2cfe – Uriel <u@berlinblue.org> authored on 2009/06/14 16:21
Added tag LATEST-RELEASE for changeset d57a4b0d249e

48cbe138 – Uriel <u@berlinblue.org> authored on 2009/06/14 16:21
New release

b5800c33 – Uriel <u@berlinblue.org> authored on 2009/06/13 11:59
Strip title from rss/atom 'summary'(ie., body).

f01bfb63 – Uriel <u@berlinblue.org> authored on 2009/06/13 02:28
Remove the obsolete feed templates, they were moved to apps/blagh/ a while ago.

a1c0c70f – Uriel <u@berlinblue.org> authored on 2009/06/12 19:59
Allo to set blagh conf_ options from initrc.local as well.

e197bfb7 – Uriel <u@berlinblue.org> authored on 2009/06/12 19:56
Optimization/fix to only pass the content of all blog posts at once to $formatter

4052a82e – Uriel <u@berlinblue.org> authored on 2009/06/12 19:45
Merge tags.

6eee7a07 – Uriel <u@berlinblue.org> authored on 2009/06/12 19:44
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.

a4d8f71e – Uriel <u@berlinblue.org> authored on 2009/06/10 00:23
Added tag LATEST-RELEASE for changeset 9fc8f17498d1

646e181b – Uriel <u@berlinblue.org> authored on 2009/06/10 00:23
New release

0b055391 – Uriel <u@berlinblue.org> authored on 2009/06/09 22:58
Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy.

c0689e59 – Uriel <u@berlinblue.org> authored on 2009/06/07 06:40
I'm a retard, fix brown paper bag bug from the last commit.

e91609e3 – Uriel <u@berlinblue.org> authored on 2009/06/06 12:20
Move shared .tpl files to tpl/ from lib/, this fixes a DoS vulneravility where master_template.tpl could be accessed as a standalone .tpl file that recursively called itself.

9d874785 – Uriel <u@berlinblue.org> authored on 2009/06/06 12:15
Add a simple wrapper to log stderr in broken http servers.

e8cd9a19 – Uriel <u@berlinblue.org> authored on 2009/06/01 03:00
Optimization: avoid using a temporary file to calculate the hash in md_handler.

e9a96d0e – Uriel <u@berlinblue.org> authored on 2009/05/31 07:46
Add hiawatha sample config.

2b142882 – Uriel <u@berlinblue.org> authored on 2009/05/31 00:52
Documentation spelling fixes.

051219c8 – Uriel <u@berlinblue.org> authored on 2009/05/31 02:48
Document setup for nginx.

1d320ebf – Uriel <u@berlinblue.org> authored on 2009/05/29 06:07
Move setup of main handler for 404 to a setup_404_handler function that can be more easily overriden, for example from config files!

9d7ac1c5 – Uriel <u@berlinblue.org> authored on 2009/05/29 06:04
Do not set handler if man page doesn't exist so we can provide proper 404 (or other fall-back)

77183282 – Uriel <u@berlinblue.org> authored on 2009/05/28 18:00
Minor update to 'Add This' link in site's top header.

fd2f9540 – Uriel <u@berlinblue.org> authored on 2009/04/19 19:56
Don't add extra / to url when we redirect to proper path in wman

52672634 – Uriel <u@berlinblue.org> authored on 2009/04/19 11:26
Add missing </a>. Thanks Josh!

de077b0e – Uriel <u@berlinblue.org> authored on 2009/04/19 11:23
Merge

7843c9c5 – Uriel <u@berlinblue.org> authored on 2009/04/19 11:22
Add missing space.

64f9c5d2 – Uriel <u@berlinblue.org> authored on 2009/03/21 17:08
Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion.

a954647b – Uriel <u@berlinblue.org> authored on 2009/03/16 21:02
Fix umask for newly created dirdir pages.

5470a678 – Uriel <u@berlinblue.org> authored on 2009/03/16 19:42
Fix null concat in wman search code.

eccc6367 – Uriel <u@berlinblue.org> authored on 2009/03/15 14:41
Added tag LATEST-RELEASE for changeset e0679b8be504

50cbd5b9 – Uriel <u@berlinblue.org> authored on 2009/03/15 14:41
New release

1c734715 – Uriel <u@berlinblue.org> authored on 2009/03/14 10:32
Add comment on auth docs to review in the futre.

e6f200a5 – Uriel <u@berlinblue.org> authored on 2009/03/14 10:25
Clean up dirdir, less code, and less bugs!

588c035b – Uriel <u@berlinblue.org> authored on 2009/03/13 20:28
Rewrite redirect handling code with nested lists.

673bdaf6 – Uriel <u@berlinblue.org> authored on 2009/03/13 09:04
Reorg headers, http headers now are echo-ed from werc.rc instead of being part of headers.tpl.

77ecde8f – Uriel <u@berlinblue.org> authored on 2009/03/13 06:51
Change the order in which redirects are evaluated, so one can override them on config files.

3836ee8f – Uriel <u@berlinblue.org> authored on 2009/03/13 06:51
More wman updates, new search functionality and handle better corner cases.

8488a0b6 – Uriel <u@berlinblue.org> authored on 2009/03/09 21:16
Yet another version of wman, templatized, and now Unix man pages use the same path style as Plan 9/Inferno.

d12a6910 – Uriel <u@berlinblue.org> authored on 2009/03/09 18:16
Big update to wman app. Many fixes and improvements.

29ecc0b1 – Uriel <u@berlinblue.org> authored on 2009/03/09 18:16
Remove add_synth_paths function, not really needed, can manipulate variable directly for now.

b4886321 – Uriel <u@berlinblue.org> authored on 2009/03/09 18:10
Doc and website fixes.

a0254318 – Uriel <u@berlinblue.org> authored on 2009/03/09 18:08
Fix a bug where check_user would not work properly when called from config files.

b1df2966 – Uriel <u@berlinblue.org> authored on 2009/03/08 19:58
New api to allow 'synthetic' dirs, only for sidebar for now.

3a5298bd – Uriel <u@berlinblue.org> authored on 2009/03/07 18:14
Ok, I give up, reverting part of last checking because CSS sucks.

d1e98c0e – Uriel <u@berlinblue.org> authored on 2009/03/07 16:53
Make sidebar borders more light, and remove a superfluous double-border.

62fe405d – Uriel <u@berlinblue.org> authored on 2009/03/07 16:20
Minmal docs for wman.

8e52e044 – Uriel <u@berlinblue.org> authored on 2009/03/06 12:34
Minor docs update.

e10ba023 – Uriel <u@berlinblue.org> authored on 2009/03/06 11:58
Remove trailing / from path elements to make nsz happy

ebfd6561 – Uriel <u@berlinblue.org> authored on 2009/03/06 11:32
First draft of wman app to browse and display manpages.

ed6ae631 – Uriel <u@berlinblue.org> authored on 2009/03/05 21:53
Ops, uncomment the IE6 hack.

37551a8d – Uriel <u@berlinblue.org> authored on 2009/03/05 21:24
Update TODO

516e9e75 – Uriel <u@berlinblue.org> authored on 2009/03/05 21:24
Simplify unused code.

a7593fab – Uriel <u@berlinblue.org> authored on 2009/03/05 21:23
Comment on how this IE hack makes other browsers ugly.

18434f2f – Uriel <u@berlinblue.org> authored on 2009/03/05 20:35
Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover.

5d415706 – Uriel <u@berlinblue.org> authored on 2009/03/05 19:15
Reverse the RSS/ATOM discovery tag order, make ATOM the default.

371cb193 – Uriel <u@berlinblue.org> authored on 2009/03/05 19:03
Add files in sites/default.cat-v.org/ as complement to sites/werc.cat-v.org/

de1c6fca – Uriel <u@berlinblue.org> authored on 2009/03/05 19:02
Update nhttpd setup docs.

bb1f738b – Uriel <u@berlinblue.org> authored on 2009/03/05 18:56
Added tag LATEST-RELEASE for changeset 884e94ecf23c

9f6486a6 – Uriel <u@berlinblue.org> authored on 2009/03/05 18:56
New release

84db5e1d – Uriel <u@berlinblue.org> authored on 2009/03/04 04:03
Merge

ada935e4 – Uriel <u@berlinblue.org> authored on 2009/03/04 04:05
Only display Edit button when no other handler_body_main has been set (ie., if file really doesn't exist).

6c889603 – Uriel <u@berlinblue.org> authored on 2009/03/03 22:12
Implement file creation for dirdir.

feb444fc – Uriel <u@berlinblue.org> authored on 2009/03/03 17:34
Correct <ul> and <li> nesting in navigation sidebar.

547f9832 – Uriel <u@berlinblue.org> authored on 2009/03/03 17:04
Revert the <ul> fix which was not really correct, and fix another missing </li>.

54395f79 – Uriel <u@berlinblue.org> authored on 2009/03/03 16:38
Stop generating an extra superfluous <ul></ul> in sidebar menu.

2a34765d – Uriel <u@berlinblue.org> authored on 2009/03/03 16:37
Add mising </p>.

2c21ba4a – Uriel <u@berlinblue.org> authored on 2009/03/03 15:24
Exit after printing http headers if request method is HEAD.

301331f6 – Uriel <u@berlinblue.org> authored on 2009/03/03 15:23
Cosmetic code fix.

c9b9e4e9 – Uriel <u@berlinblue.org> authored on 2009/03/03 15:23
Preserve ifs when calling other functions after temporary altering it. Fixes a couple of minor bugs.

d12c13ee – Uriel <u@berlinblue.org> authored on 2009/03/03 08:15
Further cleanup and simplification of redirect code.

e74f2966 – Uriel <u@berlinblue.org> authored on 2009/03/03 07:32
Documentation updates.

a4c74455 – Uriel <u@berlinblue.org> authored on 2009/03/03 07:32
New link_bar handler to be used in sidebars.

94a777ef – Uriel <u@berlinblue.org> authored on 2009/03/02 11:46
Style and html fixes for user login template.

1fafe877 – Uriel <u@berlinblue.org> authored on 2009/02/28 09:02
Documentation updates.

835d392f – Uriel <u@berlinblue.org> authored on 2009/02/28 08:27
Groups are now simply users with a /members file with one member per file.

8c932c3a – Uriel <u@berlinblue.org> authored on 2009/02/28 08:26
Rename $blog_editors to $conf_blog_editors and give it the default value of 'blog-editors'.

32706e97 – Uriel <u@berlinblue.org> authored on 2009/02/28 07:56
Be more careful when checking passwords, make sure that the password file exists and is not empty.

2573838f – Uriel <u@berlinblue.org> authored on 2009/02/27 17:39
Merge.

2313a085 – Uriel <u@berlinblue.org> authored on 2009/02/27 17:38
Minor style changes.

30a9ac3b – Uriel <u@berlinblue.org> authored on 2009/02/26 06:51
Site config minor simplification.

Next