Преглед на файлове

added prebuild packages

Andi Dittrich преди 8 години
родител
ревизия
41a4f84ff8
променени са 4 файла, в които са добавени 15 реда и са изтрити 0 реда
  1. 11 0
      README.md
  2. 4 0
      build.xml
  3. BIN
      dist/pages.tar
  4. BIN
      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)
 * [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 ##
 
 ### Lighttpd ###

+ 4 - 0
build.xml

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

BIN
dist/pages.tar


BIN
dist/pages.zip