blob: 345f4f0f04cea611e301c0a5451185848cac6d3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
**************
HTTP Interface
**************
BE bundles Cherry-flavored BE, an interactive HTML interface
originally developed by Steve Losh.
You can run it from the BE source directory with::
$ python interfaces/web/cfbe.py PATH_TO_REPO
Eventually we'll move it into :mod:`libbe.ui` so it will be installed
automatically with every BE installation.
|