X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/6c6604ab9240617f5d67b75586930eadb2bfc8d5..bac895b61a812c1b0f014bae483fac8507fc44ee:/README.rst diff --git a/README.rst b/README.rst index ca063f1..818eafd 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,10 @@ Features * JPG, PNG and PDF output (PDFs are searchable) * Authentication * Can run on a normal web server without GUI. See dependencies_. +* Generated images get meta data embedded: + + * URL of captured page + * Capture settings .. note:: @@ -43,10 +47,15 @@ Basic setup =========== #. Download the ``.phar`` file and put it onto your web server #. Open the phar file in your browser + + If you only see text beginning with ```_ + - `exiftool `_ - `imagemagick's `_ ``convert`` - ``xvfb-run`` @@ -273,7 +283,10 @@ Dependencies - PEAR's ``System.php`` -======= +============= +About phancap +============= + License ======= ``phancap`` is licensed under the `AGPL v3`__ or later. @@ -281,7 +294,6 @@ License __ http://www.gnu.org/licenses/agpl.html -======== Homepage ======== Web site @@ -293,7 +305,6 @@ Source code Mirror: https://github.com/cweiske/phancap -====== Author ====== Written by Christian Weiske, cweiske@cweiske.de @@ -306,3 +317,17 @@ All of those are open source: * http://code.google.com/p/browsershots/ (python) * https://github.com/gre/screenshot-webservice (scala) + + +=========== +Development +=========== + +Releasing a new version +======================= + +#. Update ``ChangeLog`` +#. Change version number in ``build.xml`` +#. Run ``phing`` +#. Deploy the new files in ``dist/`` +#. Tag the new version in git