Skip to content

Commit

Permalink
Added copyright and licensing, update readme (minor change) and bump …
Browse files Browse the repository at this point in the history
…to 1.1-dev version.
  • Loading branch information
nvdaes committed Jul 28, 2016
1 parent 33abad7 commit 50530d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions addon/globalPlugins/reportSymbols.py
@@ -1,5 +1,7 @@
# reportSymbols: Plugin to listen the typed symbols (non alphanumeric characters)
# Date: 26/07/2016
# -*- coding: UTF-8 -*-
# reportSymbols: Plugin to listen the typed symbols (non alphanumeric characters)
#Copyright (C) 2013-2016 Noelia Ruiz Martínez
# Released under GPL 2

import addonHandler
import globalPluginHandler
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""Allows to listen the typed symbols (non alphanumeric characters), even when the speaking of characters is turned off."""),
# version
"addon_version" : "1.0-dev",
"addon_version" : "1.1-dev",
# Author(s)
"addon_author" : u"Noelia Ruiz Martínez <nrm1977@gmail.com>",
# URL for the add-on documentation support
Expand Down
8 changes: 7 additions & 1 deletion readme.md
@@ -1,9 +1,11 @@
# Report Symbols #
* Author: Noelia Ruiz Martínez.
* Download [stable version][1]
* Download [development version][2]

This add-on allows to listen the typed symbols (non alphanumeric characters), even when the speaking of typed characters is turned off in NVDA.

It's based on the old ReportSymbols add-on,. You should uninstall it to use this version.
It's based on the old ReportSymbols add-on, developed by the same author. You should uninstall it to use this version.

## Preferences menu ##
* Report Symbols settings: Allows to set preferences for the speaking of typed symbols.
Expand All @@ -12,3 +14,7 @@ Note: A gesture to open this dialog can be assigned from NVDA menu, Preferences

## Changes for 1.0 ##
* Initial version.

[1]: http://addons.nvda-project.org/files/get.php?file=rsy

[2]: http://addons.nvda-project.org/files/get.php?file=rsy-dev

0 comments on commit 50530d9

Please sign in to comment.