Commit graph

278 commits

Author SHA1 Message Date
Uriel
9a65fb1b4e For HEAD request, only quit after we send the new line that ends the headers section. This was making nginx unhappy. Thanks arg for reporting, tracking it down and fixing this bug! 2009-08-09 18:39:54 +02:00
Uriel
700911af68 Add first draft of unit testing runner. 2009-08-08 03:17:28 +02:00
Uriel
1181046c9e Fix bug where incorrect elements in the navigation sidebar were highlighted, thanks to arg for reporting this. 2009-08-06 02:20:58 +02:00
Uriel
c7c130e591 Much better (I hope) get_html_title implementation, first try to find <title>, if that fails, get the first non-tag string in the file. 2009-07-30 02:12:06 +02:00
Uriel
d797533863 Remove superfluous debug print that was commited by mistake. 2009-07-29 01:21:24 +02:00
Uriel
cb97e355bf Whitespace change. 2009-07-28 23:58:32 +02:00
Uriel
2d8ce10389 New context var 'local_file' that will point to the on-disk-file that represents the main content of a given page request (if such exists, otherwise it is '' or ()).
Move title extracting functions from sitemap.tpl to werclib.rc.
Rewrite .md title extraction code to only match first lines when 'underlines' with =.

Use the changes above to generate better page titles when possible.
2009-07-28 20:28:35 +02:00
Uriel
a2e426eb11 Add yiyus md2html.awk script as an alternative to markdown.pl 2009-07-28 14:49:52 +02:00
Uriel
c5e1087500 Implement dir listing headers and footers. Just add a _header.md or _footer.md
file to any directory and their contents will be displayed together with the
directory listing.
2009-07-28 14:36:38 +02:00
Uriel
d5bb1460e9 Add url_encode function to cgilib.rc 2009-07-20 03:59:49 +00:00
Uriel
01876141f3 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. 2009-07-19 08:01:42 +02:00
Uriel
4345888b7f 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. 2009-07-19 07:42:45 +02:00
Uriel
0b05539176 Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy. 2009-06-10 02:58:36 +02:00
Uriel
c0689e595a I'm a retard, fix brown paper bag bug from the last commit. 2009-06-07 10:40:35 +02:00
Uriel
e91609e301 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. 2009-06-06 16:20:02 +02:00
Uriel
9d87478586 Add a simple wrapper to log stderr in broken http servers. 2009-06-06 16:15:56 +02:00
Uriel
e8cd9a1978 Optimization: avoid using a temporary file to calculate the hash in md_handler. 2009-06-01 07:00:11 +02:00
Uriel
1d320ebf61 Move setup of main handler for 404 to a setup_404_handler function that can be more easily overriden, for example from config files! 2009-05-29 10:07:01 +00:00
Uriel
64f9c5d208 Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion. 2009-03-21 21:08:49 +01:00
Uriel
1c73471579 Add comment on auth docs to review in the futre. 2009-03-14 14:32:22 +01:00
Uriel
588c035b3b Rewrite redirect handling code with nested lists.
New ll_addh to add items to the head of a nested list (use with care!).
2009-03-14 00:28:34 +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
77ecde8fa2 Change the order in which redirects are evaluated, so one can override them on config files. 2009-03-13 10:51:43 +00:00
Uriel
29ecc0b153 Remove add_synth_paths function, not really needed, can manipulate variable directly for now. 2009-03-09 22:16:11 +00:00
Uriel
a0254318ee Fix a bug where check_user would not work properly when called from config files. 2009-03-09 22:08:22 +00:00
Uriel
b1df2966e3 New api to allow 'synthetic' dirs, only for sidebar for now. 2009-03-08 23:58:49 +01:00
Uriel
e10ba023ba Remove trailing / from path elements to make nsz happy 2009-03-06 16:58:51 +00:00
Uriel
ebfd6561cf First draft of wman app to browse and display manpages. 2009-03-06 16:32:33 +00:00
Uriel
feb444fc1c Correct <ul> and <li> nesting in navigation sidebar. 2009-03-03 22:34:26 +00:00
Uriel
547f98328f Revert the <ul> fix which was not really correct, and fix another missing </li>. 2009-03-03 22:04:17 +00:00
Uriel
54395f790d Stop generating an extra superfluous <ul></ul> in sidebar menu. 2009-03-03 21:38:22 +00:00
Uriel
301331f63f Cosmetic code fix. 2009-03-03 20:23:51 +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
d12c13ee25 Further cleanup and simplification of redirect code. 2009-03-03 13:15:46 +00:00
Uriel
a4c7445523 New link_bar handler to be used in sidebars. 2009-03-03 12:32:03 +00:00
Uriel
835d392f0c Groups are now simply users with a /members file with one member per file. 2009-02-28 13:27:16 +00:00
Uriel
32706e97c7 Be more careful when checking passwords, make sure that the password file exists and is not empty. 2009-02-28 12:56:13 +00:00
Uriel
2313a0851b Minor style changes. 2009-02-27 22:38:55 +00:00
Uriel
c31e6f176a 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. 2009-02-23 05:25:08 +00:00
Uriel
001037ee32 Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently. 2009-02-21 00:05:30 +00:00
Uriel
492f3b96f1 Atumatically expand conf_hide_paths arguments with $sitedir 2009-02-21 00:04:48 +00:00
Uriel
e77352dafc In the sidebar tree, remove sitedir *after* we apply dirfilter. 2009-02-21 00:03:11 +00:00
Uriel
5f9347f245 Add note to review and compare html post parsing code with another implementation. 2009-02-18 09:26:19 +00:00
Uriel
31006aa484 Add urlencode.awk to contrib/, not used for now. 2009-02-18 09:25:10 +00:00
Uriel
b58dcb96ed Correct dirfilter matching of /sitemap.txt and /robots.txt, note that we match them even if not in site root. 2009-02-14 07:26:52 +00:00
Uriel
7ba725cf92 Don't execute perm_redirects directly from conf_perm_redirect to avoid tripping over sitemaps and other code that sources config files but doesn't want to actually *do* anything. Also hide paths with simple or pattern redirects from sitemaps. 2009-02-14 07:09:27 +00:00
Uriel
89682cafa1 Fix bug in crop_text and make length argument optional (default is 512 chars). 2009-02-13 23:18:34 +00:00
Uriel
1c4d6ff8bd Minor style change and delete debug print. 2009-02-13 23:17:49 +00:00
Uriel
1f98c49a68 Fix syntax error. 2009-02-13 23:16:56 +00:00
Uriel
fbcd630e20 Update and improve bpst.rc 2009-02-13 05:10:28 +00:00