[nvda-addons] commit/readFeeds: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Fri, 02 Aug 2013 15:03:52 -0000

2 new commits in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/f2aceb3ddde4/
Changeset:   f2aceb3ddde4
Branch:      None
User:        norrumar
Date:        2013-08-02 16:18:01
Summary:     Added comments to clarify the purpose of addressFile.txt.

Affected #:  1 file

diff --git a/addon/globalPlugins/readFeeds/__init__.py 
b/addon/globalPlugins/readFeeds/__init__.py
index e929a67..7a611b4 100644
--- a/addon/globalPlugins/readFeeds/__init__.py
+++ b/addon/globalPlugins/readFeeds/__init__.py
@@ -29,9 +29,9 @@ del sys.path[-1]
 
 addonHandler.initTranslation()
 
-address = 'http://rss.slashdot.org/Slashdot/slashdot' # Default address
+address = 'http://rss.slashdot.org/Slashdot/slashdot' # Default address, used 
when addressFile cannot be read
 _savePath = os.path.join(os.path.dirname(__file__), "RSS")
-addressFile = os.path.join(_savePath, "addressFile.txt")
+addressFile = os.path.join(_savePath, "addressFile.txt") # File containing the 
URL of the feed selected when the add-on starts
 configPath = globalVars.appArgs.configPath
 
 try:


https://bitbucket.org/nvdaaddonteam/readfeeds/commits/41a11258607f/
Changeset:   41a11258607f
Branch:      master
User:        norrumar
Date:        2013-08-02 17:03:19
Summary:     Readme: changes following Mesar's revision and Chris' comments.

Affected #:  1 file

diff --git a/readme.md b/readme.md
index 5a28d16..badcddf 100644
--- a/readme.md
+++ b/readme.md
@@ -1,12 +1,14 @@
 # Read Feeds #
 
-This addon allows to read feeds in Atom channels or RSS channels using NVDA. 
-The channels will not be updated automatically.
+This addon allows to read feeds in Atom or RSS formats using NVDA. 
+The feeds will not be updated automatically.
+
+Below when we mention feeds, we mean both RSS and ATOM feeds.
 
 ## Installation or Update: ##
 
 If there is an RSS folder in your personal NVDA configuration folder, from a 
previous version of ReadFeeds, when installing this version, version 5.0 or 
later, a dialog will ask if you want to upgrade or install.
-Choose update to preserve your saved channels and to continue using them in 
the new installed version of readFeeds. 
+Choose update to preserve your saved feeds and to continue using them in the 
new installed version of readFeeds. 
 
 ## Commands: ##
 
@@ -15,52 +17,43 @@ Choose update to preserve your saved channels and to 
continue using them in the
 Pop up the NVDA menu, NVDA+N, to allow you to access ReadFeeds menu. 
 
 - News list...
-Presents the news list from your current Rss channel. Select the news item you 
want to read and press OK button to open the corresponding page in your browser.
+Presents the news list from your current feed. Select the news item you want 
to read and press OK button to open the corresponding page in your browser.
 - Temporary address... control + NVDA + shift + enter:
-Opens a dialog to view the current address. You can also type a new URL to 
select another channel.
+Opens a dialog for typing a new URL to select another feed. The current URL 
will be shown on this dialog.
 - Load saved address... NVDA+control+enter:
-Opens a dialog to select a channel from a saved file containing feed URLs.
+Opens a dialog to select a feed from a saved file containing a feed URL.
 - Save current address... NVDA+shift+enter:
-opens a dialog to select a file where you can save the current feed address.
+opens a dialog to select a file where you can save the current feed URL. Use 
addressFile.txt for saving the URL of the feed you want to select when this 
add-on is started.
 - Update current feed: control+shift+NVDA+8:
-Refresh selected channel. The RSS channels will not be updated automatically 
when Read Feeds addon is started.
+Refresh selected feed. The feeds will not be updated automatically when Read 
Feeds addon is started.
 - Copy feeds folder...
-opens a dialog to choose a folder where you can save the RSS directory of your 
RSS channels. By default the selected folder is the NVDA's configuration 
directory, which will create the RSS directory.
+opens a dialog to choose a folder where you can save the RSS directory of your 
feeds. By default the selected folder is the NVDA's configuration directory, 
which will create the RSS directory.
 - Restore feeds...
-Opens a dialog to select a folder which replaces your channels in the RSS 
folder. make sure you load a folder containing RSS channels URLs.
+Opens a dialog to select a folder which replaces your feeds in the RSS folder. 
Make sure you load a folder containing feeds URLs.
 - Open documentation:
-Opens the information about Read Feeds add-on, if it's available for the NVDA 
interface language.
+Opens the information about Read Feeds add-on, in the NVDA interface language 
if available, or in English by default.
 
-### Keyboard commands: ###
+### Other keyboard commands: ###
 
 - Ctrl+Shift+NVDA+Space:
 Reads the article's URL. Pressing twice will open the web page.
 - Ctrl+Shift+NVDA+8:
-Updates the selected channel and reads the first feed title.
+Updates the selected feed and reads its first title.
 - Ctrl+Shift+NVDA+I:
-Reads the current feed title. Pressing twice will copy the text to clipboard.
+Reads the current feed title. Pressing twice will copy the text (title and 
link) to clipboard.
 - Ctrl+Shift+NVDA+U:
 Reads the previous feed title.
 - Ctrl+Shift+NVDA+O:
 Reads the next feed title.
-- control+shift+NVDA+enter:
-Opens a dialog for entering the address of a feed.
-- Shift+NVDA+enter:
-Opens a dialog for saving a file containing the selected address.
-- control+NVDA+enter:
-Opens a dialog for selecting a feed address from file.
-
-When you load the Read Feed addon, it will select automatically the URL 
contained in addressFile.txt, this file is included in the subdirectory RSS.
-If there is no addressFile.txt, the default address will be the one specified 
in the source code (globalPlugins/readFeeds/__init__.py).
 
 ## Notifications: ##
 
 - When the title or URL have been copied;
-- When unable to read a feed, probably due to connection problems or the 
address is an invalid feed address.
-- NVDA could inform with an error message also if it was possible to copy the 
saved RSS channels.
-- The title of the news list dialog displays the selected channel name and 
number of items available.
+- When unable to read a feed, probably due to connection problems or the URL 
corresponds to an invalid feed.
+- NVDA could inform with an error message also if it was not possible to copy 
the saved feeds.
+- The title of the news list dialog displays the selected feed name and number 
of items available.
 
-Last Translation: Sun feb 24 01:00 2013, by
+Last Translation from Spanish: Sun feb 24 01:00 2013, by
 Chris
 
 ## Changes for 6.0 ##

Repository URL: https://bitbucket.org/nvdaaddonteam/readfeeds/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Community addons can be found here: http://addons.nvda-project.org

Other related posts: