[tuxdroid-svn] r809 - in software/gadgets/rss_feeder/trunk: . rss_feeder
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2007-12-20 11:46:21
|
Author: jerome Date: 2007-12-20 12:46:16 +0100 (Thu, 20 Dec 2007) New Revision: 809 Modified: software/gadgets/rss_feeder/trunk/rss_feeder.tgf software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml Log: * bug fixes: can not add some feeds when feedparser library was not able to detect the encoding. * Improvement : Automated translation tool. * Added popup to get the bad state of added feed. * bug fixes : problem with tts when voice was set to 'french voice.'. Modified: software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml 2007-12-20 11:29:56 UTC (rev 808) +++ software/gadgets/rss_feeder/trunk/rss_feeder/settings.xml 2007-12-20 11:46:16 UTC (rev 809) @@ -6,21 +6,42 @@ <conf> <visible type='bool'>False</visible> </conf> + <gui_add> + <visible type='bool'>False</visible> + </gui_add> + <gui_modify> + <visible type='bool'>False</visible> + </gui_modify> + <no_internet> + <visible type='bool'>False</visible> + </no_internet> + <no_values> + <visible type='bool'>False</visible> + </no_values> + <popup_no_test> + <visible type='bool'>False</visible> + </popup_no_test> + <progress> + <visible type='bool'>False</visible> + </progress> + <url_error> + <visible type='bool'>False</visible> + </url_error> <widget> - <visible type='bool'>False</visible> + <visible type='bool'>True</visible> </widget> </gui_state> <have_main_part type='bool'>False</have_main_part> <have_settings_part type='bool'>False</have_settings_part> <have_widget_part type='bool'>True</have_widget_part> - <language type='str'>en_US</language> + <language type='str'>fr_ALL</language> <main_priority type='int'>1</main_priority> <menu_active type='bool'>True</menu_active> <notified type='bool'>True</notified> <notify_delay type='int'>60</notify_delay> - <notify_priority type='int'>5</notify_priority> + <notify_priority type='int'>4</notify_priority> <pitch type='int'>100</pitch> - <speaker type='int'>4</speaker> + <speaker type='int'>1</speaker> </general> <parameters> <automated_translation type='bool'>True</automated_translation> Modified: software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml =================================================================== --- software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml 2007-12-20 11:29:56 UTC (rev 808) +++ software/gadgets/rss_feeder/trunk/rss_feeder/strings.xml 2007-12-20 11:46:16 UTC (rev 809) @@ -22,6 +22,7 @@ <at_gui_popup_no_test_label2 type='str'>No test available for this notification option</at_gui_popup_no_test_label2> <at_gui_widget_checkbutton1 type='str'>Updated or added new name</at_gui_widget_checkbutton1> <at_gui_widget_checkbutton10 type='str'>Automated translation</at_gui_widget_checkbutton10> + <at_gui_widget_checkbutton11 type='str'>Enable log text</at_gui_widget_checkbutton11> <at_gui_widget_checkbutton2 type='str'>News title that have changed or added</at_gui_widget_checkbutton2> <at_gui_widget_checkbutton3 type='str'>News Summary</at_gui_widget_checkbutton3> <at_gui_widget_checkbutton8 type='str'>Check for updated feeds at Gadget Manager startup</at_gui_widget_checkbutton8> @@ -38,6 +39,8 @@ <at_gui_widget_label2 type='str'>Delete</at_gui_widget_label2> <at_gui_widget_label20 type='str'>Number of news by RSS feed to update: </at_gui_widget_label20> <at_gui_widget_label21 type='str'>What do you want Tux Droid to read?</at_gui_widget_label21> + <at_gui_widget_label22 type='str'> Feeds log </at_gui_widget_label22> + <at_gui_widget_label23 type='str'>Clear</at_gui_widget_label23> <at_gui_widget_label3 type='str'>Apply</at_gui_widget_label3> <at_gui_widget_label4 type='str'>Cancel</at_gui_widget_label4> <at_gui_widget_label5 type='str'>Feeds</at_gui_widget_label5> @@ -63,8 +66,30 @@ <gui_conf_update_title type='str'>Update</gui_conf_update_title> <gui_conf_version_lb type='str'>Version</gui_conf_version_lb> <gui_conf_window_title type='str'>Parameters</gui_conf_window_title> - <help_text type='str'> - </help_text> + <help_text type='str'>This gadget can read RSS feeds that you can find on many +different websites like news headlines, blogs, podcast, etc. + +To add an RSS feed , click the 'add' button in the gadget and +give a name of your choosing. Next add the RSS feed, by +for example doing a copy-paste from the Firefox web +browser. + +Several types of notifications are available: + +- Do nothing: If you want to turn off notifications select this option. + +- Behavior: Select a custom python behavior script to be notified of an + RSS feed update. + +- TTS (Text to Speech) message: If you want to be notified +with a TTS message. + +- Wav sound: If you want to be notified with a sound (8bit 8khz). + +- Custom notification: Tux will read the RSS feeds with the TTS. +Enable the check boxes for the parts you want to hear. + +Automated translation is realized by Google translation tool and Bablefish.</help_text> <name_to_read type='str'>Rss reader</name_to_read> <speaker_name type='str'>Ryan8k</speaker_name> <tree_cb_column type='str'>Update</tree_cb_column> Modified: software/gadgets/rss_feeder/trunk/rss_feeder.tgf =================================================================== (Binary files differ) |