Ignore:
Timestamp:
08/01/07 01:10:51 (6 years ago)
Author:
zecke
Message:

2007-08-01 Holger Hans Peter Freyther <zecke@…>

Janitor work and continue the renaming to feedreader2. Change README to document
what is in my mind in regard to implementing the new UI guidelines.

  • README:
  • data/Makefile.am:
  • data/openmoko-feedreader2.desktop: Added.
  • data/openmoko-rssreader.desktop: Removed.
  • data/openmoko-rssreader.png: Removed.
  • data/rssreader_subscribe.png: Removed.
  • openmoko-rssreader.pro: Removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/README

    r1490 r2591  
     1==== New Design (Plan) ==== 
     2 
     3    * Feed Handling is a Model 
     4        * We provide a renderer 
     5        * And the sort and filter model on top of it. 
     6    * Generic View to show any two of the available types 
     7        * So that searching and filtering is easy. 
     8        * The searched string gets highlighted when switching to the text view 
     9    * TextView is going to use WebKit 
     10        * We need a nice HTML header for the text 
     11        * And use CSS to use max-width for the images of the feeds 
     12        * Changing next/previous, should be easy... 
     13    * Configuration 
     14        * Inline editing of account settings, similiar to contact 
     15            * URL, Name, Poll Interval, Authentication, Number of items to Cache 
     16 
     17 
     18    TODO: 
     19        * How to do unread/read handling? 
     20 
     21 
     22==== History ===== 
     23 
    124First try to get a Gtk+ GUI for libmrss 
    225 
Note: See TracChangeset for help on using the changeset viewer.