Updated readme.
This commit is contained in:
parent
e5ca966266
commit
58639ce621
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -23,11 +23,13 @@ View a [sample folder](http://repo.larsjung.de/h5ai-sample)
|
|||
Install
|
||||
-------
|
||||
|
||||
1. Copy the `h5ai` folder to the web-root directory of your server or alternativly set an alias `/h5ai/` to
|
||||
this folder.
|
||||
2. Add the content of file `dot.htaccess` to the `.htaccess` file in the directory
|
||||
you want to be styled (you might have to create this file). This directory and any subdirectories will be
|
||||
styled by h5ai.
|
||||
* Copy the `h5ai` folder to the web-root directory of your server or alternativly set an alias `/h5ai/` to
|
||||
this folder.
|
||||
* Add the content of file `dot.htaccess` to the `.htaccess` file in the directory
|
||||
you want to be styled (you might have to create this file). This directory and any subdirectories will be
|
||||
styled by h5ai.
|
||||
* Optionally add `h5ai.header.html` and/or `h5ai.footer.html` files to any of the styled folders to [display custom
|
||||
top or bottom sections](http://repo.larsjung.de/h5ai-sample/customize). The content of those files will be wrapped by `<header>` and `<footer>` tags.
|
||||
|
||||
|
||||
Changelog
|
||||
|
@ -38,7 +40,7 @@ Changelog
|
|||
*2011-06-17*
|
||||
|
||||
* more refactoring in main.js
|
||||
* added custom js support, and global includes
|
||||
* <strike>added custom js support, and global includes</strike> *removed, only custom top and bottom sections supported*
|
||||
|
||||
|
||||
### v0.2.2
|
||||
|
|
Loading…
Reference in a new issue