shithub: werc

RSS feed

31820fab – uriel <uriel@vm41.cat-v.org> authored on 2009/06/12 19:56
Optimization/fix to only pass the content of all blog posts at once to $formatter

3181823b – uriel <uriel@vm41.cat-v.org> authored on 2009/06/12 19:45
Merge tags.

cdf3a515 – uriel <uriel@vm41.cat-v.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.

935c26b0 – uriel <uriel@engel.se.cat-v.org> authored on 2009/06/10 00:23
Added tag LATEST-RELEASE for changeset 9fc8f17498d1

c670af84 – uriel <uriel@engel.se.cat-v.org> authored on 2009/06/10 00:23
New release

18734074 – uriel <uriel@vm41.cat-v.org> authored on 2009/06/09 22:58
Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy.

2df7b66e – uriel <uriel@vm41.cat-v.org> authored on 2009/06/07 06:40
I'm a retard, fix brown paper bag bug from the last commit.

64e62d3b – uriel <uriel@vm41.cat-v.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.

4b8ea498 – uriel <uriel@vm41.cat-v.org> authored on 2009/06/06 12:15
Add a simple wrapper to log stderr in broken http servers.

9aea1792 – uriel <uriel@vm41.cat-v.org> authored on 2009/06/01 03:00
Optimization: avoid using a temporary file to calculate the hash in md_handler.

b0a7f792 – sl <uriel@engel.se.cat-v.org> authored on 2009/05/31 07:46
Add hiawatha sample config.

16bf8cf8 – sl <uriel@engel.se.cat-v.org> authored on 2009/05/31 00:52
Documentation spelling fixes.

c3e4dc06 – uriel <uriel@vm41.cat-v.org> authored on 2009/05/31 02:48
Document setup for nginx.

41800d99 – sl <uriel@engel.se.cat-v.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!

6a11fe86 – sl <uriel@engel.se.cat-v.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)

edbd4dd0 – sl <uriel@engel.se.cat-v.org> authored on 2009/05/28 18:00
Minor update to 'Add This' link in site's top header.

9960652a – sl <uriel@engel.se.cat-v.org> authored on 2009/04/19 19:56
Don't add extra / to url when we redirect to proper path in wman

8b4c955b – sl <uriel@engel.se.cat-v.org> authored on 2009/04/19 11:26
Add missing </a>. Thanks Josh!

1b1c4d39 – sl <uriel@engel.se.cat-v.org> authored on 2009/04/19 11:23
Merge

936474fa – sl <uriel@engel.se.cat-v.org> authored on 2009/04/19 11:22
Add missing space.

eafc5b1b – uriel <uriel@engel.se.cat-v.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.

506d66df – sl <uriel@engel.se.cat-v.org> authored on 2009/03/16 21:02
Fix umask for newly created dirdir pages.

25c67c12 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/16 19:42
Fix null concat in wman search code.

7b51fc26 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/15 14:41
Added tag LATEST-RELEASE for changeset e0679b8be504

e690eff6 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/15 14:41
New release

7a4ca049 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/14 10:32
Add comment on auth docs to review in the futre.

4da1d650 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/14 10:25
Clean up dirdir, less code, and less bugs!

c194c149 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/13 20:28
Rewrite redirect handling code with nested lists.

76e8e46c – uriel <uriel@engel.se.cat-v.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.

34b35d8c – sl <uriel@engel.se.cat-v.org> authored on 2009/03/13 06:51
Change the order in which redirects are evaluated, so one can override them on config files.

b1f3598c – sl <uriel@engel.se.cat-v.org> authored on 2009/03/13 06:51
More wman updates, new search functionality and handle better corner cases.

6de83fd2 – sl <uriel@engel.se.cat-v.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.

e04baa01 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/09 18:16
Big update to wman app. Many fixes and improvements.

2e792bdd – sl <uriel@engel.se.cat-v.org> authored on 2009/03/09 18:16
Remove add_synth_paths function, not really needed, can manipulate variable directly for now.

e8a6ebac – sl <uriel@engel.se.cat-v.org> authored on 2009/03/09 18:10
Doc and website fixes.

26a3cc20 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/09 18:08
Fix a bug where check_user would not work properly when called from config files.

9c6cf1c4 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/08 19:58
New api to allow 'synthetic' dirs, only for sidebar for now.

036fedba – sl <uriel@engel.se.cat-v.org> authored on 2009/03/07 18:14
Ok, I give up, reverting part of last checking because CSS sucks.

312113b2 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/07 16:53
Make sidebar borders more light, and remove a superfluous double-border.

64f4cc39 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/07 16:20
Minmal docs for wman.

40d36fe2 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/06 12:34
Minor docs update.

e289468a – sl <uriel@engel.se.cat-v.org> authored on 2009/03/06 11:58
Remove trailing / from path elements to make nsz happy

e850153e – sl <uriel@engel.se.cat-v.org> authored on 2009/03/06 11:32
First draft of wman app to browse and display manpages.

6c94e5dd – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 21:53
Ops, uncomment the IE6 hack.

0186152b – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 21:24
Update TODO

833e0323 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 21:24
Simplify unused code.

248633c9 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 21:23
Comment on how this IE hack makes other browsers ugly.

792738d8 – sl <uriel@engel.se.cat-v.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.

