Added CFBE invocation notes to doc/http.txt.
authorW. Trevor King <wking@drexel.edu>
Sat, 26 Jun 2010 19:39:52 +0000 (15:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 26 Jun 2010 19:39:52 +0000 (15:39 -0400)
This closes #bea/c72# and its dependent tag #bea/e23#.

.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/body [new file with mode: 0644]
.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/values [new file with mode: 0644]
.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/values
.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/e23d7982-7e32-4c78-b62e-83ecc42b4cd7/values
doc/http.txt

diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/body
new file mode 100644 (file)
index 0000000..775d70e
--- /dev/null
@@ -0,0 +1 @@
+Fixed with doc/http.txt.
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/values
new file mode 100644 (file)
index 0000000..60f29a3
--- /dev/null
@@ -0,0 +1,8 @@
+Author: '"W. Trevor King" <wking@drexel.edu>'
+
+
+Content-type: text/plain
+
+
+Date: Sat, 26 Jun 2010 19:38:51 +0000
+
index b9854b433664eb8cef46562a90014e962f8d1deb..16d8b16f1361e61d3c955b358b7583fc7ed9f3bd 100644 (file)
@@ -12,7 +12,7 @@ extra_strings:
 severity: critical
 
 
-status: assigned
+status: fixed
 
 
 summary: Document the installation.
index 5c5fc829bb777fb660c399bef087870798f0fe7d..345f4f0f04cea611e301c0a5451185848cac6d3f 100644 (file)
@@ -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.