From c2eedbfefa8bb08b04f9f6b50b7537ef7b5eedd5 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 10 Jun 2013 04:46:04 +0100 Subject: [PATCH] more plugin category tweaks --- plugins/compute-ap-stats.user.js | 1 + plugins/ipas-link.user.js | 1 + plugins/max-links.user.js | 2 +- plugins/reso-energy-pct-in-portal-detail.user.js | 2 +- plugins/show-address.user.js | 2 +- plugins/show-linked-portals.user.js | 2 +- website/page/code/desktop-download.php | 7 ++++--- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/plugins/compute-ap-stats.user.js b/plugins/compute-ap-stats.user.js index fc3d7177..95d8e9f3 100644 --- a/plugins/compute-ap-stats.user.js +++ b/plugins/compute-ap-stats.user.js @@ -1,6 +1,7 @@ // ==UserScript== // @id iitc-plugin-compute-ap-stats@Hollow011 // @name IITC plugin: Compute AP statistics +// @category Info // @version 0.3.0.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ diff --git a/plugins/ipas-link.user.js b/plugins/ipas-link.user.js index 20610a9c..c29b76c0 100644 --- a/plugins/ipas-link.user.js +++ b/plugins/ipas-link.user.js @@ -1,6 +1,7 @@ // ==UserScript== // @id iitc-plugin-ipas-link@graphracer // @name IITC Plugin: simulate an attack on portal +// @category Portal Info // @version 0.2.0.@@DATETIMEVERSION@@ // @namespace https://github.com/xosofox/IPAS // @updateURL @@UPDATEURL@@ diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index 11b4d519..5184a20c 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -5,7 +5,7 @@ // @version 0.3.1.@@DATETIMEVERSION@@ // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ -// @description [@@BUILDNAME@@-@@BUILDDATE@@] 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. Enable from the layer chooser. // @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 18d1a107..ca0e8e31 100644 --- a/plugins/reso-energy-pct-in-portal-detail.user.js +++ b/plugins/reso-energy-pct-in-portal-detail.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-reso-energy-pct-in-portal-detail@xelio // @name IITC plugin: reso energy pct in portal detail -// @category Info +// @category Portal Info // @version 0.1.2.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ diff --git a/plugins/show-address.user.js b/plugins/show-address.user.js index fb0b8260..6c2844e7 100644 --- a/plugins/show-address.user.js +++ b/plugins/show-address.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-show-address@vita10gy // @name IITC plugin: show portal address in sidebar -// @category Info +// @category Portal Info // @version 0.2.2.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ diff --git a/plugins/show-linked-portals.user.js b/plugins/show-linked-portals.user.js index b6cb6cac..4ae6676a 100644 --- a/plugins/show-linked-portals.user.js +++ b/plugins/show-linked-portals.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-show-linked-portals@fstopienski // @name IITC plugin: Show linked portals -// @category Info +// @category Portal Info // @version 0.0.4.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ diff --git a/website/page/code/desktop-download.php b/website/page/code/desktop-download.php index 3637d2eb..62fa10de 100644 --- a/website/page/code/desktop-download.php +++ b/website/page/code/desktop-download.php @@ -17,9 +17,10 @@ function iitcDesktopDownload ( $build ) function iitcDesktopPluginDownloadTable ( $build ) { $categories = Array ( - 'Info' => "", - 'Keys' => "Key management", - 'Controls' => "Map controls", + 'Portal Info' => "Enhanced information on the selected portal", + 'Info' => "Display additional information", + 'Keys' => "Manual key management", + 'Controls' => "Map controls/widgets", 'Highlighter' => "Portal highliters", 'Layer' => "Additional map layers", 'Map Tiles' => "Alternative map layers",