Talk about validating
[grauphel.git] / README.rst
index 7090e69e3423a6cd3d09c2a5f5a6488a47ba7727..96968dfdb78d67e82c4110da9bbff6f6bd295792 100644 (file)
@@ -114,9 +114,9 @@ Manual installation
    and extract it.
    For example::
 
    and extract it.
    For example::
 
-     $ wget http://cweiske.de/download/grauphel/grauphel-0.6.4.tar.bz2
-     $ tar xjvf grauphel-0.6.4.tar.bz2
-     $ rm grauphel-0.6.4.tar.bz2
+     $ wget http://cweiske.de/download/grauphel/grauphel-0.6.4.tar.gz
+     $ tar xjvf grauphel-0.6.4.tar.gz
+     $ rm grauphel-0.6.4.tar.gz
 
    You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into ownCloud and click
 
    You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into ownCloud and click
@@ -199,6 +199,14 @@ Releasing grauphel
 To release a new version, do the following:
 
 #. Increase version number in ``appinfo/version`` and ``appinfo/info.xml``.
 To release a new version, do the following:
 
 #. Increase version number in ``appinfo/version`` and ``appinfo/info.xml``.
+#. Validate ``appinfo/info.xml``::
+
+     $ xmllint --noout --schema tools/info.xsd appinfo/info.xml
+
+#. Validate ``appinfo/database.xml``::
+
+     $ xmllint --noout --schema tools/database.xsd appinfo/database.xml
+
 #. Fill the ``ChangeLog`` file with the changes since the last release,
    mention the new version number.
 #. Update ``README.rst`` and increase the version number
 #. Fill the ``ChangeLog`` file with the changes since the last release,
    mention the new version number.
 #. Update ``README.rst`` and increase the version number