1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-29 08:40:34 +02:00

Included build stuff.

This commit is contained in:
Lars Jung
2011-06-23 20:35:28 +02:00
parent df947590f6
commit d37ff20f67
253 changed files with 748 additions and 299 deletions

137
target/dot.htaccess Normal file
View File

@@ -0,0 +1,137 @@
################################
# h5ai 0.3
# customized .htaccess
################################
# Options +Indexes
# Options +FollowSymLinks
################################
# cache images for 52 weeks
################################
<IfModule mod_headers.c>
<FilesMatch "\.png$">
Header set Cache-Control "max-age=31449600, public"
</FilesMatch>
</IfModule>
################################
# style auto index
################################
<IfModule mod_autoindex.c>
################################
# uncomment the following line to force directory listing
# even for directories with valid index files
################################
# DirectoryIndex IGNORE-DEFAULT-INDEX-FILES
################################
# h5ai header and footer
################################
HeaderName /h5ai/header.html
ReadmeName /h5ai/footer.html
################################
# hide h5ai folder and config files from index
################################
IndexIgnore h5ai h5ai.header.html h5ai.footer.html
################################
# table options
################################
IndexOrderDefault Ascending Name
IndexOptions Charset=UTF-8
IndexOptions FancyIndexing
IndexOptions HTMLTable
IndexOptions XHTML
IndexOptions SuppressHTMLPreamble
IndexOptions SuppressRules
IndexOptions SuppressDescription
IndexOptions FoldersFirst
IndexOptions IgnoreCase
IndexOptions IconsAreLinks
IndexOptions VersionSort
IndexOptions NameWidth=*
################################
# icon mapping
################################
AddIcon /h5ai/icons/parent.png ..
AddIcon /h5ai/icons/folder.png ^^DIRECTORY^^
AddIcon /h5ai/icons/blank.png ^^BLANKICON^^
AddIcon /h5ai/icons/readme.png README
AddIcon /h5ai/icons/copying.png COPYING LICENSE
AddIcon /h5ai/icons/install.png INSTALL
AddIcon /h5ai/icons/authors.png AUTHORS
AddIcon /h5ai/icons/log.png LOG Log log
AddIcon /h5ai/icons/css.png .less
AddIcon /h5ai/icons/script.png .conf .ini .sh .shar .csh .ksh .tcl
AddIcon /h5ai/icons/makefile.png .pom pom.xml build.xml
AddIcon /h5ai/icons/bin.png .so .o
AddIcon /h5ai/icons/zip.png .zip .Z .z .jar .war
AddIcon /h5ai/icons/tar.png .tar
AddIcon /h5ai/icons/archive.png .tar.gz .tgz .tar.bz2
AddIcon /h5ai/icons/pdf.png .pdf
AddIcon /h5ai/icons/deb.png .deb
AddIcon /h5ai/icons/rpm.png .rpm
AddIcon /h5ai/icons/cd.png .iso .cue
AddIconByType /h5ai/icons/png.png image/png
AddIconByType /h5ai/icons/jpg.png image/jpeg
AddIconByType /h5ai/icons/gif.png image/gif
AddIconByType /h5ai/icons/ico.png image/x-icon
AddIconByType /h5ai/icons/bmp.png image/x-ms-bmp
AddIconByType /h5ai/icons/html.png text/html
AddIconByType /h5ai/icons/css.png text/css
AddIconByType /h5ai/icons/xml.png application/xml
AddIconByType /h5ai/icons/js.png application/javascript application/json
AddIconByType /h5ai/icons/php.png application/x-httpd-php
AddIconByType /h5ai/icons/py.png text/x-python
AddIconByType /h5ai/icons/rb.png application/x-ruby
AddIconByType /h5ai/icons/java.png text/x-java
AddIconByType /h5ai/icons/cpp.png text/x-c++src
AddIconByType /h5ai/icons/hpp.png text/x-c++hdr
AddIconByType /h5ai/icons/c.png text/x-csrc
AddIconByType /h5ai/icons/h.png text/x-chdr
AddIconByType /h5ai/icons/pdf.png application/pdf
AddIconByType /h5ai/icons/rtf.png text/rtf application/rtf
AddIconByType /h5ai/icons/tex.png text/x-tex
AddIconByType /h5ai/icons/makefile.png text/x-makefile
AddIconByType /h5ai/icons/bin.png application/java-vm
AddIconByType /h5ai/icons/exe.png application/x-executable application/x-msdos-program
AddIconByType /h5ai/icons/text.png text/*
AddIconByType /h5ai/icons/image.png image/*
AddIconByType /h5ai/icons/audio.png audio/*
AddIconByType /h5ai/icons/video.png video/*
AddIconByEncoding /h5ai/icons/zip.png x-compress x-gzip x-bzip2
DefaultIcon /h5ai/icons/unknown.png
</IfModule>

1
target/h5ai/css/main.css Normal file

File diff suppressed because one or more lines are too long

23
target/h5ai/footer.html Normal file
View File

@@ -0,0 +1,23 @@
<!-- generated code ends here -->
</section>
<section id="icons"></section>
<footer></footer>
</section>
<footer>
<a id="html5" href="http://www.w3.org/html/logo/" target="_blank" title="HTML5 semantics, storage & CSS3">
<img class="logo" src="/h5ai/images/html5.png" alt="html5" />
<img class="techclass" src="/h5ai/images/html5-semantics.png" alt="html5-semantics" />
<img class="techclass" src="/h5ai/images/html5-storage.png" alt="html5-storage" />
<img class="techclass" src="/h5ai/images/html5-css3.png" alt="html5-css3" />
</a>
<a href="http://github.com/lrsjng/h5ai" target="_blank" title="h5ai 0.3">h5ai</a>
using
<a href="http://html5boilerplate.com" target="_blank" title="a rock-solid default for HTML5 awesome">HTML5 Boilerplate</a>
and
<a href="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" target="_blank" title="icon theme for Gnome">Faenza icons</a>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>window.jQuery || document.write( '<script src="/h5ai/js/lib/jquery-1.6.1.min.js"><\/script>' )</script>
<script src="/h5ai/js/main.js"></script>
</body>
</html>

32
target/h5ai/header.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Directory index · styled with h5ai</title>
<meta name="h5ai-version" content="h5ai 0.3">
<meta name="description" content="Directory index styled with h5ai (http://github.com/lrsjng/h5ai)">
<meta name="keywords" content="directory, index, autoindex, h5ai">
<link rel="shortcut icon" href="/h5ai/icons/folder.png" />
<link rel="apple-touch-icon" href="/h5ai/images/folder.png">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold">
<link rel="stylesheet" type="text/css" href="/h5ai/css/main.css">
<script src="/h5ai/js/lib/modernizr-2.0.4.min.js"></script>
</head>
<body>
<nav>
<ul>
<li id="domain" class="crumb"><a href="/"><img src="/h5ai/icons/home.png" alt="domain" /><span>domain</span></a></li>
<li id="viewicons" class="view"><a href="#"><img src="/h5ai/icons/view-icons.png" alt="view-icons" />icons</a></li>
<li id="viewdetails" class="view" ><a href="#"><img src="/h5ai/icons/view-details.png" alt="view-details" />details</a></li>
</ul>
<div class="clearfix"></div>
</nav>
<section id="content">
<header></header>
<section id="details">
<!--
The following code was generated by apache's autoindex module. It is not valid HTML 5 for the
reason, that 'align' and 'valign' attributes on the td element are obsolete. Both of them are
removed via javascript. The actual page should render as perfect HTML 5, even if the produced
source is not valid HTML 5.
-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

BIN
target/h5ai/icons/audio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

BIN
target/h5ai/icons/bin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

BIN
target/h5ai/icons/blank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

BIN
target/h5ai/icons/bmp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

BIN
target/h5ai/icons/c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

BIN
target/h5ai/icons/calc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

BIN
target/h5ai/icons/cd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

BIN
target/h5ai/icons/cpp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

BIN
target/h5ai/icons/crumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

BIN
target/h5ai/icons/css.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

BIN
target/h5ai/icons/deb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

BIN
target/h5ai/icons/doc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
target/h5ai/icons/draw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
target/h5ai/icons/eps.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

BIN
target/h5ai/icons/exe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

BIN
target/h5ai/icons/gif.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

BIN
target/h5ai/icons/h.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

BIN
target/h5ai/icons/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

BIN
target/h5ai/icons/hpp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

BIN
target/h5ai/icons/html.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

BIN
target/h5ai/icons/ico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

BIN
target/h5ai/icons/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

BIN
target/h5ai/icons/java.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

BIN
target/h5ai/icons/jpg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

BIN
target/h5ai/icons/js.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

BIN
target/h5ai/icons/log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

BIN
target/h5ai/icons/pdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

BIN
target/h5ai/icons/php.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

BIN
target/h5ai/icons/png.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
target/h5ai/icons/pres.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

BIN
target/h5ai/icons/psd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

BIN
target/h5ai/icons/py.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

BIN
target/h5ai/icons/rar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

BIN
target/h5ai/icons/rb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

BIN
target/h5ai/icons/rpm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

BIN
target/h5ai/icons/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

BIN
target/h5ai/icons/rtf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

BIN
target/h5ai/icons/sql.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

BIN
target/h5ai/icons/tar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

BIN
target/h5ai/icons/tex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

BIN
target/h5ai/icons/text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

BIN
target/h5ai/icons/vcal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

BIN
target/h5ai/icons/video.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

BIN
target/h5ai/icons/xml.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

BIN
target/h5ai/icons/zip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
target/h5ai/images/bin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

BIN
target/h5ai/images/bmp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
target/h5ai/images/c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
target/h5ai/images/cd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
target/h5ai/images/cpp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
target/h5ai/images/css.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
target/h5ai/images/deb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

BIN
target/h5ai/images/exe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
target/h5ai/images/gif.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
target/h5ai/images/gzip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
target/h5ai/images/h.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
target/h5ai/images/hpp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
target/h5ai/images/html.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

BIN
target/h5ai/images/ico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
target/h5ai/images/java.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
target/h5ai/images/jpg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
target/h5ai/images/js.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
target/h5ai/images/log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Some files were not shown because too many files have changed in this diff Show More