commit/readFeeds: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 05 Dec 2016 19:29:30 -0000

3 new commits in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/a787c2348ddd/
Changeset:   a787c2348ddd
Branch:      None
User:        norrumar
Date:        2016-12-05 19:17:23+00:00
Summary:     Updated readme: Spelling and minor fix.

Affected #:  1 file

diff --git a/readme.md b/readme.md
index 0e4d7db..13acf35 100644
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,8 @@
 # Read Feeds #
 
 * Authors: Noelia Ruiz Martínez, Mesar Hameed
-* Download [stable version][2]
-* Download [development version][1]
+* Download [stable version][1]
+* Download [development version][2]
 
 This addon provides a straightforward  way to read feeds in Atom or RSS 
formats using NVDA. 
 The feeds will not be refreshed automatically.
@@ -18,25 +18,30 @@ Choose update to preserve your saved feeds and to continue 
using them in the new
 
 ### Read Feeds menu ###
 
-You can access the Read Feeds submenu from the nvda menu, NVDA+N, where the 
following menu options are available:
-
-- Article list...
-Presents the article list from your current feed. Select the article you want 
to read and press OK button to open the corresponding page in your browser.
-- Temporary feed address... control + NVDA + shift + enter:
-Opens a dialog for typing a new URL to select another feed. The current URL 
will be shown in this dialog.
-- Load feed address from file... NVDA+control+enter:
-Opens a dialog to select a feed from a saved file containing a feed URL.
-- Save current feed address to file... NVDA+shift+enter:
-opens a dialog for selecting the file where current feed URL will be saved.
-If you save to the special file addressFile.txt, this particular feed will be 
used as your default feed.
-- Refresh current feed: control+shift+NVDA+8:
-Refresh selected feed. The feeds will not be updated automatically when Read 
Feeds addon is started.
-- Backup feeds folder...
-opens a dialog to choose a folder where you can save the personalFeeds 
directory of your feeds. By default the selected folder is the NVDA's 
configuration directory, which will create the personalFeeds directory.
-- Restore feeds...
-Opens a dialog to select a folder which replaces your feeds in the 
personalFeeds folder. Make sure you load a folder containing feeds URLs.
+You can access the Read Feeds submenu from the nvda menu, Tools submenu, where 
the following menu options are available:
+
+#### Feeds... ####
+
+Opens a dialog with the following controls:
+
+- Filter by: An edit box to search previously saved feeds.
+- A list of the saved feeds.
+- List of articles: Opens a dialog which presents the articles list from your 
current feed. Select the article you want to read and press OK button to open 
the corresponding page in your browser.
+- New: Opens a dialog with an edit box to enter the address of a new feed. If 
the address is valid and the feed can be saved, its name, based on the feed 
title, will appear at the bottom of the feeds list.
+- Rename: Opens a dialog with an edit box to rename the selected feed.
+- Delete: Opens a dialog to delete the selected feed after confirmation.
+- Sets the selected feed as the default, so that its articles can be accessed 
with NVDA's gestures.
+- Close: Closes the Feeds dialog.
+
+Note: If a feed named tempFeed is created, please rename it, as this file 
could be replaced when needed to create a feed whose name already exists.
+
+####Copy feeds folder... ####
+
+Opens a dialog to choose a folder where you can save the personalFeeds 
directory of your feeds. By default the selected folder is the NVDA's 
configuration directory, which will create the personalFeeds directory.
 
-Note: If you want to delete a previously saved feed URL, just remove the 
corresponding file.
+#### Restore feeds... ####
+
+Opens a dialog to select a folder which replaces your feeds in the 
personalFeeds folder. Make sure you load a folder containing feeds URLs.
 
 ### Keyboard commands: ###
 
@@ -45,7 +50,7 @@ Announces current article's URL. Pressing twice will open the 
web page.
 - Ctrl+Shift+NVDA+8:
 Refreshes the selected feed and announces its most recent title.
 - Ctrl+Shift+NVDA+I:
