~ubuntu-branches/ubuntu/hardy/newsbeuter/hardy-security

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2007-05-08 18:35:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070508183546-kxo88s8lrtdyz3gv
Tags: 0.4-1
* New upstream release.
* Removed dpatch dependency and patch for header inclusion,
  included upstream.
* Changed Build-Dependencies to nxml >= 0.17.2 and mrss >= 0.17.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
- refactor XML pull parser (many redundancies)
4
4
        ignore comments
5
5
        join two subsequent text nodes separated by a comment
6
 
- implement podcast support
7
 
        - test more thoroughly
8
6
- do entitity decoding for titles (this may be controversial...)
9
7
- research (and fix) libnxml decoding issues
10
8
- make STFL and newsbeuter capable of correct handling of Unicode (currently, it crashes when entering cyrillic characters)
 
9
- improve string handling (no more std::string() + std::string())
11
10
 
12
11
longteam goals to reach:
13
12
- add scripting support
67
66
        - write podbeuter.1 manpage
68
67
        - set configured colors
69
68
        - implement "start player" function in podbeuter.
 
69
        - test more thoroughly
70
70
- fill table with html entities
71
71
- write "newsbeuter hacker's guide"
72
72
        - describe the overall architecture
73
73
        - describe debugging tricks (i.e. logging)
74
74
        - describe design decisions, e.g. why certain things are only configurable via the config files
 
75
- some spaces before the key on the help screen
 
76
- refactor view
 
77
        - provide a function to "modally" run certain screens and return a certain value. we need this for select tag, search and file browser.
 
78
- add configuration option to disable cleanup
 
79
- add configuration option to set a custom user-agent string