瀏覽代碼

added prebuild packages

Andi Dittrich 8 年之前
父節點
當前提交
41a4f84ff8
共有 4 個文件被更改,包括 15 次插入0 次删除
  1. 11 0
      README.md
  2. 4 0
      build.xml
  3. 二進制
      dist/pages.tar
  4. 二進制
      dist/pages.zip

+ 11 - 0
README.md

@@ -15,6 +15,17 @@ Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitabl
 * [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html)
 * [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html)
 * [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html)
 * [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html)
 
 
+## Download ##
+Just clone/download the git repository **or** use the prebuild packages (only the generated html files are included)
+
+```shell
+# TAR Archive
+wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar
+
+# ZIP Archive
+wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.zip
+```
+
 ## Integration ##
 ## Integration ##
 
 
 ### Lighttpd ###
 ### Lighttpd ###

+ 4 - 0
build.xml

@@ -20,6 +20,10 @@
         <exec executable="php">
         <exec executable="php">
             <arg value="generator.php" />
             <arg value="generator.php" />
         </exec>
         </exec>
+
+        <!-- create package !-->
+        <zip destfile="dist/pages.zip" basedir="dist" includes="*.html" />
+        <tar destfile="dist/pages.tar" basedir="dist" includes="*.html" />
     </target>
     </target>
 
 
     <!-- Generate Docs Pages !-->
     <!-- Generate Docs Pages !-->

二進制
dist/pages.tar


二進制
dist/pages.zip