[nvda-addons] Re: commit/AppendText: norrumar: Changed add-on name to appendText for translations system and community guidelines.

  • From: Noelia <nrm1977@xxxxxxxxx>
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Sun, 29 Jun 2014 14:29:11 +0200

Hi, I have changed the add-on name according to our guidelines.
Thanks.

El 29/06/2014 14:25, commits-noreply@xxxxxxxxxxxxx escribió:
1 new commit in AppendText:

https://bitbucket.org/nvdaaddonteam/appendtext/commits/c2f4833aa308/
Changeset:   c2f4833aa308
Branch:      master
User:        norrumar
Date:        2014-06-29 14:22:37
Summary:     Changed add-on name to appendText for translations system and 
community guidelines.

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 46a8950..a3e231b 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -11,7 +11,7 @@ addon_info = {
        # for previously unpublished addons, please follow the community 
guidelines at:
        # 
https://bitbucket.org/nvdaaddonteam/todo/src/56140dbec531e4d7591338e1dbc6192f3dd422a8/guideLines.txt
        # add-on Name, internal for nvda
-       "addon-name" : "AppendText",
+       "addon-name" : "appendText",
        # Add-on summary, usually the user visible name of the addon.
        # TRANSLATORS: Summary for this add-on to be shown on installation and 
add-on information.
        "addon-summary" : _("Append Text"),
@@ -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 appending text to the 
clipboard."""),
        # version
-       "addon-version" : "2.0-dev",
+       "addon-version" : "1.0-dev",
        # Author(s)
        "addon-author" : "Noelia <nrm1977@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 7ff68b8..b6f06ff 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
  # Append Text #
  - Authors: Noelia.
-- Download: [Version 2.0-dev][1]
+- Download: [Version 1.0-dev][1]

  This add-on is used to append text to the clipboard, what can be useful when 
you want to join and paste strings of text from different places.
  It also allows to delete the clipboard content.
@@ -14,7 +14,7 @@ It also allows to delete the clipboard content.
  - Delete appended text: Removes the clipboard content.
  - Append Text separator: Allows to set a separator which can be used to find 
the different strings after pasting the appended text.

-## Changes for 2.0 ##
+## Changes for 1.0 ##
  - Initial version.

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

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

--

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:

  • » [nvda-addons] Re: commit/AppendText: norrumar: Changed add-on name to appendText for translations system and community guidelines. - Noelia