mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Set version to 0.3.1.
This commit is contained in:
parent
4f09cbf00e
commit
a529a32d3a
5 changed files with 13 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# h5ai v0.3   ·   a beautified Apache index
|
# h5ai v0.3.1   ·   a beautified Apache index
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
@ -35,6 +35,14 @@ will be wrapped by `<header>` and `<footer>` tags.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v0.3.1
|
||||||
|
*2011-06-24*
|
||||||
|
|
||||||
|
* refactored js
|
||||||
|
* added `folderClick` and `fileClick` callback hooks
|
||||||
|
* fixed .emtpy style
|
||||||
|
|
||||||
|
|
||||||
### v0.3
|
### v0.3
|
||||||
*2011-06-23*
|
*2011-06-23*
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ custom = true
|
||||||
|
|
||||||
# project
|
# project
|
||||||
project.name = h5ai
|
project.name = h5ai
|
||||||
project.version = 0.3
|
project.version = 0.3.1
|
||||||
|
|
||||||
|
|
||||||
# src
|
# src
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
################################
|
################################
|
||||||
# h5ai 0.3
|
# h5ai 0.3.1
|
||||||
# customized .htaccess
|
# customized .htaccess
|
||||||
################################
|
################################
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<img class="techclass" src="/h5ai/images/html5-storage.png" alt="html5-storage" />
|
<img class="techclass" src="/h5ai/images/html5-storage.png" alt="html5-storage" />
|
||||||
<img class="techclass" src="/h5ai/images/html5-css3.png" alt="html5-css3" />
|
<img class="techclass" src="/h5ai/images/html5-css3.png" alt="html5-css3" />
|
||||||
</a>
|
</a>
|
||||||
<a href="http://github.com/lrsjng/h5ai" target="_blank" title="h5ai 0.3">h5ai</a>
|
<a href="http://github.com/lrsjng/h5ai" target="_blank" title="h5ai 0.3.1">h5ai</a>
|
||||||
using
|
using
|
||||||
<a href="http://html5boilerplate.com" target="_blank" title="a rock-solid default for HTML5 awesome">HTML5 Boilerplate</a>
|
<a href="http://html5boilerplate.com" target="_blank" title="a rock-solid default for HTML5 awesome">HTML5 Boilerplate</a>
|
||||||
and
|
and
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Directory index · styled with h5ai</title>
|
<title>Directory index · styled with h5ai</title>
|
||||||
<meta name="h5ai-version" content="h5ai 0.3">
|
<meta name="h5ai-version" content="h5ai 0.3.1">
|
||||||
<meta name="description" content="Directory index styled with h5ai (http://github.com/lrsjng/h5ai)">
|
<meta name="description" content="Directory index styled with h5ai (http://github.com/lrsjng/h5ai)">
|
||||||
<meta name="keywords" content="directory, index, autoindex, h5ai">
|
<meta name="keywords" content="directory, index, autoindex, h5ai">
|
||||||
<link rel="shortcut icon" href="/h5ai/icons/folder.png" />
|
<link rel="shortcut icon" href="/h5ai/icons/folder.png" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue