diff options
5 files changed, 20 insertions, 5 deletions
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 index 0000000..775d70e --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/body @@ -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 index 0000000..60f29a3 --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/comments/07145a34-6c86-4eed-ac62-5ecd00193bc7/values @@ -0,0 +1,8 @@ +Author: '"W. Trevor King" <wking@drexel.edu>' + + +Content-type: text/plain + + +Date: Sat, 26 Jun 2010 19:38:51 +0000 + diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/values index b9854b4..16d8b16 100644 --- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/values +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/c7251ff9-24e4-402d-8d4e-605a78b9a91d/values @@ -12,7 +12,7 @@ extra_strings: severity: critical -status: assigned +status: fixed summary: Document the installation. diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/e23d7982-7e32-4c78-b62e-83ecc42b4cd7/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/e23d7982-7e32-4c78-b62e-83ecc42b4cd7/values index ee15096..bdf6f79 100644 --- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/e23d7982-7e32-4c78-b62e-83ecc42b4cd7/values +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/e23d7982-7e32-4c78-b62e-83ecc42b4cd7/values @@ -21,7 +21,7 @@ extra_strings: severity: target -status: open +status: fixed summary: alpha 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. |