[readme][xs]: more formatting.
[readme][xs]: more formatting.

file:b/.gitignore (new)
--- /dev/null
+++ b/.gitignore
@@ -1,1 +1,10 @@
+*.egg-info
+*.pyc
+*.swp
+*.swo
+*~
+#*
+.#*
+build/
+dist/
 

file:a/.hgignore (deleted)
--- a/.hgignore
+++ /dev/null
@@ -1,11 +1,1 @@
-syntax: glob
-*.egg-info
-*.pyc
-*.swp
-*.swo
-*~
-#*
-.#*
-build/
-dist/
 

file:a/README.rst -> file:b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -2,19 +2,18 @@
 
 It comprises:
 
-   * A CKAN Extension "plugin" at ``ckanext/example/plugin.py``
-     which, when loaded, overrides various settings in the core
-     ``ini``-file to provide:
+* A CKAN Extension "plugin" at ``ckanext/example/plugin.py`` which, when
+  loaded, overrides various settings in the core ``ini``-file to provide:
 
-     * A path to local customisations of the core templates and stylesheets
-     * A "stream filter" that replaces arbitrary strings in rendered templates
-     * A "route" to override and extend the default behaviour of a core CKAN page
+  * A path to local customisations of the core templates and stylesheets
+  * A "stream filter" that replaces arbitrary strings in rendered templates
+  * A "route" to override and extend the default behaviour of a core CKAN page
 
-   * A custom Pylons controller for overriding some core CKAN behaviour
+* A custom Pylons controller for overriding some core CKAN behaviour
 
-   * A custom Package edit form
+* A custom Package edit form
 
-   * Some simple template customisations
+* Some simple template customisations
 
 Installation
 ============