diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-26 15:39:52 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-26 15:39:52 -0400 |
commit | 7c545a2d9f8bd66ee066336356bc580d10f3554d (patch) | |
tree | 1266e2d1d3f2ff5ece7a5b884d36f1f916fd9085 /doc/http.txt | |
parent | 6f1a56e57edf1556f68147f422eeee3029a28305 (diff) | |
download | bugseverywhere-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.txt | 12 |
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. |