commit/placeMarkers: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 27 Oct 2018 04:50:31 +0000 (UTC)

3 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/73a5a7ddfa24/
Changeset:   73a5a7ddfa24
Branch:      None
User:        norrumar
Date:        2018-10-26 22:20:50+00:00
Summary:     Test

Affected #:  1 file

diff --git a/readme.md b/readme.md
index 4d4a5d1..f8c7fbb 100644
--- a/readme.md
+++ b/readme.md
@@ -89,5 +89,5 @@ Note: The bookmark position is based on the number of 
characters; and therefore
 
 [1]: http://addons.nvda-project.org/files/get.php?file=pm
 
-[2]: http://addons.nvda-project.org/files/get.php?file=pm-dev
+
 


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/a4d4df5c84c4/
Changeset:   a4d4df5c84c4
Branch:      None
User:        norrumar
Date:        2018-10-27 04:36:25+00:00
Summary:     Test webhook

Affected #:  1 file

diff --git a/readme.md b/readme.md
index f8c7fbb..c99c1d3 100644
--- a/readme.md
+++ b/readme.md
@@ -87,7 +87,7 @@ Note: The bookmark position is based on the number of 
characters; and therefore
 * Initial version.
 * Translated into: Brazilian Portuguese, Farsi, Finnish, French, Galician, 
German, Italian, Japanese, Korean, Nepali, Portuguese, Spanish, Slovak, 
Slovenian, Tamil.
 
-[1]: http://addons.nvda-project.org/files/get.php?file=pm
+1]: http://addons.nvda-project.org/files/get.php?file=pm
 
 
 


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/885fcf6564f1/
Changeset:   885fcf6564f1
Branch:      test
User:        norrumar
Date:        2018-10-27 04:50:17+00:00
Summary:     Test webhooks

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
deleted file mode 100755
index 8fccecc..0000000
--- a/buildVars.py
+++ /dev/null
@@ -1,43 +0,0 @@
-# -*- coding: UTF-8 -*-
-
-# Build customizations
-# Change this file instead of sconstruct or manifest files, whenever possible.
-
-# Full getext (please don't change)
-_ = lambda x : x
-
-# Add-on information variables
-addon_info = {
-       # for previously unpublished addons, please follow the community 
guidelines at:
-       # https://bitbucket.org/nvdaaddonteam/todo/raw/master/guideLines.txt
-       # add-on Name, internal for nvda
-       "addon_name" : "placeMarkers",
-       # 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" : _("Place markers"),
-       # Add-on description
-       # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
-       "addon_description" : _("Add-on for setting place markers on specific 
virtual documents"),
-       # version
-       "addon_version" : "11.1",
-       # Author(s)
-       "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
-       # URL for the add-on documentation support
-       "addon_url" : "http://addons.nvda-project.org";,
-       # Documentation file name
-       "addon_docFileName" : "readme.html",
-}
-
-
-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", "placeMarkers", "*.py")]
-
-# Files that contain strings for translation. Usually your python sources
-i18nSources = pythonSources + ["buildVars.py"]
-
-# Files that will be ignored when building the nvda-addon file
-# Paths are relative to the addon directory, not to the root directory of your 
addon sources.
-excludedFiles = []

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

--

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: