RSS feed
6452b829
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/19 04:02
Test pages for title generation.
7949ec58
– uriel <uriel@vm41.cat-v.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.
3e1b92df
– uriel <uriel@vm41.cat-v.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.
0b7a6a2d
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/19 00:48
Initial commit of tst.cat-v.org test suite.
cfabe41f
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/19 00:02
Start to convert templates to HTML 5
1426b12c
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/18 23:27
Experimental support for Google's pubsubhubbub
d9ae41f0
– repo converter <convert-repo>
authored
on 2009/07/01 03:59
update tags
771e39f2
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/01 03:52
Added tag LATEST-RELEASE for changeset f0ca5ef9c3f8
67e272d5
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/01 03:36
Added tag LATEST-RELEASE for changeset 0848be7b72e8
4e8e504b
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/07/01 03:36
New release
0f0dc4f7
– sl <uriel@engel.se.cat-v.org>
authored
on 2009/07/14 18:54
Mention required lighttpd modules in docs.
915e9538
– sl <uriel@engel.se.cat-v.org>
authored
on 2009/07/14 18:54
s/ninetimes/9times/ in top bar to save space.
0a5a87fb
– sl <uriel@engel.se.cat-v.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.
9b78e983
– sl <uriel@engel.se.cat-v.org>
authored
on 2009/07/09 22:53
Merge.
b1cda506
– sl <uriel@engel.se.cat-v.org>
authored
on 2009/07/09 22:53
Documentation updates.
e2ee4129
– sl <uriel@engel.se.cat-v.org>
authored
on 2009/06/26 16:32
Documentation fixes and additions.
0ddf86b7
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/20 07:56
Merge docs changes and fixes.
7eca2f38
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/20 07:55
Fix two typos, thanks echoline!
fe9bf8c5
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/14 16:21
Added tag LATEST-RELEASE for changeset d57a4b0d249e
11f63ba9
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/14 16:21
New release
dd745b3e
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/13 11:59
Strip title from rss/atom 'summary'(ie., body).
9943f5b5
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/13 02:28
Remove the obsolete feed templates, they were moved to apps/blagh/ a while ago.
8ff30e77
– uriel <uriel@vm41.cat-v.org>
authored
on 2009/06/12 19:59
Allo to set blagh conf_ options from initrc.local as well.
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.
Next