Add feeds import in dialogs.py to fix filechooser dialog.
[straw.git] / HACKING
blobeff10b6c6048fcc33b4b3ee0cffc2c87bb8224c5
1 * Problem Statement
3 Reading online syndication feeds requires a web browser and an online feed
4 reader. What if we want to read news offline or we are travelling to a place
5 with no internet connection but still want to get in touch with news and
6 blogs and bring it to our offline world? What if we are used to desktop
7 applications and need an application that will scour the web and subscribe to
8 feeds that we are interested in? What if we are one of those people who use
9 applications solely for its purpose and rather do stuff in an application
10 designed specifically to that task? What if we need more than just reading
11 feeds and expect our feed reader to integrate well with the rest of our
12 desktop applications?
14 * Testing
16 Unit  - nose
17 Acceptance - FitNesse
19 * Environment
21  - STRAW_IN_SOURCE_DIR
22  - STRAW_PROFILE
24 * Tools
26  - tools.statprof
27  - tools.callgraph and pycallgraph