diff --git a/buildsettings.py b/buildsettings.py index 3b37bb29..6245b574 100644 --- a/buildsettings.py +++ b/buildsettings.py @@ -2,13 +2,13 @@ buildSettings = { 'jonatkins': { - 'resourceUrlBase': 'http://iitc.jonatkins.com/dist', - 'distUrlBase': 'http://iitc.jonatkins.com/dist', + 'resourceUrlBase': 'http://iitc.jonatkins.com/release', + 'distUrlBase': 'https://secure.jonatkins.com/iitc/release', }, 'jonatkins-dev': { 'resourceUrlBase': 'http://iitc.jonatkins.com/dev', - 'distUrlBase': 'http://iitc.jonatkins.com/dev', + 'distUrlBase': 'https://secure.jonatkins.com/iitc/dev', }, diff --git a/main.js b/main.js index d43ae7a1..08b92a19 100644 --- a/main.js +++ b/main.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Total conversion for the ingress intel map. [@@BUILDNAME@@-@@BUILDDATE@@] +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Total conversion for the ingress intel map. // @include http://www.ingress.com/intel* // @include https://www.ingress.com/intel* // @match http://www.ingress.com/intel* diff --git a/plugins/ap-list.user.js b/plugins/ap-list.user.js index 072c26bc..d9de91ec 100644 --- a/plugins/ap-list.user.js +++ b/plugins/ap-list.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description List top 10 portals by AP of either faction. Other functions and controls please refer to the Userguide. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] List top 10 portals by AP of either faction. Other functions and controls please refer to the Userguide. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/compute-ap-stats.user.js b/plugins/compute-ap-stats.user.js index ba9dc47d..7be21799 100644 --- a/plugins/compute-ap-stats.user.js +++ b/plugins/compute-ap-stats.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @id iitc-plugin-compute-ap-stats@Hollow011 // @name IITC plugin: Compute AP statistics -// @version 0.3.@@DATETIMEVERSION@@ +// @version 0.3.0.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Tries to determine overal AP stats for the current zoom +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Tries to determine overal AP stats for the current zoom // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 0a40a18a..86495ae1 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Allows you to draw things into the current map so you may plan your next move +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Allows you to draw things into the current map so you may plan your next move // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/guess-player-levels.user.js b/plugins/guess-player-levels.user.js index a1b83762..4ef6fbdd 100644 --- a/plugins/guess-player-levels.user.js +++ b/plugins/guess-player-levels.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @id iitc-plugin-guess-player-levels@breunigs // @name IITC plugin: guess player level -// @version 0.3.@@DATETIMEVERSION@@ +// @version 0.3.0.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Tries to determine player levels from the data available in the current view +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Tries to determine player levels from the data available in the current view // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index 95bc0301..6cc448d4 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -4,7 +4,7 @@ // @version 0.2.1.@@DATETIMEVERSION@@ // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Calculates how to link the portals to create the maximum number of fields. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Calculates how to link the portals to create the maximum number of fields. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/player-tracker.user.js b/plugins/player-tracker.user.js index 430fe1ba..ec1d54f7 100644 --- a/plugins/player-tracker.user.js +++ b/plugins/player-tracker.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @id iitc-plugin-player-tracker@breunigs -// @name IITC Plugin: player tracker +// @name IITC Plugin: Player tracker // @version 0.7.2.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description draws trails for the path a user went onto the map. Only draws the last hour. Does not request chat data on its own, even if that would be useful. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Draws trails for the path a user went onto the map. Only draws the last hour. Does not request chat data on its own, even if that would be useful. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/render-limit-increase.user.js b/plugins/render-limit-increase.user.js index 4481f31b..6c002d2f 100644 --- a/plugins/render-limit-increase.user.js +++ b/plugins/render-limit-increase.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @id iitc-plugin-render-limit-increase@jonatkins // @name IITC plugin: render limit increase -// @version 0.2.@@DATETIMEVERSION@@ +// @version 0.3.0.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Increase the render limits, so less likely to be hit in higher density areas +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Increase the render limits, so less likely to be hit in higher density areas // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/reso-energy-pct-in-portal-detail.user.js b/plugins/reso-energy-pct-in-portal-detail.user.js index c55646f0..d95800e1 100644 --- a/plugins/reso-energy-pct-in-portal-detail.user.js +++ b/plugins/reso-energy-pct-in-portal-detail.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Show resonator energy percentage on resonator energy bar in portal detail panel. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Show resonator energy percentage on resonator energy bar in portal detail panel. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/resonator-display-zoom-level-decrease.user.js b/plugins/resonator-display-zoom-level-decrease.user.js index 93c2afb1..aee8556a 100644 --- a/plugins/resonator-display-zoom-level-decrease.user.js +++ b/plugins/resonator-display-zoom-level-decrease.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Resonator start display earlier +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Resonator start display earlier // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/scale-bar.user.js b/plugins/scale-bar.user.js index 4d0a659c..5e784c12 100644 --- a/plugins/scale-bar.user.js +++ b/plugins/scale-bar.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @id iitc-plugin-scale-bar@breunigs // @name IITC plugin: scale bar -// @version 0.1.@@DATETIMEVERSION@@ +// @version 0.1.0.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description shows scale bar on the map +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Shows scale bar on the map // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/scoreboard.user.js b/plugins/scoreboard.user.js index 8f17e462..b3239271 100644 --- a/plugins/scoreboard.user.js +++ b/plugins/scoreboard.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description A localized scoreboard. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] A localized scoreboard. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/show-address.user.js b/plugins/show-address.user.js index fb090b75..82568128 100644 --- a/plugins/show-address.user.js +++ b/plugins/show-address.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Portal address will show in the sidebar. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Portal address will show in the sidebar. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel* diff --git a/plugins/show-portal-weakness.user.js b/plugins/show-portal-weakness.user.js index 08f54db8..389d5db9 100644 --- a/plugins/show-portal-weakness.user.js +++ b/plugins/show-portal-weakness.user.js @@ -5,7 +5,7 @@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description Uses the fill color of the portals to denote if the portal is weak (Needs recharging, missing a resonator, needs shields) Red, needs energy and shields. Orange, only needs energy (either recharge or resonators). Yellow, only needs shields. +// @description [@@BUILDNAME@@-@@BUILDDATE@@] Uses the fill color of the portals to denote if the portal is weak (Needs recharging, missing a resonator, needs shields) Red, needs energy and shields. Orange, only needs energy (either recharge or resonators). Yellow, only needs shields. // @include https://www.ingress.com/intel* // @include http://www.ingress.com/intel* // @match https://www.ingress.com/intel*