diff --git a/HACKING.md b/HACKING.md
index 2ea4bfcf..a8fdd8c5 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -73,7 +73,7 @@ How do I report bugs?
You can also try to [install the most recent developer version (“nightly”)]
(https://www.dropbox.com/sh/lt9p0s40kt3cs6m/3xzpyiVBnF) and repeat the steps above. Maybe your issue has already been fixed? The nightly versions will update to the next stable release, so you don’t need to worry about that.
-If your issue persists, continue. The next step is to look for existing issues, maybe someone else has a similar problem. You can look [through the existing issues](https://github.com/jonatkins/ingress-intel-total-conversion/issues?sort=updated&state=open) or use the search function on the top right. If your issue persists, open a new issue and provide **all** of the information below, even if you don’t think this is necessary.
+If your issue persists, continue. The next step is to look for existing issues, maybe someone else has a similar problem. You can look [through the existing issues](https://github.com/iitc-project/ingress-intel-total-conversion/issues?sort=updated&state=open) or use the search function on the top right. If your issue persists, open a new issue and provide **all** of the information below, even if you don’t think this is necessary.
- a descriptive title
- your browser and its version
@@ -85,7 +85,7 @@ If your issue persists, continue. The next step is to look for existing issues,
- description of how the script behaves now and how it should behave instead
-[You may report the issue here.](https://github.com/jonatkins/ingress-intel-total-conversion/issues/new)
+[You may report the issue here.](https://github.com/iitc-project/ingress-intel-total-conversion/issues/new)
If asked to **“copy console output”**, do the following:
diff --git a/README.md b/README.md
index 5c7f733b..4ffe3aca 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@ ingress intel total conversion (IITC)
=====================================
Since the [breunigs](https://github.com/breunigs/ingress-intel-total-conversion) IITC branch was deleted,
-I've created this one to continue some development.
+[Jon Atkins](https://github.com/jonatkins) created this one to continue some development.
## Users
-Just want to download/install IITC? Go to http://iitc.jonatkins.com/
+Just want to download/install IITC? Go to http://iitc.me/
For keeping up with the latest news, release announcements, etc, Follow IITC on G+
https://plus.google.com/105383756361375410867/posts
@@ -15,7 +15,7 @@ If you have questions, need help or advice with IITC, the Google+ community is a
https://plus.google.com/communities/105647403088015055797
Want to report a bug? Post it to the issues page
-https://github.com/jonatkins/ingress-intel-total-conversion/issues
+https://github.com/iitc-project/ingress-intel-total-conversion/issues
## Developers
diff --git a/code/boot.js b/code/boot.js
index 4b2f2405..d64f6d6d 100644
--- a/code/boot.js
+++ b/code/boot.js
@@ -664,7 +664,7 @@ function boot() {
$.each(badPlugins,function(name,desc) {
warning += '
'+name+': '+desc+'';
});
- warning += 'Please uninstall the problem plugins and reload the page. See this FAQ entry for help.
Note: It is tricky for IITC to safely disable just problem plugins
';
+ warning += 'Please uninstall the problem plugins and reload the page. See this FAQ entry for help.
Note: It is tricky for IITC to safely disable just problem plugins
';
dialog({
title: 'Plugin Warning',
diff --git a/code/utils_misc.js b/code/utils_misc.js
index b3009a58..26ed6826 100644
--- a/code/utils_misc.js
+++ b/code/utils_misc.js
@@ -38,7 +38,7 @@ window.aboutIITC = function() {
+ ' Ingress Intel Total Conversion
'
+ '
'
+ ' '
- + '
IITC Homepage'
+ + '
IITC Homepage'
+ ' On the script’s homepage you can:'
+ '
'
+ ' - Find Updates
'
diff --git a/mobile/HACKING.md b/mobile/HACKING.md
index e1f5a146..196492b8 100644
--- a/mobile/HACKING.md
+++ b/mobile/HACKING.md
@@ -16,7 +16,7 @@ Debugging
If you want to debug the APK, I suggest [reading up on Google’s documentation](https://developer.android.com/index.html).
-Debugging IITC(M) **after** it has booted is relatively easy: you can switch to the “debug” tab, which is a low end developer console. It renders all calls to `console.*`, so you can use it just like you expect. It may be easier to develop in a desktop browser. Set it up like explained [in the normal hacking guide](https://github.com/jonatkins/ingress-intel-total-conversion/blob/master/HACKING.md), but fake your user agent or modify the detection in `code/smartphone.js` and `main.js`. The device ID is printed to the debug console on IITC boot.
+Debugging IITC(M) **after** it has booted is relatively easy: you can switch to the “debug” tab, which is a low end developer console. It renders all calls to `console.*`, so you can use it just like you expect. It may be easier to develop in a desktop browser. Set it up like explained [in the normal hacking guide](https://github.com/iitc-project/ingress-intel-total-conversion/blob/master/HACKING.md), but fake your user agent or modify the detection in `code/smartphone.js` and `main.js`. The device ID is printed to the debug console on IITC boot.
Debugging IITC(M) **before** it has booted requires the Android Developer Tools. Connecting your device and running `adb logcat` should print the debug log to your computer until the low-end dev console mentioned above is available.
diff --git a/mobile/README.md b/mobile/README.md
index c2039b19..09cbf78d 100644
--- a/mobile/README.md
+++ b/mobile/README.md
@@ -29,4 +29,4 @@ The Android App behaves like the desktop version, but uses the mobile view, whic
**The App only works with Android 4.0+**
-### [For developer docs, please see HACKING.md](https://github.com/jonatkins/ingress-intel-total-conversion/blob/master/mobile/HACKING.md)
+### [For developer docs, please see HACKING.md](https://github.com/iitc-project/ingress-intel-total-conversion/blob/master/mobile/HACKING.md)
diff --git a/mobile/res/values/strings.xml b/mobile/res/values/strings.xml
index 0267b336..e05afd13 100644
--- a/mobile/res/values/strings.xml
+++ b/mobile/res/values/strings.xml
@@ -34,13 +34,13 @@
After Niantic asked the main developer to shut down his github project, development
is continued on a fork of jonatkins.
Community:
- • Visit the IITC website for new releases and the desktop version.
+ • Visit the IITC website for new releases and the desktop version.
• Follow the IITC Google+ page
for release announcements.
• Join the IITC Google+ community
- a place to ask for help and discuss with other users.
Developers:
- IITC on Github
+ IITC on Github
IITC Licence:
Copyright © 2013 Stefan Breunig, Jon Atkins, Philipp Schäfer and others
@@ -68,7 +68,7 @@
• You can quickly send the current portal link/permalink to another device if both devices support NFC (hold
both devices back-to-back and tap the screen to beam the map to the other device).
• You can add official plugins in the settings.
- • For external plugins please have a look at the FAQ.]]>
+ • For external plugins please have a look at the FAQ.]]>
diff --git a/plugins/README.md b/plugins/README.md
index 0de2e9ac..a390fd77 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -1,7 +1,7 @@
USER DOCUMENTATION MOVED!
=========================
-[The plugins list has been moved to the wiki. Please see there!](https://github.com/jonatkins/ingress-intel-total-conversion/wiki/Plugins)
+[The plugins list has been moved to the wiki. Please see there!](https://github.com/iitc-project/ingress-intel-total-conversion/wiki/Plugins)
What follows is developer documentation only.
@@ -14,7 +14,7 @@ Hacking
Plugins may be developed in the same way as the total conversion script. Plugins may provide features tailored to specific needs and are allowed to change things as they see fit. You can provide them separately or submit a pull request to have them managed in this repository.
If you think a hook in the main script is required, simply open a bug report.
-You can use the guess player level script as an example to get you started. Just update the names and the part between `// PLUGIN START` and `// PLUGIN END` and you should be able to develop your plugin. The other code ensures your plugin is executed after the main script. [Read the common HACKING.md file for general tips and requirements](https://github.com/jonatkins/ingress-intel-total-conversion/blob/master/HACKING.md#hacking).
+You can use the guess player level script as an example to get you started. Just update the names and the part between `// PLUGIN START` and `// PLUGIN END` and you should be able to develop your plugin. The other code ensures your plugin is executed after the main script. [Read the common HACKING.md file for general tips and requirements](https://github.com/iitc-project/ingress-intel-total-conversion/blob/master/HACKING.md#hacking).
If you happen the write general purpose functions for your plugin, consider adding them to the main script instead. For example, if you write a `getResoCountFromPortal(details)` function it may be very well added to `code/portal_info.js`.
@@ -27,4 +27,4 @@ If you have external dependencies put them into `external/` and add a version nu
Available Hooks
---------------
-Available hooks are documented in the code. Please refer to the [boilerplate explanation in `hooks.js`](https://raw.github.com/jonatkins/ingress-intel-total-conversion/master/code/hooks.js) to see which are available and how to listen for them. If you need additional hooks, open bug reports (preferably with patches attached).
+Available hooks are documented in the code. Please refer to the [boilerplate explanation in `hooks.js`](https://raw.github.com/iitc-project/ingress-intel-total-conversion/master/code/hooks.js) to see which are available and how to listen for them. If you need additional hooks, open bug reports (preferably with patches attached).
diff --git a/plugins/bookmarks-by-zaso.user.js b/plugins/bookmarks-by-zaso.user.js
index ba74090e..8caf665c 100644
--- a/plugins/bookmarks-by-zaso.user.js
+++ b/plugins/bookmarks-by-zaso.user.js
@@ -897,7 +897,7 @@
}
window.plugin.bookmarks.dialogLoadList = function() {
- var r = 'The "Draw Tools" plugin is required.';
+ var r = 'The "Draw Tools" plugin is required.';
if(!window.plugin.bookmarks || !window.plugin.drawTools) {
$('.ui-dialog-autodrawer .ui-dialog-buttonset .ui-button:not(:first)').hide();
diff --git a/plugins/iitc-ditigal-bumper-sticker.user.js b/plugins/iitc-ditigal-bumper-sticker.user.js
index a7e14567..1899332a 100644
--- a/plugins/iitc-ditigal-bumper-sticker.user.js
+++ b/plugins/iitc-ditigal-bumper-sticker.user.js
@@ -25,7 +25,7 @@ if (targetContainer) {
logoDiv.setAttribute('style', "position: fixed; left: 20px; top: 130px; z-index: auto; pointer-events: none;");
var img = document.createElement('img');
- img.setAttribute('src', 'http://iitc.jonatkins.com/assets/img/prefer-iitc-200.png');
+ img.setAttribute('src', 'http://iitc.me/assets/img/prefer-iitc-200.png');
logoDiv.appendChild(img);