mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-14 17:41:52 +02:00
Set version to 0.3.1.
This commit is contained in:
parent
4f09cbf00e
commit
a529a32d3a
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
|
||||
@ -35,6 +35,14 @@ will be wrapped by `<header>` and `<footer>` tags.
|
||||
|
||||
## Changelog
|
||||
|
||||
### v0.3.1
|
||||
*2011-06-24*
|
||||
|
||||
* refactored js
|
||||
* added `folderClick` and `fileClick` callback hooks
|
||||
* fixed .emtpy style
|
||||
|
||||
|
||||
### v0.3
|
||||
*2011-06-23*
|
||||
|
||||
|
@ -3,7 +3,7 @@ custom = true
|
||||
|
||||
# project
|
||||
project.name = h5ai
|
||||
project.version = 0.3
|
||||
project.version = 0.3.1
|
||||
|
||||
|
||||
# src
|
||||
|
@ -1,5 +1,5 @@
|
||||
################################
|
||||
# h5ai 0.3
|
||||
# h5ai 0.3.1
|
||||
# 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-css3.png" alt="html5-css3" />
|
||||
</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
|
||||
<a href="http://html5boilerplate.com" target="_blank" title="a rock-solid default for HTML5 awesome">HTML5 Boilerplate</a>
|
||||
and
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="keywords" content="directory, index, autoindex, h5ai">
|
||||
<link rel="shortcut icon" href="/h5ai/icons/folder.png" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user