summaryrefslogtreecommitdiffstats
path: root/dat/log/.htaccess
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-06-27 01:28:59 -0500
committerNeil Moore <neil@s-z.org>2012-06-27 01:28:59 -0500
commite3da4842d2eb6d4c851ac008d5220bbddd87ad08 (patch)
tree59b3629cb828e49390806943d509943cc64b55d1 /dat/log/.htaccess
parent2c6c3045675cecc82d33e73adf2066278a1a787c (diff)
downloadcrawlbot-e3da4842d2eb6d4c851ac008d5220bbddd87ad08.tar.gz
crawlbot-e3da4842d2eb6d4c851ac008d5220bbddd87ad08.zip
Add log viewing apparatus to git.
Diffstat (limited to 'dat/log/.htaccess')
-rw-r--r--dat/log/.htaccess11
1 files changed, 11 insertions, 0 deletions
diff --git a/dat/log/.htaccess b/dat/log/.htaccess
new file mode 100644
index 0000000..9370bc3
--- /dev/null
+++ b/dat/log/.htaccess
@@ -0,0 +1,11 @@
+IndexOptions FancyIndexing NameWidth=30 SuppressHTMLPreamble
+IndexOrderDefault Descending Name
+IndexIgnore .*
+IndexIgnore crawl-dev.log.concat
+AddType text/plain .log
+AddType text/html .shtml
+AddOutputFilter INCLUDES .shtml
+AddHandler cgi-script .concat
+AddType text/plain .concat
+HeaderName .logview.shtml
+AddDescription "<a href='#' onclick='wensley(this.previousSibling.previousSibling.attributes[\"href\"].value)'>View log</a>" *