Update URLs for new locations

This commit is contained in:
Dave Ingram
2016-06-15 13:23:50 -07:00
parent 46aeffb00b
commit 41f8081831
10 changed files with 17 additions and 17 deletions

View File

@ -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 dont 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 dont 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 dont 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:

View File

@ -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

View File

@ -664,7 +664,7 @@ function boot() {
$.each(badPlugins,function(name,desc) {
warning += '<li><b>'+name+'</b>: '+desc+'</li>';
});
warning += '</ul><p>Please uninstall the problem plugins and reload the page. See this <a href="http://iitc.jonatkins.com/?page=faq#uninstall">FAQ entry</a> for help.</p><p><i>Note: It is tricky for IITC to safely disable just problem plugins</i></p>';
warning += '</ul><p>Please uninstall the problem plugins and reload the page. See this <a href="http://iitc.me/faq/#uninstall">FAQ entry</a> for help.</p><p><i>Note: It is tricky for IITC to safely disable just problem plugins</i></p>';
dialog({
title: 'Plugin Warning',

View File

@ -38,7 +38,7 @@ window.aboutIITC = function() {
+ ' <div>Ingress Intel Total Conversion</div> '
+ ' <hr>'
+ ' <div>'
+ ' <a href="http://iitc.jonatkins.com/" target="_blank">IITC Homepage</a><br />'
+ ' <a href="http://iitc.me/" target="_blank">IITC Homepage</a><br />'
+ ' On the scripts homepage you can:'
+ ' <ul>'
+ ' <li>Find Updates</li>'

View File

@ -16,7 +16,7 @@ Debugging
If you want to debug the APK, I suggest [reading up on Googles 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.

View File

@ -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)

View File

@ -34,13 +34,13 @@
After Niantic asked the main developer to shut down his github project, development
is continued on a fork of <a href="https://github.com/jonatkins"><b>jonatkins</b></a>.
<h3>Community:</h3>
• Visit the <a href="http://iitc.jonatkins.com/">IITC website</a> for new releases and the desktop version.<br>
• Visit the <a href="http://iitc.me/">IITC website</a> for new releases and the desktop version.<br>
• Follow the <a href="https://plus.google.com/105383756361375410867">IITC Google+ page</a>
for release announcements.<br>
• Join the <a href="https://plus.google.com/communities/105647403088015055797">IITC Google+ community</a>
- a place to ask for help and discuss with other users.
<h3>Developers:</h3>
<a href="https://github.com/jonatkins/ingress-intel-total-conversion">IITC on Github</a>
<a href="https://github.com/iitc-project/ingress-intel-total-conversion">IITC on Github</a>
<h3>IITC Licence:</h3>
Copyright © 2013 Stefan Breunig, Jon Atkins, Philipp Schäfer and others<br><br>
@ -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).<br><br>
• You can add official plugins in the settings.<br><br>
• For external plugins please have a look at the <a href="http://iitc.jonatkins.com/?page=faq#mobile-plugins">FAQ.]]>
• For external plugins please have a look at the <a href="http://iitc.me/faq/#mobile-plugins">FAQ.]]>
</string>
<string name="notice_info">
<![CDATA[Hint: Alternative ways to open the info screen:<br><br>

View File

@ -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).

View File

@ -897,7 +897,7 @@
}
window.plugin.bookmarks.dialogLoadList = function() {
var r = 'The "<a href="http://iitc.jonatkins.com/?page=desktop#plugin-draw-tools" target="_BLANK"><strong>Draw Tools</strong></a>" plugin is required.</span>';
var r = 'The "<a href="http://iitc.me/desktop/#plugin-draw-tools" target="_BLANK"><strong>Draw Tools</strong></a>" plugin is required.</span>';
if(!window.plugin.bookmarks || !window.plugin.drawTools) {
$('.ui-dialog-autodrawer .ui-dialog-buttonset .ui-button:not(:first)').hide();

View File

@ -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);