move plugin out of __init__.py
[ckanext-datagovau.git] / README.txt
blob:a/README.txt -> blob:b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@
 
 It comprises:
 
-   * A CKAN Extension "plugin" at ``ckanext/exampletheme/__init__.py``
+   * A CKAN Extension "plugin" at ``ckanext/exampletheme/plugin.py``
      which, when loaded, overrides various settings in the core
      ``ini``-file to provide:
 
@@ -21,7 +21,7 @@
 
 To install this package, from your CKAN virtualenv, run the following from your CKAN base folder (e.g. ``pyenv/``)::
 
- pip install -e hg+https://bitbucket.org/okfn/ckanext-exampletheme#egg=ckanext-exampletheme
+  pip install -e hg+https://bitbucket.org/okfn/ckanext-exampletheme#egg=ckanext-exampletheme
 
 Then activate it by setting ``ckan.plugins = exampletheme`` in your main ``ini``-file.
 
@@ -29,7 +29,7 @@
 Orientation
 ===========
 
-* Examine the source code, starting with ``ckanext/exampletheme/__init__.py``
+* Examine the source code, starting with ``ckanext/exampletheme/plugin.py``
 
 * To understand the nuts and bolts of this file, which is a CKAN
   *Extension*, read in conjunction with the "Extension