a2991744 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 19:15
Reverse the RSS/ATOM discovery tag order, make ATOM the default.

4e229563 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 19:03
Add files in sites/default.cat-v.org/ as complement to sites/werc.cat-v.org/

952d2050 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/05 19:02
Update nhttpd setup docs.

bb90a79a – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/05 18:56
Added tag LATEST-RELEASE for changeset 884e94ecf23c

329e2f83 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/05 18:56
New release

585c96cd – sl <uriel@engel.se.cat-v.org> authored on 2009/03/04 04:03
Merge

35347850 – uriel <uriel@engel.se.cat-v.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).

b4148bc2 – uriel <uriel@engel.se.cat-v.org> authored on 2009/03/03 22:12
Implement file creation for dirdir.

45d30ac6 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 17:34
Correct <ul> and <li> nesting in navigation sidebar.

add7d8d0 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 17:04
Revert the <ul> fix which was not really correct, and fix another missing </li>.

44336216 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 16:38
Stop generating an extra superfluous <ul></ul> in sidebar menu.

4728a01a – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 16:37
Add mising </p>.

bda06692 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 15:24
Exit after printing http headers if request method is HEAD.

ef4bdbf6 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 15:23
Cosmetic code fix.

0805f4d0 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 15:23
Preserve ifs when calling other functions after temporary altering it. Fixes a couple of minor bugs.

18cacffe – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 08:15
Further cleanup and simplification of redirect code.

7bcdcf12 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 07:32
Documentation updates.

b9c81b93 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/03 07:32
New link_bar handler to be used in sidebars.

9c28aaa0 – sl <uriel@engel.se.cat-v.org> authored on 2009/03/02 11:46
Style and html fixes for user login template.

f4a38285 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/28 09:02
Documentation updates.

902d9d88 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/28 08:27
Groups are now simply users with a /members file with one member per file.

fc5b6f57 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/28 08:26
Rename $blog_editors to $conf_blog_editors and give it the default value of 'blog-editors'.

34155f0d – sl <uriel@engel.se.cat-v.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.

352340bf – sl <uriel@engel.se.cat-v.org> authored on 2009/02/27 17:39
Merge.

23283f75 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/27 17:38
Minor style changes.

705e286c – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/26 06:51
Site config minor simplification.

99583acd – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/26 06:50
Big overhaul of dirdir rewriting most code to be much simpler, reliable and efficient.

2c8139eb – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/26 06:42
Make bridge app more correct: only activated when GET-ing pages which can have comments and don't get confused by other apps POSTs. Simplify code along the way.

ab0ce13c – sl <uriel@engel.se.cat-v.org> authored on 2009/02/25 12:15
Fix incorrect recording of author on edits. And write a note on a very minnor bug that adds extra new lines at the end of edited files.

ee424ad4 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/25 12:04
Mention file perms in readme.

d29f9cd3 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/25 00:24
Improve default sitemap template, including Google's enhanced 404 pages by default.

b1d66782 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/24 06:44
CSS tunning: Slightly lower default font size, and change vertical align for images in top_bar.

e8b3d4bd – sl <uriel@engel.se.cat-v.org> authored on 2009/02/23 03:23
Add hr abobe comments login request message.

fcd23c71 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/23 03:17
Document updates.

b4120f03 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/23 00:25
Merge tags.

2999dba5 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/23 00:25
Todo updated.

566ee0dd – sl <uriel@engel.se.cat-v.org> authored on 2009/02/23 00:25
Allow : and , in urls, but strip them and redirect them if they are last char. This fixes some autogenerated links in other sites that will include . and , if they follow an url in an email for example.

87f554d9 – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/22 17:26
Added tag LATEST-RELEASE for changeset 8b746644a5fb

244567da – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/22 17:22
Added tag LATEST-RELEASE for changeset 6edb1b62afba

07577f3d – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/22 17:21
Added tag LATEST-RELEASE for changeset 164d1aec6edc

0c5fd6c2 – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/22 17:13
Added tag LATEST-RELEASE for changeset 656fdaf320d6

7decbaa2 – uriel <uriel@engel.se.cat-v.org> authored on 2009/02/22 17:13
New release

9075bcd0 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/20 22:46
Add reddit button to werc site.

ede9e018 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/20 19:05
Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently.

d24d62dc – sl <uriel@engel.se.cat-v.org> authored on 2009/02/20 19:04
Atumatically expand conf_hide_paths arguments with $sitedir

a21b5fd9 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/20 19:03
In the sidebar tree, remove sitedir *after* we apply dirfilter.

ff1a4491 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/20 18:15
Minor correction to atom and rss link urls.

b53e9511 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/18 04:28
Improve the atom and rss templates: fix bugs in link attirbutes, simplify code, and include html posts in rss feeds instead of raw markdown.

b6bb6c56 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/18 04:27
Add link to ohloh werc page.

5e2b2fa9 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/18 04:26
Add note to review and compare html post parsing code with another implementation.

4061f18d – sl <uriel@engel.se.cat-v.org> authored on 2009/02/18 04:25
Add urlencode.awk to contrib/, not used for now.

f38159a0 – sl <uriel@engel.se.cat-v.org> authored on 2009/02/15 22:46
Move comments display to a template. Show a link to login page when required for posting comments.

Next