Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Sheryl Crow
|
Posted - 2010.09.05 05:49:00 -
[1]
I can't find a guide to making the import lists for the JBs or cynos. Could someone please give me an example of what a list would look like. Ty. |

Gharlane
Caldari Free Corp Liberty Alliance
|
Posted - 2010.09.05 22:51:00 -
[2]
Edited by: Gharlane on 05/09/2010 22:56:43 Edited by: Gharlane on 05/09/2010 22:55:04 Working from a sample that someone else made. Its a plain HTML table
Quote: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <title>Import Me into GTS</title> </head> <body> <table border="1"> <tbody> <tr> <td>Start System / Location</td> <td>End System / Location</td> <td>Status</td> <td>Owner</td> <td>Password</td> <td>Dist (ly)</td> <td>Route</td> </tr> <tr> <td>Jita @ 3-1</td> <td>New Caldari @ 9-16</td> <td>Online</td> <td>AllianceNameHereNoDots</td> <td>SecretPassword</td> <td>1.23</td> <td>Green</td> </tr> </table> </html>
No "."'s in the Owner Name. no White space after any text. System/Location is {SolarSystemName}{SPACE}@{SPACE}{PlanetNo}{MoonNo}. Not sure of the significance of the Distance or the Route fields.
Load it into a webbrowser, Select All, Copy. In GTS follow the steps listed under Data > Import.
|

Sheryl Crow
|
Posted - 2010.09.06 00:44:00 -
[3]
I followed your example. As far as i understand it. Here is a screen shot of my test page. When i tried to upload it there was no effect.
http://dl.eve-files.com/media/corp/vikari/GTS_test_page.jpg
I'm using GARPA Topographical Survey 1.1.535.1940, not sure if that is the version your using or if i need to use a different version. |

evilphoenix
modro R.A.G.E
|
Posted - 2010.09.06 00:45:00 -
[4]
I tried that as well, and it didn't work.
I'm curious what version you are using. --------
|

Sheryl Crow
|
Posted - 2010.09.06 00:56:00 -
[5]
I'm using the 1.1.535.1940 version.
I found it on eve files
http://dl.eve-files.com/media/corp/Catari/GTS_1.1.535.zip
There seems to be a few versions flowing around. If I need to go to an older version I have no issue with that.
|

Aele Deckard
Caldari Fly Drunk
|
Posted - 2010.09.06 04:54:00 -
[6]
Not sure on the cynos, but for the bridges I think you have a mistake in your table formatting.
Don't know why, but GTS wants you to have no 'enter' in your raw html table.
i.e.
<td>System1</td><td>system2</td>
is different from
<td>System1</td> <td>System2</td>
|

Gharlane
Caldari Free Corp Liberty Alliance
|
Posted - 2010.09.06 10:29:00 -
[7]
Originally by: Sheryl Crow I'm using the 1.1.535.1940 version.
I found it on eve files
http://dl.eve-files.com/media/corp/Catari/GTS_1.1.535.zip
There seems to be a few versions flowing around. If I need to go to an older version I have no issue with that.
That's the same version I'm using. Try Real system names and planet-moon numbers. The Jita example is just an example 
|

evilphoenix
modro R.A.G.E
|
Posted - 2010.09.06 12:07:00 -
[8]
Edited by: evilphoenix on 06/09/2010 12:16:55 Still no luck...
Does it need the html tags <td>system @ x-x</td>?
Can it be done from a text document? Spreadsheet?
I tried:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <title>Import Me into GTS</title> </head> <body> <table border="1"> <tbody> <tr> <td>Start System / Location</td><td>End System / Location</td> <td>Status</td> <td>Owner</td> <td>Password</td> <td>Dist (ly)</td> <td>Route</td> </tr> <tr> <td>PXF-RF @ 3-17</td><td>A-HZYL @ 7-1</td> <td>Online</td> <td>joebobjack</td> <td>classified</td> <td>1.23</td> <td>Green</td> </tr> </table> </html>
I also changed the systems from:
Quote: <td>PXF-RF @ 3-17</td> <td>A-HZYL @ 7-1</td>
to:
Quote: <td>PXF-RF @ 3-17</td><td>A-HZYL @ 7-1</td>
I tried copying the whole webpage, tried copying the raw html including the tags "td>PXF-RF @ 3-17</td><td>A-HZYL @ 7-1</td>", tried just the systems "PXF-RF @ 3-17 A-HZYL @ 7-1"
*disclaimer: I just picked real systems and moons. --------
|

