Merge branch 'feature-1720-tag-taxonomies'
[ckanext-datagovau.git] / README.rst
blob:a/README.rst -> blob:b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,11 @@
 
 * A custom Package edit form
 
+* A custom Group edit form
+
+* A plugin that allows for custom forms to be used for datasets based on 
+  their "type".
+
 * A custom User registration and edition form
 
 * Some simple template customisations
@@ -25,7 +30,6 @@
   pip install -e git+https://github.com/okfn/ckanext-example#egg=ckanext-example
 
 Then activate it by setting ``ckan.plugins = example`` in your main ``ini``-file.
-
 
 Orientation
 ===========
@@ -58,4 +62,19 @@
   updating. In the meantime, follow the instructions at: 
   http://readthedocs.org/docs/ckan/en/latest/forms.html
 
+Example Tags With Vocabularies
+==============================
 
+To add example tag vocabulary data to the database, from the ckanext-example directory run:
+
+::
+
+    paster example create-example-vocabs -c <path to your ckan config file>
+
+This data can be removed with
+
+::
+
+    paster example clean -c <path to your ckan config file>
+
+