Updates build process.

This commit is contained in:
Lars Jung 2012-09-14 00:25:20 +02:00
parent 6d188f1271
commit 07fcb40aab
8 changed files with 134 additions and 136 deletions

View file

@ -1,5 +1,5 @@
################################
# h5ai {{version}}
# {{pkg.name}} {{pkg.version}}
# customized .htaccess
################################
@ -19,5 +19,5 @@ IndexOptions NameWidth=*
IndexOptions SuppressDescription
IndexOptions SuppressHTMLPreamble
IndexOptions SuppressRules
IndexOptions Type=text/html;h5ai={{version}}
IndexOptions Type=text/html;h5ai={{pkg.version}}
IndexOptions XHTML

View file

@ -11,8 +11,8 @@ doctype 5
head
meta( charset="utf-8" )
meta( http-equiv="X-UA-Compatible", content="IE=edge,chrome=1" )
title Directory index · styled with h5ai {{version}}
meta( name="description", content="Directory index styled with h5ai {{version}} (http://larsjung.de/h5ai)" )
title Directory index · styled with {{pkg.name}} {{pkg.version}}
meta( name="description", content="Directory index styled with h5ai {{pkg.version}} (http://larsjung.de/h5ai)" )
meta( name="viewport", content="width=device-width" )
link( rel="shortcut icon", type="image/png", href!="#{h5ai}images/h5ai-16x16.png" )
link( rel="apple-touch-icon", type="image/png", href!="#{h5ai}images/h5ai-48x48.png" )
@ -30,7 +30,7 @@ div#content
div#bottombar.clearfix
span.left
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) h5ai {{version}}
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) {{pkg.name}} {{pkg.version}}
span.hideOnJs.noJsMsg ⚡ JavaScript is disabled! ⚡
span.oldBrowser
| ⚡ Some features disabled! Works best in

View file

@ -1,5 +1,5 @@
/*
h5ai {{version}}
{{pkg.name}} {{pkg.version}}
Configuration
options, types and localization

View file

@ -1,6 +1,6 @@
<?php
/*
* h5ai {{version}}
* {{pkg.name}} {{pkg.version}}
*
* PHP Configuration
* filesystem paths and file ignore rules

View file

@ -8,7 +8,7 @@ html.no-js( lang="en" )
head
meta( charset="utf-8" )
meta( http-equiv="X-UA-Compatible", content="IE=edge,chrome=1" )
title h5ai {{version}} server details
title {{pkg.name}} {{pkg.version}} server details
meta( name="description", content="h5ai server details" )
meta( name="viewport", content="width=device-width" )
link( rel="shortcut icon", type="image/png", href="images/h5ai-16x16.png" )
@ -19,8 +19,8 @@ html.no-js( lang="en" )
body#h5ai-info
h1 h5ai
span.build-version version {{version}}
h1 {{pkg.name}}
span.build-version version {{pkg.version}}
span.build-stamp {{stamp}}
h2 server supports
@ -68,7 +68,7 @@ html.no-js( lang="en" )
div#bottombar.clearfix
span.left
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) h5ai {{version}}
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) {{pkg.name}} {{pkg.version}}
span.hideOnJs.noJsMsg ⚡ JavaScript is disabled! ⚡
span.oldBrowser
| ⚡ Some features disabled! Works best in

View file

@ -1,5 +1,5 @@
|<?php
| header("Content-type: text/html;h5ai={{version}}");
| header("Content-type: text/html;h5ai={{pkg.version}}");
| $h5ai_php = str_replace("\\", "/", dirname(__FILE__)) . "/inc/H5ai.php";
| if (!file_exists($h5ai_php)) {
| function find_h5ai($path, $h5ai) {
@ -34,8 +34,8 @@ html.no-js( lang="en" )
head
meta( charset="utf-8" )
meta( http-equiv="X-UA-Compatible", content="IE=edge,chrome=1" )
title Directory index · styled with h5ai {{version}}
meta( name="description", content="Directory index styled with h5ai {{version}} (http://larsjung.de/h5ai)" )
title Directory index · styled with {{pkg.name}} {{pkg.version}}
meta( name="description", content="Directory index styled with h5ai {{pkg.version}} (http://larsjung.de/h5ai)" )
meta( name="viewport", content="width=device-width" )
link( rel="shortcut icon", type="image/png", href!="#{h5ai}images/h5ai-16x16.png" )
link( rel="apple-touch-icon", type="image/png", href!="#{h5ai}images/h5ai-48x48.png" )
@ -53,7 +53,7 @@ html.no-js( lang="en" )
div#bottombar.clearfix
span.left
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) h5ai {{version}}
a#h5ai-reference( href="http://larsjung.de/h5ai", title="h5ai project page" ) {{pkg.name}} {{pkg.version}}
span.hideOnJs.noJsMsg ⚡ JavaScript is disabled! ⚡
span.oldBrowser
| ⚡ Some features disabled! Works best in