Comment out broken/unused code, plus some minnor debug improvements and a cat-v.org specific hack
This commit is contained in:
parent
a9262efd94
commit
1f66984929
4 changed files with 15 additions and 8 deletions
|
|
@ -230,7 +230,7 @@ fn genbody {
|
|||
|
||||
|
||||
if(! ~ $#debug 0)
|
||||
dprint $SERVER_NAME^$REQUEST_URI^' - '^$"HTTP_USER_AGENT
|
||||
dprint ' ' $SERVER_NAME^$REQUEST_URI^' - '^$"HTTP_USER_AGENT
|
||||
|
||||
|
||||
if (! ~ $args '') {
|
||||
|
|
@ -284,6 +284,10 @@ if (! ~ $#sidebar 0)
|
|||
|
||||
body=$sitedir/$body
|
||||
rssuri=$uri
|
||||
|
||||
#if(~ $body */index)
|
||||
#perm_redirect `{ echo $REQUEST_URI | sed 's,/index$,/,' }
|
||||
|
||||
if (test -d $body) {
|
||||
if(! ~ $body */)
|
||||
perm_redirect $REQUEST_URI^'/'
|
||||
|
|
@ -334,7 +338,7 @@ fn statpost {
|
|||
title=`{basename $f | sed 's/^[0-9\-]*_(.*)\.md$/\1/; s/_/ /g' }
|
||||
date=`{/bin/date -Rd `{basename $f |sed 's/(^[0-9\-]*).*/\1/; s/-[0-9]$//'}}
|
||||
stat=`{stat -c '%Y %U' $f}
|
||||
mdate=`{/bin/date -Rd @$stat(1)}
|
||||
#mdate=`{/bin/date -Rd $stat(1)} # Not used because it is unreliable
|
||||
uri=$baseuri^`{cleanname `{echo -n $uri | sed 's/\.(md|tpl)//g'}}
|
||||
by=$stat(2)
|
||||
ifs=() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[web]
|
||||
style = gitweb
|
||||
allow_archive = bz2 zip
|
||||
allow_archive = bz2
|
||||
|
||||
#[paths]
|
||||
#w9 = /gsoc/hg/w9/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue