ofb - OSAF FeedBack Server
ofb is the server component of the feedback mechanism in Chandler. When Chandler experiences an error, it pops up a feedback dialog, and the user can submit this report to OSAF. It goes to ofb, where it is stored and can be queried etc.
The Chandler usage tracking is also captured by ofb, as are some server performance tests.
Downloads
No packaged releases are currently available. No SVN releases/tags have been made yet.
- svn co http://svn.osafoundation.org/ofb/trunk ofb-trunk
Requirements
- Python (specific version untested; known to work on Python 2.4)
- CherryPy
Documentation
See the Python docstring of the script file itself:
http://svn.osafoundation.org/ofb/trunk/server/feedback.py
Subversion source repository
Anonymous access to the repository:
- svn co http://svn.osafoundation.org/ofb/trunk ofb
Subversion over SSH (with write access) to the repository:
- svn co svn+ssh://svn.osafoundation.org/svn/ofb/trunk ofb
Browse the Subversion repository
Bugs
No known bugs, please add bugs here:
Roadmap
Keeping the scope lightweight, and waiting until there is more usage before additional features are clearly needed.
A "search" function is needed before OSAF's Preview launch, though.
ProductFAQ?
Q: Is this related to the Talkback thing Mozilla uses?
A: It fills a similar purpose, but is completely different code.