X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/6f83e5fc19b3e368842674d3d8379afdb47c6cc1..74c2b5177be213dc8f450b48d31855cc67ac1e0e:/README.rst diff --git a/README.rst b/README.rst index 7090e69..96968df 100644 --- a/README.rst +++ b/README.rst @@ -114,9 +114,9 @@ Manual installation 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 @@ -199,6 +199,14 @@ Releasing grauphel 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