X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/62875bdbecc633496c712bc2fc5e0ef8f54733e3..4257ca9320281606be23efac2e9a6e2ddedcb6d5:/www/index.php diff --git a/www/index.php b/www/index.php index 6eff33c..7036104 100644 --- a/www/index.php +++ b/www/index.php @@ -1,4 +1,76 @@ + + + + phancap + + +

phancap

+

+ Web service to create website screenshots. +

+ +

API

+

+ The API is accessible at get.php. +

+ + + + + + + + + + + +load(); + $options->setConfig($config); +} catch (\Exception $e) {} +foreach ($options->options as $name => $option) { + echo '' + . '' + . '' + . '' + . '' + . ''; +} ?> + +
Available URL parameters
NameDescriptionTypeDefault
' . $name . '' . htmlspecialchars($option['title']) . '' + . ( + is_array($option['type']) + ? ('One of: ' . implode(', ', $option['type']) . '') + : str_replace('skip', ' ', $option['type']) + ) + . ' ' . $option['default'] . '
+ + +

Tools

+ + +