# an apache web server folder-specific config file
# used only when unzipped content is viewed on the hosting web server

# - enable auto index pages when viewed in a browser
# - display (not run) python source code files
# - inherited by all subdirs: need just one at top of tree

# my isp: 
# - botches UTF8 signed BOM bytes in READMEs (had to resave 
#   some in ascii (notepad's "ansi") mode)
# - prefers an .html README over a .txt if both are present
#   (had to name the .txt explicitly here)
# - doesn't show .html files in root in indexes if they are 
#   prefixed by "README", due to a "IndexIgnore README* in 
#   httpd.conf, presumably (had to rename some files "Readme*")

# jun17 - ignore the zip; the top-level *is* the zip's content...

# oct17: RemoveHandler was broken by godaddy relocating my site...
# it can now appear just once, in the Books root folder's .htaccess;

Options +Indexes
###RemoveHandler cgi-script .py .pyw
ReadmeName README.txt
IndexIgnore iconify-full-package.zip
