Let the SQL server filter notes
[grauphel.git] / README.rst
index 76b6c0b529d6de852b48351246e963b5c92962b3..2b7bd62a903ab1e14ab29e52c6f084495290b95e 100644 (file)
@@ -99,9 +99,9 @@ Manual installation
 #. Download the latest release from http://cweiske.de/grauphel.htm and extract it.
    For example::
 
 #. Download the latest release from http://cweiske.de/grauphel.htm and extract it.
    For example::
 
-     $ wget http://cweiske.de/download/grauphel/grauphel-0.5.0.tar.bz2
-     $ tar xjvf grauphel-0.5.0.tar.bz2
-     $ rm grauphel-0.5.0.tar.bz2
+     $ wget http://cweiske.de/download/grauphel/grauphel-0.5.1.tar.bz2
+     $ tar xjvf grauphel-0.5.1.tar.bz2
+     $ rm grauphel-0.5.1.tar.bz2
 
    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
@@ -155,6 +155,18 @@ Development hints
   incremented by 1.
 
 
   incremented by 1.
 
 
+Unit testing
+============
+- `ownCloud unit testing documentation`__
+- `grauphel on Travis CI`__
+
+  .. image:: https://travis-ci.org/cweiske/grauphel.svg
+     :target: https://travis-ci.org/cweiske/grauphel
+
+__ https://doc.owncloud.org/server/8.0/developer_manual/core/unit-testing.html
+__ https://travis-ci.org/cweiske/grauphel
+
+
 Releasing grauphel
 ==================
 To release a new version, do the following:
 Releasing grauphel
 ==================
 To release a new version, do the following: