update changelog and release version 0.4.0
[phancap.git] / README.rst
index c45c4e5998076b8f5ad07e5d89b229b385e8f5a3..818eafd8f85835e7178f522b1861144a40237142 100644 (file)
@@ -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::
@@ -270,6 +274,7 @@ Dependencies
 - External tools:
 
   - `cutycapt <http://cutycapt.sourceforge.net/>`_
+  - `exiftool <http://owl.phy.queensu.ca/~phil/exiftool/>`_
   - `imagemagick's <http://www.imagemagick.org/>`_ ``convert``
   - ``xvfb-run``
 
@@ -278,7 +283,10 @@ Dependencies
   - PEAR's ``System.php``
 
 
-=======
+=============
+About phancap
+=============
+
 License
 =======
 ``phancap`` is licensed under the `AGPL v3`__ or later.
@@ -286,7 +294,6 @@ License
 __ http://www.gnu.org/licenses/agpl.html
 
 
-========
 Homepage
 ========
 Web site
@@ -298,7 +305,6 @@ Source code
    Mirror: https://github.com/cweiske/phancap
 
 
-======
 Author
 ======
 Written by Christian Weiske, cweiske@cweiske.de
@@ -311,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