2011-07-28 18:07:13 +02:00
|
|
|
# h5ai v0.12   ·   a beautified Apache index
|
2011-06-23 20:35:28 +02:00
|
|
|
|
2011-07-27 02:25:00 +02:00
|
|
|
h5ai tries to make browsing files on a Apache HTTP server more comfortable. It makes use of the
|
|
|
|
built-in autoindex module of Apache and adds styles and functionality to the page generated by
|
|
|
|
this module.
|
|
|
|
For installation instructions and documentation have a look at the [project page](http://larsjung.de/h5ai).
|
|
|
|
There is also a [sample folder](http://larsjung.de/h5ai/sample).
|
2011-06-16 01:24:49 +02:00
|
|
|
|
2011-07-27 02:25:00 +02:00
|
|
|
[h5ai](http://larsjung.de/h5ai) is provided under the terms of the MIT License.
|
|
|
|
It uses
|
2011-06-27 15:35:50 +02:00
|
|
|
[HTML5 Boilerplate](http://html5boilerplate.com),
|
|
|
|
[jQuery](http://jquery.com),
|
|
|
|
[Modernizr](http://www.modernizr.com) and
|
|
|
|
[Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-173323228),
|
|
|
|
please respect their rights.
|
|
|
|
|
|
|
|
|
2011-06-23 23:27:20 +02:00
|
|
|
## Changelog
|
2011-06-16 01:24:49 +02:00
|
|
|
|
2011-07-29 02:36:53 +02:00
|
|
|
### v0.12.1
|
|
|
|
*2011-07-29*
|
|
|
|
|
|
|
|
* fixed unchecked use of console.log
|
|
|
|
|
|
|
|
|
2011-07-28 18:07:13 +02:00
|
|
|
### v0.12
|
|
|
|
*2011-07-28*
|
|
|
|
|
|
|
|
* improved performance
|
|
|
|
|
|
|
|
|
2011-07-27 02:25:00 +02:00
|
|
|
### v0.11
|
|
|
|
*2011-07-27*
|
|
|
|
|
|
|
|
* changed license to MIT license, see `LICENSE.txt`
|
|
|
|
|
|
|
|
|
2011-07-26 16:40:18 +02:00
|
|
|
### v0.10.2
|
|
|
|
*2011-07-26*
|
|
|
|
|
|
|
|
* improved tree scrollbar
|
|
|
|
|
|
|
|
|
2011-07-24 18:05:44 +02:00
|
|
|
### v0.10.1
|
|
|
|
*2011-07-24*
|
|
|
|
|
|
|
|
* fixed problems with ' in links
|
|
|
|
|
|
|
|
|
2011-07-24 15:25:43 +02:00
|
|
|
### v0.10
|
|
|
|
*2011-07-24*
|
|
|
|
|
2011-07-27 02:25:00 +02:00
|
|
|
* fixed problems with XAMPP on Windows (see `dot.htaccess` comments for instructions)
|
2011-07-24 15:25:43 +02:00
|
|
|
* fixed tree fade-in-fade-out effect for small displays ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
|
|
|
|
* added custom scrollbar to tree ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
|
|
|
|
* fixed broken links caused by URI encoding/decoding ([issue #9](http://github.com/lrsjng/h5ai/issues/9))
|
|
|
|
* added "empty" to localization (hope Google Translate did a good job here)
|
|
|
|
|
|
|
|
|
2011-07-18 23:22:24 +02:00
|
|
|
### v0.9
|
|
|
|
*2011-07-18*
|
|
|
|
|
|
|
|
* linked hover states between crumb, extended view and tree
|
|
|
|
* fixed size of tree view (now there's a ugly scrollbar, hopefully will be fixed)
|
|
|
|
* refactored js to improve performance and cleaned code
|
|
|
|
* added caching for folder status codes and content
|
|
|
|
* added fr translation by [Nicolas](http://github.com/Nicosmos)
|
|
|
|
* added nl translation by [Stefan de Konink](http://github.com/skinkie)
|
|
|
|
* added sv translation by Oscar Carlsson
|
|
|
|
|
|
|
|
|
2011-07-08 03:32:23 +02:00
|
|
|
### v0.8
|
|
|
|
*2011-07-08*
|
|
|
|
|
|
|
|
* removed slashes from folder labels
|
|
|
|
* optionally rename parent folder entries to real folder names, see `options.js`
|
|
|
|
* long breadcrumbs (multiple rows) no longer hide content
|
|
|
|
* error folder icons are opaque now
|
|
|
|
* refactored js a lot (again...)
|
|
|
|
|
|
|
|
|
2011-07-07 02:26:07 +02:00
|
|
|
### v0.7
|
|
|
|
*2011-07-07*
|
|
|
|
|
|
|
|
* removed shadows
|
|
|
|
* smarter tree side bar
|
|
|
|
|
|
|
|
|
2011-07-05 01:39:45 +02:00
|
|
|
### v0.6
|
|
|
|
*2011-07-05*
|
|
|
|
|
|
|
|
* refactored js
|
2011-07-08 03:32:23 +02:00
|
|
|
* added localization, see `options.js`
|
2011-07-05 01:39:45 +02:00
|
|
|
|
|
|
|
|
2011-07-04 02:18:27 +02:00
|
|
|
### v0.5.3
|
|
|
|
*2011-07-04*
|
|
|
|
|
|
|
|
* refactored js
|
2011-07-08 03:32:23 +02:00
|
|
|
* added basic options support via `options.js`
|
|
|
|
* commented `options.js`
|
2011-07-04 16:26:35 +02:00
|
|
|
* optional tree sidebar
|
2011-07-04 02:18:27 +02:00
|
|
|
|
|
|
|
|
2011-07-02 21:11:25 +02:00
|
|
|
### v0.5.2
|
|
|
|
*2011-07-02*
|
|
|
|
|
|
|
|
* details view adjusts to window width
|
|
|
|
* linked icon for *.gz and *.bz2
|
|
|
|
|
|
|
|
|
2011-07-01 15:32:22 +02:00
|
|
|
### v0.5.1
|
|
|
|
*2011-07-01*
|
|
|
|
|
|
|
|
* disabled tree sidebar for now, since it had unwanted side effects
|
|
|
|
|
|
|
|
|
2011-07-01 01:51:24 +02:00
|
|
|
### v0.5
|
|
|
|
*2011-07-01*
|
|
|
|
|
|
|
|
* added tree sidebar
|
|
|
|
* some refactorings
|
|
|
|
|
|
|
|
|
2011-06-27 15:35:50 +02:00
|
|
|
### v0.4
|
|
|
|
*2011-06-27*
|
|
|
|
|
|
|
|
* added better fallback, in case JavaScript is disabled
|
|
|
|
* rewrote js, fixed middle-button click etc. problems
|
|
|
|
* refactored css
|
|
|
|
* sorted, added and moved icons and images
|
|
|
|
* updated dot.access
|
|
|
|
|
|
|
|
|
2011-06-24 22:18:44 +02:00
|
|
|
### v0.3.2
|
|
|
|
*2011-06-24*
|
|
|
|
|
|
|
|
* removed lib versions from file names
|
|
|
|
* added 'empty' indicator for icons view
|
|
|
|
|
|
|
|
|
2011-06-24 15:39:44 +02:00
|
|
|
### v0.3.1
|
|
|
|
*2011-06-24*
|
|
|
|
|
|
|
|
* refactored js
|
|
|
|
* added `folderClick` and `fileClick` callback hooks
|
|
|
|
* fixed .emtpy style
|
|
|
|
|
|
|
|
|
2011-06-23 20:35:28 +02:00
|
|
|
### v0.3
|
|
|
|
*2011-06-23*
|
|
|
|
|
|
|
|
* included build stuff, files previously found in the base directory are now located in folder `target`
|
|
|
|
* styles and scripts are now minified
|
|
|
|
* added Modernizr 2.0.4 for future use
|
|
|
|
* updated jQuery to version 1.6.1
|
|
|
|
|
2011-06-16 21:20:18 +02:00
|
|
|
|
2011-06-17 02:46:32 +02:00
|
|
|
### v0.2.3
|
|
|
|
*2011-06-17*
|
|
|
|
|
|
|
|
* more refactoring in main.js
|
2011-06-17 19:22:44 +02:00
|
|
|
* ~~added custom js support, and global includes~~ *removed, only custom top and bottom sections supported*
|
2011-06-17 02:46:32 +02:00
|
|
|
|
|
|
|
|
2011-06-16 21:20:18 +02:00
|
|
|
### v0.2.2
|
|
|
|
*2011-06-16*
|
|
|
|
|
|
|
|
* refactored a lot, added some comments
|
|
|
|
* included fixes from [NumEricR](http://github.com/NumEricR/h5ai)
|
|
|
|
* added top/bottom message support, only basicly styled
|
|
|
|
|
|
|
|
|
2011-06-16 01:24:49 +02:00
|
|
|
### v0.2.1
|
|
|
|
*2011-06-16*
|
|
|
|
|
|
|
|
* fixed croped filenames
|
|
|
|
* fixed missing .png extension in header
|
|
|
|
* added some color to the links
|
|
|
|
* added changelog
|
|
|
|
|
2011-06-16 21:20:18 +02:00
|
|
|
|
2011-06-16 01:24:49 +02:00
|
|
|
### v0.2
|
|
|
|
*2011-06-15*
|
|
|
|
|
|
|
|
* added icon view
|
|
|
|
|