RFE: add 'atom'-feed output format
Bug #150887 reported by
Markus Korn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bughelper (Ubuntu) |
In Progress
|
Wishlist
|
Markus Korn |
Bug Description
Binary package hint: bughelper
It would be nice to have a feed-reader readable out-format like atom for bughelper/
If we then find a way to run tasks on bughelper-server frequently and not only once a user of bughelper-server could subscribe to a result-feed
Will start working on this, on a different branch.
Markus
Related branches
Changed in bughelper: | |
assignee: | nobody → thekorn |
importance: | Undecided → Wishlist |
status: | New → In Progress |
To post a comment you must log in.
current state of the branch:
* task-files: each task can now have a 'lifetime' declaration, where lifetime could be either '@once', '@endless' or a date like '09 Oct 07 17:41'. '@endless' means that this task would be deleted after a bughelper-server run and '@once' (default) means the taskfile will be deleted after a run. If lifetime is a date, the taskfile will be deleted after the next run of bughelper-server after that given date.
* bugnumbers:
markus@thekorn$ ./bugnumbers -p bughelper --format "atom" --file "bughelper.xml"
produces a xml file (atom feed) (see attachment)
* TODO: comments( ) and bugnumbers. statistic( ) to bugHelper/ format/ atom.py
* add bugnumbers.
* add an --atom cmd-line switch to bughelper-server, this would create a feed-reader readable index-file
Markus