aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Add wrap_id to improve id handling in be-xml-to-mboxW. Trevor King2010-01-211-2/+9
|
* Converted `be list --xml` to <be-xml> format.W. Trevor King2010-01-212-8/+10
| | | | | | | | Fixed up be-xml-to-mbox following the recent libbe restructuring. Moved stdout manipulation in be-mail-to-xml into the if __name__ == '__main__' block, in case some other module wants to recycle some of its functions/methods.
* Strip footers (signatures) in be-mail-to-xmlW. Trevor King2010-01-201-1/+10
|
* 'be-mbox-to-xml' -> 'be-mail-to-xml' + support for several formats.W. Trevor King2010-01-201-8/+20
|
* Updated copyright informationW. Trevor King2010-01-012-2/+2
|
* Emptied interfaces directoryW. Trevor King2009-12-293-0/+421
| | | | | Mostly throwing out a bunch of outdated GUIs. The email interface hasn't been moved over to the new 'Command' format yet...
* Reorganized directory structure, mostly to put all the interfaces inW. Trevor King2009-07-144-196/+39
| | | | | | | | | | | | | | | | | | | | | | | | one place and make things clearer to the uninitiated. Here's my current understanding: . |-- libbe (the guts of BE) |-- becommands (plugins for all "be *" commands) |-- doc (documentation, currently just the man page) |-- interfaces (non-commandline interface implementations) | |-- web | | |-- Bugs-Everywhere-Web (in Turbogears) | |-- gui | | |-- beg (in Tkinter) | | `-- wxbe (in WX) | |-- email | `-- xml (xml <-> whatever conversion) `-- misc (random odds and ends) `-- completion (shell completion scripts) Note that I haven't attempted to use the web or gui interfaces in a while, so I'm not sure how well they're holding vs the core development.
* Updated misc/gui/wxbe with wxPython -> wx changes.W. Trevor King2008-11-191-36/+74
| | | | | | | | | | | | I'd like to be able to sort the bugs by clicking on the various column titles, but I don't know enough about wxPython to pull it off. After wrestling with it for a bit, I realized that I'll only be using the command line interface anyway, and other people can use the web interface. Probably a common feeling, which would explain why the GUIs feel so abandoned ;). At any rate, I think the effects of turning the RCSs into classes have been passed through and stabilized, so my churning should decrease...
* Added logoAaron Bentley2005-05-184-0/+241