stanley lieber
9f001e3d9e
add werc/bin/ssam
2020-06-10 20:42:38 -04:00
stanley lieber
43b72cf5d3
bin/werc.rc: don't hardcode default header template. move it into werc_exec_request and use fn get_lib_file to prefer a site-specific headers.tpl, just like other .tpl files
2020-06-09 20:42:37 -04:00
stanley lieber
e7eba3977e
bin/werclib.rc: annotate ndate -i 'iso-8601 lite'
2020-06-09 20:40:15 -04:00
stanley lieber
0249712e67
bin/werclib.rc: ndate -a is rfc3339; ndate -t is iso-8601
2019-12-09 22:19:18 -05:00
stanley lieber
ce5436e0b4
bin/werclib.rc -> ndate -t output rfc3339 compliant dates.
2019-12-09 22:09:16 -05:00
stanley lieber
dec5683059
bin/werclib.rc: fn ndate: convert seconds to date when seconds is provided as the second argument.
2019-12-09 19:36:03 -05:00
stanley lieber
4f42153162
bin/werclib.rc: replace fn datei and fn datet (both broken) with fn ndate (implements 9front's date -i, -m, and -t)
2019-12-07 21:55:00 -05:00
stanley lieber
c4bd47b73d
bin/contrib/rc-httpd/handlers/dir-index: use urlencode(1), not urlencode.awk (for now?)
2017-08-10 21:43:54 -04:00
sl
13e55c83b2
bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.
2016-12-21 21:38:03 -05:00
sl
1e14f758f8
bin/contrib/tcp80: move log to /var/log/rc-httpd
2016-12-01 19:46:03 -05:00
sl
ba554d6d62
bin/contrib/rc-httpd/handlers/dir-index: use urlencode.awk
2016-02-11 16:25:11 -05:00
sl
3761dadd69
bin/contrib/rc-httpd/rc-httpd: add $libdir
2016-02-11 16:24:49 -05:00
sl
30560ff627
add bin/contrib/rc-httpd/lib/urldecode.awk
2016-02-11 16:23:48 -05:00
sl
15984f4b4a
bin/contrib/rc-httpd/handlers/serve-static: file(1): try Plan 9 syntax first, then devolve to UNIX.
2016-02-10 20:38:40 -05:00
sl
cc37685f8b
bin/cgilib.rc: hack urlencode/urldecode for UNIX *and* Plan 9
2016-02-10 20:32:57 -05:00
sl
89d9d99912
bin/werclib.rc: add datei() and datet()
2016-02-10 20:29:27 -05:00
sl
396ff63593
bin/contrib/rc-httpd/handlers/__mkfstmp: remove accidentally committed file.
2016-02-10 20:20:31 -05:00
sl
5bde5e35a5
bin/contrib/rc-httpd: rc-httpd add system $PATH to $path; bin/contrib/rc-httpd/handlers/serve-static: try two different versions of file(1) syntax
2016-02-10 14:04:14 -05:00
sl
44d244d62a
bin/contrib/tcp80: default log location is /var/log/www
2016-02-09 14:24:05 -05:00
sl
96af0b9ca0
bin/contrib/rc-httpd/: fix default paths and environment variables; create a generic default select-handler; add tcp80, used for launching rc-httpd from listen(8)
2016-02-04 21:47:22 -05:00
sl
32414fdfff
initial import of changes from 9front bikeshedding; bundle rc-httpd
2016-02-04 15:05:05 -05:00
Uriel
3b1be16a19
Be a bit more careful before we redirect to plain files when we get a trailing / and can't find a dir.
2012-08-19 01:16:10 +02:00
Uriel
916eba13c9
Ignore leading spaces/tabs when extracting a title from HTML files.
2011-06-30 22:58:17 +00:00
Uriel
11d50bb6f2
When more than one file with the same 'name' (eg., foo.md, foo.html) do not display it more than once in dir listings.
2011-06-28 03:48:22 +00:00
Uriel
18032ba244
Fix stupid typo in comment.
2011-02-05 16:50:47 +00:00
Uriel
5ef94d8c75
Add commented out stderr debug command. This is provides functionality similar to werc_errlog_wrap.rc but it is easier to enable without changing the http server configuration.
2011-02-05 16:49:29 +00:00
Uriel
cc5f285c2c
Make dir listings a bit prettier by replacing [-_] with spaces.
2010-06-28 09:06:45 +00:00
Uriel
8d764cc1d1
Fix typo in comment, thanks btdn for reporting it.
2010-06-26 03:54:41 +00:00
Uriel
c98f8d6c09
When showing a _header.md file for a dir listing, try to extract the page title from it.
2010-06-21 23:41:18 +00:00
Uriel
7bd744527d
Handle https urls consistently in redirects.
2010-05-24 23:35:08 +00:00
Uriel
c23353dc18
Add sitemap.xml to dirfilter so it doesn't show up in dir listings when no index exists in site root.
2010-04-25 11:58:40 +00:00
Uriel
d293f6b635
By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title.
2010-01-19 00:30:24 +00:00
Uriel
7dae66e13e
Still extract tile if 'empty' line after tile contains spaces.
2010-01-19 00:28:25 +00:00
uriel
7cdee641be
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
5a6063590b
Add first draft of unit testing runner.
2009-08-08 03:17:28 +02:00
uriel
3a1191a4a0
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
e4424e0844
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
a400307a19
Remove superfluous debug print that was commited by mistake.
2009-07-29 01:21:24 +02:00
uriel
e3e9fd0754
Whitespace change.
2009-07-28 23:58:32 +02:00
uriel
8cd04dd184
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
9afb192c91
Add yiyus md2html.awk script as an alternative to markdown.pl
2009-07-28 14:49:52 +02:00
uriel
f5474bcc0d
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
8f76833a08
Add url_encode function to cgilib.rc
2009-07-20 03:59:49 +00:00
uriel
328c6a394e
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
5dbd9b27e2
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
85e7156d9d
Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy.
2009-06-10 02:58:36 +02:00
uriel
a745a8bd28
I'm a retard, fix brown paper bag bug from the last commit.
2009-06-07 10:40:35 +02:00
uriel
5e2170a691
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
8f1a306a8a
Add a simple wrapper to log stderr in broken http servers.
2009-06-06 16:15:56 +02:00
uriel
9c37554a9f
Optimization: avoid using a temporary file to calculate the hash in md_handler.
2009-06-01 07:00:11 +02:00