diff docs/setup.rst @ 5779:60f9840c8df1

docs: document Kallithea customization options Create basic documentation for the various customization options in Kallithea. Move the rcextensions section to this new page and reword.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Mon, 14 Mar 2016 22:13:19 +0100
parents ada6571a6d27
children 5a47ce11427c
line wrap: on
line diff
--- a/docs/setup.rst	Mon Mar 14 22:12:28 2016 +0100
+++ b/docs/setup.rst	Mon Mar 14 22:13:19 2016 +0100
@@ -67,24 +67,6 @@
   repositories.
 
 
-Extensions
-----------
-
-Optionally one can create an ``rcextensions`` package that extends Kallithea
-functionality.
-To generate a skeleton extensions package, run::
-
-    paster make-rcext my.ini
-
-This will create an ``rcextensions`` package next to the specified ``ini`` file.
-With ``rcextensions`` it's possible to add additional mapping for whoosh,
-stats and add additional code into the push/pull/create/delete repo hooks,
-for example for sending signals to build-bots such as Jenkins.
-
-See the ``__init__.py`` file inside the generated ``rcextensions`` package
-for more details.
-
-
 Using Kallithea with SSH
 ------------------------