aboutsummaryrefslogtreecommitdiffstats
path: root/doc/http.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-06-26 15:39:52 -0400
committerW. Trevor King <wking@drexel.edu>2010-06-26 15:39:52 -0400
commit7c545a2d9f8bd66ee066336356bc580d10f3554d (patch)
tree1266e2d1d3f2ff5ece7a5b884d36f1f916fd9085 /doc/http.txt
parent6f1a56e57edf1556f68147f422eeee3029a28305 (diff)
downloadbugseverywhere-7c545a2d9f8bd66ee066336356bc580d10f3554d.tar.gz
Added CFBE invocation notes to doc/http.txt.
This closes #bea/c72# and its dependent tag #bea/e23#.
Diffstat (limited to 'doc/http.txt')
-rw-r--r--doc/http.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/http.txt b/doc/http.txt
index 5c5fc82..345f4f0 100644
--- a/doc/http.txt
+++ b/doc/http.txt
@@ -2,6 +2,12 @@
HTTP Interface
**************
-There's an interactive HTML interface in the works
-(http://bitbucket.org/sjl/cherryflavoredbugseverywhere/), but it's not
-ready for use as a public interface yet.
+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.