-Announces current feed title. Pressing twice will copy the title and related 
link to clipboard.
+Announces current feed title and link. Pressing twice will copy the title and 
related link to clipboard.
 - Ctrl+Shift+NVDA+U:
 Announces previous feed title.
 - Ctrl+Shift+NVDA+O:
@@ -55,16 +60,23 @@ Announces next feed title.
 
 - When the title or URL have been copied.
 - When unable to connect/refresh a feed, or the URL does not correspond to a 
valid feed.
-- NVDA will display an error message if it was not possible to backup the 
personalFeeds folder.
-- The title of the article list dialog displays the selected feed name and 
number of items available.
+- NVDA will display an error message if it was not possible to backup or 
restore the personalFeeds folder.
+- The title of the articles list dialog displays the selected feed name and 
number of items available.
+
+
+## Changes for 3.0 ##
+- The dialogs to manage feed files have been removed. Now their functionality 
is included in the Feeds dialog.
+- The visual presentation of the dialogs has been enhanced, adhering to the 
appearance of the dialogs shown in NVDA.
+- The default feed is saved on the NVDA's configuration. Therefore, it's 
possible to set different default feeds in configuration profiles.
+- Requires NVDA 2016.4.
+
 
 ## Changes for 2.0 ##
-*       Add-on help is available from the Add-ons Manager.
+- Add-on help is available from the Add-ons Manager.
 
 ## Changes for 1.0 ##
-*       Initial version.
-
-[1]: http://addons.nvda-project.org/files/get.php?file=rf-dev
+- Initial version.
 
-[2]: http://addons.nvda-project.org/files/get.php?file=rf
+[1]: http://addons.nvda-project.org/files/get.php?file=rf
 
+[2]: http://addons.nvda-project.org/files/get.php?file=rf-dev
\ No newline at end of file


https://bitbucket.org/nvdaaddonteam/readfeeds/commits/60e044b50da0/
Changeset:   60e044b50da0
Branch:      None
User:        norrumar
Date:        2016-12-05 19:23:53+00:00
Summary:     Updated readme: fix set default entry.

Affected #:  1 file

diff --git a/readme.md b/readme.md
index 13acf35..2c4136e 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ Opens a dialog with the following controls:
 - New: Opens a dialog with an edit box to enter the address of a new feed. If 
the address is valid and the feed can be saved, its name, based on the feed 
title, will appear at the bottom of the feeds list.
 - Rename: Opens a dialog with an edit box to rename the selected feed.
 - Delete: Opens a dialog to delete the selected feed after confirmation.
-- Sets the selected feed as the default, so that its articles can be accessed 
with NVDA's gestures.
+- Set default: Sets the selected feed as the default, so that its articles can 
be accessed with NVDA's gestures.
 - Close: Closes the Feeds dialog.
 
 Note: If a feed named tempFeed is created, please rename it, as this file 
could be replaced when needed to create a feed whose name already exists.


https://bitbucket.org/nvdaaddonteam/readfeeds/commits/9562021f5ffe/
Changeset:   9562021f5ffe
Branch:      enhancedgui
User:        norrumar
Date:        2016-12-05 19:27:55+00:00
Summary:     Updated buildVars: Bump version to 2.10. Changed Python sources.

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index f0ba490..742688a 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""Add-on for using NVDA as a feed reader."""),
        # version
-       "addon_version" : "2.10",
+       "addon_version" : "3.0-dev",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>, Mesar 
Hameed <mhameed@xxxxxxxxxxxxx>",
        # URL for the add-on documentation support
@@ -33,7 +33,7 @@ import os.path
 
 # Define the python files that are the sources of your add-on.
 # You can use glob expressions here, they will be expanded.
-pythonSources = [os.path.join("addon", "*.py"), os.path.join("addon", 
"globalPlugins", "*.py")]
+pythonSources = [os.path.join("addon", "*.py"), os.path.join("addon", 
"globalPlugins", "readFeeds", "*.py")]
 
 # Files that contain strings for translation. Usually your python sources
 i18nSources = pythonSources + ["buildVars.py"]

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.

Other related posts: