From ec669a7e73283fbd0e34483221e2db16fd4e339a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 15 Apr 2014 17:47:26 +0200 Subject: [PATCH] add readme to phar file --- .gitignore | 1 + build.xml | 5 +++-- www/index.php | 53 ++++++++++++++++++++++++++++++++------------------- 3 files changed, 37 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 9e22a9e..71d8b88 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /lib/ /dist/ /www/*.phar +/www/README.html diff --git a/build.xml b/build.xml index e855ae9..8d18b1c 100644 --- a/build.xml +++ b/build.xml @@ -13,6 +13,7 @@ + @@ -22,7 +23,7 @@ - @@ -63,7 +64,7 @@ - + diff --git a/www/index.php b/www/index.php index bc43e22..27deb63 100644 --- a/www/index.php +++ b/www/index.php @@ -33,25 +33,45 @@ header('HTTP/1.0 200 OK'); -

- Web service to create website screenshots. -

-
-
Create website screenshot
-
-
-
- - +
+
+

+ Web service to create website screenshots. +

+ +
+
+ +
+
Create screenshot
+
+ +
+ + +
+ +
- - +
+
+

Tools

+ + +

API

The API is accessible at get.php. @@ -105,13 +125,6 @@ foreach ($options->options as $name => $option) {

PT4H
4 hours
-

Tools

- -
-- 2.30.2