README.md
changeset 11621 5747d4c2e083
parent 11620 2497bcf18030
child 11622 308ac9def79f
--- a/README.md	Fri Jun 17 17:57:11 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-[pyramid\_cubicweb][] is one specific way of integrating [CubicWeb][] with a
-[Pyramid][] web application.
-
-### Features
-
-* provides a default route that let a cubicweb instance handle the request.
-
-### Usage
-
-To use, install pyramid\_cubicweb in your python environment,
-and then [include][] the package:
-
-    config.include('pyramid_cubicweb')
-
-### Configuration
-
-Requires the following [INI setting / environment variable][]:
-
-* `cubicweb.instance` / `CUBICWEB_INSTANCE`
-
-
-[pyramid\_cubicweb]: https://www.cubicweb.org/project/pyramid-cubicweb
-[CubicWeb]: http://www.cubicweb.com/
-[Pyramid]: http://pypi.python.org/pypi/pyramid
-[include]: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/config.html#pyramid.config.Configurator.include
-[INI setting / environment variable]: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html#adding-a-custom-setting