Sheryl Crow
|
Posted - 2010.09.06 14:44:00 -
[9]
It's working for me now. Aele was exactly right about it...
Originally by: Aele Deckard Not sure on the cynos, but for the bridges I think you have a mistake in your table formatting.
Don't know why, but GTS wants you to have no 'enter' in your raw html table.
i.e.
<td>System1</td><td>system2</td>
is different from
<td>System1</td> <td>System2</td>
SO what you need to do is have something more like this:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta content="text/html; charset=ISO-8859-1"http-equiv="Content-Type"><title>Import Me into GTS</title></head><body><table border="1"><tbody><tr><td>BRT-OP @ 1-1</td><td>V-IH6B @ 1-1</td><td>Online</td><td>TestCorp</td><td>qwerty</td><td>1.88</td><td>Green</td></tr><tr><td>7JF-0Z @ 1-2</td><td>CIAM4-T @ 1-1</td><td>Online</td><td>TestCorp</td><td>qwerty</td><td>3.50</td><td>Green</td></tr></table></html>
Just turn the whole HTML format into one huge long line. I used notepad to do it and it worked perfectly.
|

evilphoenix
modro R.A.G.E
|
Posted - 2010.09.06 15:34:00 -
[10]
AWESOME!
--------
|
|

Sheryl Crow
|
Posted - 2010.09.06 16:10:00 -
[11]
Found something else out that will help you guys i'm sure. Make your first 2 or 3 JB links. Then go the the webpage and copy that table into a text file. You'll find it's a vary easy/simple to read format that you can actually keep building off of then copy it and GTS will actually read it just like it would the website 
|

evilphoenix
modro R.A.G.E
|
Posted - 2010.09.06 21:07:00 -
[12]
It will also work from excel with 7 columns.
--------
|

Burnmate
|
Posted - 2010.09.10 13:20:00 -
[13]
any1 know how to make the xml for jb?
|

Burnmate
|
Posted - 2010.09.13 08:45:00 -
[14]
Edited by: Burnmate on 13/09/2010 08:46:53 Edited by: Burnmate on 13/09/2010 08:46:22
Quote: <bridge-list xmlns="urn:goonfleet:bridgeplanner:1"> <wiki version="25016" last-updated="2010-05-24 03:22:47Z"></wiki> <bridges> <bridge status="Online" distance="1" password="yita" color="green" corporation="CCP"> <from planet="1" system-name="jita" moon="1"></from> <to planet="1" system-name="perimeter" moon="1"></to> </bridge> <bridge status="Online" distance="1" password="yita" color="green" corporation="CCP"> <from planet="1" system-name="jita" moon="1"></from> <to planet="1" system-name="perimeter" moon="1"></to> </bridge> </bridges> </bridge-list>
this part is for the xml import^^ tnx kendepp for the xml :P
|

Chaotic Mind
Rennfeuer Majesta Empire
|
Posted - 2010.09.13 13:19:00 -
[15]
i love this app, but here's my question. How about the REST Api thingy? I suppose that allows us to automatically update a list, BUT: - what format to use? (XML or HTML) - what's the name of the 2 files to have a proper import?
thanks for any help
|

Burnmate
|
Posted - 2010.09.13 14:28:00 -
[16]
Originally by: Chaotic Mind i love this app, but here's my question. How about the REST Api thingy? I suppose that allows us to automatically update a list, BUT: - what format to use? (XML or HTML) - what's the name of the 2 files to have a proper import?
thanks for any help
on setting u can put the url for the xml and u can make the xml in the way i writed in the previous post
|

Hanathor
Gallente Hikage Corporation
|
Posted - 2010.09.13 17:21:00 -
[17]
Originally by: Chaotic Mind i love this app, but here's my question. How about the REST Api thingy? I suppose that allows us to automatically update a list, BUT: - what format to use? (XML or HTML) - what's the name of the 2 files to have a proper import?
thanks for any help
Insert the full xml file path "http://yourhostblablabla/cyno.xml" in the setting and here we go ^^ ------------------ Cheers, Marco |

Chaotic Mind
Rennfeuer Majesta Empire
|
Posted - 2010.09.14 14:26:00 -
[18]
ok, thanks, that worked.
now my last question.
does anyone know the format of the XML file for the cynos?
|

Donna Vecchi
|
Posted - 2010.09.17 17:34:00 -
[19]
Any one know what format the Cyno Beacon file should be????
|

Hanathor
Gallente Hikage Corporation
|
Posted - 2010.09.18 08:49:00 -
[20]
Edited by: Hanathor on 18/09/2010 08:49:50 Edited by: Hanathor on 18/09/2010 08:49:33
Quote: <?xml version="1.0" encoding="utf-8"?> <cyno-list xmlns="urn:goonfleet:bridgeplanner:1"> <wiki version="1.0" last-updated="2010-09-10 15:30:39Z"></wiki> <cynos> <cyno system-id="EVESYSTEMID" notes="NOTESYOUMAYWANTTOADD (you can leave it empty)" system-name="EVESYSTEMNAME"/> </cynos> </cyno-list>
I hope this would help  ------------------ Cheers, Marco |
|

Donna Vecchi
|
Posted - 2010.09.19 04:02:00 -
[21]
Thanks for the info but i think its a bit obscure.
the jump bridge info can be import from the clipboard... I know, i have done it...
What format does the clipboard actually have to be in?????
|
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |