From: Christian Weiske Date: Thu, 17 Apr 2014 05:49:15 +0000 (+0200) Subject: talk about features X-Git-Tag: v0.1.0~2 X-Git-Url: https://git.cweiske.de/phancap.git/commitdiff_plain/00e918bc6ce0439f9245ce6335925d8e1e042cc2 talk about features --- diff --git a/README.rst b/README.rst index 2b823e9..91b0fbb 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,34 @@ Web service (API) to create website screenshots. Self-hosted and written in PHP. Caching included. +*phancap* is useful for: + +- Show screenshots for websites in your bookmarking application +- Archive a HTML page as PDF for later viewing + + .. contents:: + +======== +Features +======== + +* Configurable browser size +* Configurable screenshot size +* Clip and full page rendering (full height) +* JPG, PNG and PDF output (PDFs are searchable) +* Authentication +* Can run on a normal web server without GUI. See dependencies_. + + +.. note:: + *phancap* does not rely on a "real" browser. + Currently ``cutycapt`` is utilized, which uses a pretty bare webkit to render + the pages. + Do not expect pixel-for-pixel identical rendering as your desktop browser. + + =============== Getting started =============== @@ -228,10 +254,15 @@ This is the signature; it gets appended to the URL as ``asignature`` parameter. ============ Dependencies ============ -- `cutycapt `_ -- imagemagick's ``convert`` -- ``xvfb-run`` -- PEAR's ``System.php`` +- External tools: + + - `cutycapt `_ + - `imagemagick's `_ ``convert`` + - ``xvfb-run`` + +- Libraries (already included in the ``.phar``): + + - PEAR's ``System.php`` =======