-
Notifications
You must be signed in to change notification settings - Fork 6
/
.htaccess
50 lines (37 loc) · 2.21 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Apache Autoindex Directives
Options +Indexes
IndexOptions FancyIndexing HTMLTable SuppressRules
IndexOptions IconsAreLinks ScanHTMLTitles NameWidth=* DescriptionWidth=*
# Autoindex-Strapdown Directives
AddType text/plain .md
HeaderName HEADER.md
ReadmeName README.md
IndexHeadInsert "\
<meta name='description' content='Autoindex-Strapdown: Easily add Markdown README/HEADERs to Apache directory indexes, rendered by Strapdown.js'> \
<script>conf = {theme: 'bootstrap', title: 'Autoindex-Strapdown'};</script> \
<script src='https://ais.habilis.net/autoindex_strapdown.js'></script> \
<link rel='stylesheet' href='https://ais.habilis.net/autoindex_strapdown.css'> \
<style>#content { max-width: 50em; }</style>"
# Icons using Bootstrap's Glyphicon set
DefaultIcon https://ais.habilis.net/icons/glyphicon-file.svg
AddIcon https://ais.habilis.net/icons/blank.svg ^^BLANKICON^^
AddIcon https://ais.habilis.net/icons/glyphicon-folder-open.svg ^^DIRECTORY^^
AddIcon https://ais.habilis.net/icons/glyphicon-circle-arrow-up.svg ..
AddIconByType (TXT,https://ais.habilis.net/icons/glyphicon-file.svg) text/*
AddIconByType (IMG,https://ais.habilis.net/icons/glyphicon-picture.svg) image/*
AddIconByType (SND,https://ais.habilis.net/icons/glyphicon-music.svg) audio/*
AddIconByType (VID,https://ais.habilis.net/icons/glyphicon-film.svg) video/*
# ais.habilis.net Custom directives follow (note custom styles above):
# Limit description to match max-width
IndexOptions DescriptionWidth=36
# Turn off index.html rendering, so Strapdown directory is autoindexed
DirectoryIndex no-such-file.html
# Override common defaults on Mac OS X
AddIconByEncoding (CMP,https://ais.habilis.net/icons/glyphicon-file.svg) x-compress x-gzip
AddIcon https://ais.habilis.net/icons/glyphicon-file.svg .bin .exe .hqx .tar .wrl .wrl.gz .vrml .vrm .iv .Z .z .tgz .gz .zip .ps .ai .eps .html .shtml .htm .pdf .txt .c .pl .py .for .dvi .uu .conf .sh .shar .csh .ksh .tcl .tex core
# Descriptions
AddDescription "tl;dr: Apache, use freely" strapdown/vendor/themes/LICENSE strapdown/v/0.1/themes/LICENSE strapdown/v/0.2/themes/LICENSE
AddDescription "tl;dr: MIT, use freely" LICENSE
AddDescription "SVG file icons" icons
# Exclusions
IndexIgnore robots.txt pic favicon.ico favicon.gif