talk about features
authorChristian Weiske <cweiske@cweiske.de>
Thu, 17 Apr 2014 05:49:15 +0000 (07:49 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 17 Apr 2014 05:49:15 +0000 (07:49 +0200)
README.rst

index 2b823e9ff7f8b4271690c663eaafa5787704e87b..91b0fbb7f6f38fd59e9c431cac7b25b6af00b70e 100644 (file)
@@ -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 <http://cutycapt.sourceforge.net/>`_
-- imagemagick's ``convert``
-- ``xvfb-run``
-- PEAR's ``System.php``
+- External tools:
+
+  - `cutycapt <http://cutycapt.sourceforge.net/>`_
+  - `imagemagick's <http://www.imagemagick.org/>`_ ``convert``
+  - ``xvfb-run``
+
+- Libraries (already included in the ``.phar``):
+
+  - PEAR's ``System.php``
 
 
 =======