lisa-reve 0.0.120

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. data/ChangeLog +155 -0
  2. data/LICENSE +22 -0
  3. data/Rakefile +79 -0
  4. data/init.rb +1 -0
  5. data/lib/reve/classes.rb +1387 -0
  6. data/lib/reve/exceptions.rb +353 -0
  7. data/lib/reve/extensions.rb +119 -0
  8. data/lib/reve.rb +1020 -0
  9. data/reve.rb +1 -0
  10. data/test/test_reve.rb +1208 -0
  11. data/test/xml/alliances.xml +171 -0
  12. data/test/xml/assets.xml +32 -0
  13. data/test/xml/badxml.xml +6 -0
  14. data/test/xml/certificate_tree.xml +231 -0
  15. data/test/xml/char_facwarstats.xml +18 -0
  16. data/test/xml/char_medals.xml +12 -0
  17. data/test/xml/character_sheet.xml +288 -0
  18. data/test/xml/characterid.xml +11 -0
  19. data/test/xml/charactername.xml +11 -0
  20. data/test/xml/characters.xml +13 -0
  21. data/test/xml/conqurable_stations.xml +12 -0
  22. data/test/xml/corp_facwarstats.xml +17 -0
  23. data/test/xml/corp_medals.xml +23 -0
  24. data/test/xml/corp_member_medals.xml +20 -0
  25. data/test/xml/corp_membersecurity.xml +49 -0
  26. data/test/xml/corporate_assets_list.xml +16 -0
  27. data/test/xml/corporate_market_orders.xml +10 -0
  28. data/test/xml/corporate_wallet_balance.xml +16 -0
  29. data/test/xml/corporate_wallet_journal.xml +11 -0
  30. data/test/xml/corporate_wallet_transactions.xml +10 -0
  31. data/test/xml/corporation_sheet.xml +52 -0
  32. data/test/xml/errors/error_100.xml +5 -0
  33. data/test/xml/errors/error_101.xml +5 -0
  34. data/test/xml/errors/error_102.xml +5 -0
  35. data/test/xml/errors/error_103.xml +5 -0
  36. data/test/xml/errors/error_104.xml +5 -0
  37. data/test/xml/errors/error_105.xml +5 -0
  38. data/test/xml/errors/error_106.xml +5 -0
  39. data/test/xml/errors/error_107.xml +5 -0
  40. data/test/xml/errors/error_108.xml +5 -0
  41. data/test/xml/errors/error_109.xml +5 -0
  42. data/test/xml/errors/error_110.xml +5 -0
  43. data/test/xml/errors/error_111.xml +5 -0
  44. data/test/xml/errors/error_112.xml +5 -0
  45. data/test/xml/errors/error_113.xml +5 -0
  46. data/test/xml/errors/error_114.xml +5 -0
  47. data/test/xml/errors/error_115.xml +5 -0
  48. data/test/xml/errors/error_116.xml +5 -0
  49. data/test/xml/errors/error_117.xml +5 -0
  50. data/test/xml/errors/error_118.xml +5 -0
  51. data/test/xml/errors/error_119.xml +5 -0
  52. data/test/xml/errors/error_120.xml +5 -0
  53. data/test/xml/errors/error_121.xml +5 -0
  54. data/test/xml/errors/error_122.xml +5 -0
  55. data/test/xml/errors/error_123.xml +5 -0
  56. data/test/xml/errors/error_124.xml +5 -0
  57. data/test/xml/errors/error_125.xml +5 -0
  58. data/test/xml/errors/error_200.xml +5 -0
  59. data/test/xml/errors/error_201.xml +5 -0
  60. data/test/xml/errors/error_202.xml +5 -0
  61. data/test/xml/errors/error_203.xml +5 -0
  62. data/test/xml/errors/error_204.xml +5 -0
  63. data/test/xml/errors/error_205.xml +5 -0
  64. data/test/xml/errors/error_206.xml +5 -0
  65. data/test/xml/errors/error_207.xml +5 -0
  66. data/test/xml/errors/error_208.xml +5 -0
  67. data/test/xml/errors/error_209.xml +5 -0
  68. data/test/xml/errors/error_210.xml +5 -0
  69. data/test/xml/errors/error_211.xml +5 -0
  70. data/test/xml/errors/error_212.xml +5 -0
  71. data/test/xml/errors/error_213.xml +5 -0
  72. data/test/xml/errors/error_214.xml +5 -0
  73. data/test/xml/errors/error_500.xml +5 -0
  74. data/test/xml/errors/error_501.xml +5 -0
  75. data/test/xml/errors/error_502.xml +5 -0
  76. data/test/xml/errors/error_503.xml +5 -0
  77. data/test/xml/errors/error_504.xml +5 -0
  78. data/test/xml/errors/error_505.xml +5 -0
  79. data/test/xml/errors/error_506.xml +5 -0
  80. data/test/xml/errors/error_507.xml +5 -0
  81. data/test/xml/errors/error_508.xml +5 -0
  82. data/test/xml/errors/error_509.xml +5 -0
  83. data/test/xml/errors/error_510.xml +5 -0
  84. data/test/xml/errors/error_511.xml +5 -0
  85. data/test/xml/errors/error_512.xml +5 -0
  86. data/test/xml/errors/error_513.xml +5 -0
  87. data/test/xml/errors/error_514.xml +5 -0
  88. data/test/xml/errors/error_515.xml +5 -0
  89. data/test/xml/errors/error_516.xml +5 -0
  90. data/test/xml/errors/error_517.xml +5 -0
  91. data/test/xml/errors/error_518.xml +5 -0
  92. data/test/xml/errors/error_519.xml +5 -0
  93. data/test/xml/errors/error_520.xml +5 -0
  94. data/test/xml/errors/error_521.xml +5 -0
  95. data/test/xml/errors/error_522.xml +5 -0
  96. data/test/xml/errors/error_523.xml +5 -0
  97. data/test/xml/errors/error_524.xml +5 -0
  98. data/test/xml/errors/error_525.xml +5 -0
  99. data/test/xml/errors/error_900.xml +5 -0
  100. data/test/xml/errors/error_901.xml +5 -0
  101. data/test/xml/errors/error_902.xml +5 -0
  102. data/test/xml/errors/error_903.xml +5 -0
  103. data/test/xml/errors/error_999.xml +5 -0
  104. data/test/xml/errors.xml +70 -0
  105. data/test/xml/eve_facwarstats.xml +35 -0
  106. data/test/xml/eve_facwartopstats.xml +178 -0
  107. data/test/xml/industryjobs.xml +11 -0
  108. data/test/xml/kills.xml +569 -0
  109. data/test/xml/map_facwarsystems.xml +13 -0
  110. data/test/xml/mapjumps.xml +15 -0
  111. data/test/xml/mapkills.xml +16 -0
  112. data/test/xml/market_transactions.xml +79 -0
  113. data/test/xml/marketorders.xml +43 -0
  114. data/test/xml/member_tracking.xml +22 -0
  115. data/test/xml/nonmember_corpsheet.xml +30 -0
  116. data/test/xml/reftypes.xml +14 -0
  117. data/test/xml/server_status.xml +9 -0
  118. data/test/xml/skill_in_training-amarr-titan.xml +15 -0
  119. data/test/xml/skill_in_training-none.xml +7 -0
  120. data/test/xml/skill_queue.xml +18 -0
  121. data/test/xml/skilltree.xml +41 -0
  122. data/test/xml/sovereignty.xml +29 -0
  123. data/test/xml/starbase_fuel.xml +23 -0
  124. data/test/xml/starbases.xml +12 -0
  125. data/test/xml/wallet_balance.xml +17 -0
  126. data/test/xml/wallet_journal.xml +48 -0
  127. data/tester.rb +17 -0
  128. metadata +187 -0
@@ -0,0 +1,171 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2007-12-19 22:30:59</currentTime>
4
+ <result>
5
+ <rowset name="alliances" key="allianceID" columns="name,shortName,allianceID,executorCorpID,memberCount,startDate">
6
+ <row name="GoonSwarm" shortName="OHGOD" allianceID="824518128" executorCorpID="749147334" memberCount="5187" startDate="2006-06-03 00:50:00">
7
+ <rowset name="memberCorporations" key="corporationID" columns="corporationID,startDate">
8
+ <row corporationID="109788662" startDate="2007-09-09 19:12:00" />
9
+ <row corporationID="134300597" startDate="2006-10-04 19:50:00" />
10
+ <row corporationID="142446484" startDate="2006-06-17 13:19:00" />
11
+ <row corporationID="148470642" startDate="2007-11-05 17:47:00" />
12
+ <row corporationID="151905358" startDate="2006-07-20 01:51:00" />
13
+ <row corporationID="162748391" startDate="2007-09-10 23:26:00" />
14
+ <row corporationID="166054629" startDate="2007-06-15 14:37:00" />
15
+ <row corporationID="182784411" startDate="2007-04-22 08:45:00" />
16
+ <row corporationID="198814012" startDate="2007-12-10 13:01:00" />
17
+ <row corporationID="264837388" startDate="2007-10-13 01:27:00" />
18
+ <row corporationID="273468188" startDate="2006-09-05 14:55:00" />
19
+ <row corporationID="301571181" startDate="2007-01-09 01:59:00" />
20
+ <row corporationID="320162553" startDate="2007-04-17 18:52:00" />
21
+ <row corporationID="345460605" startDate="2006-10-04 01:21:00" />
22
+ <row corporationID="366919485" startDate="2006-10-05 04:50:00" />
23
+ <row corporationID="366934571" startDate="2007-11-11 00:58:00" />
24
+ <row corporationID="425524657" startDate="2006-10-09 14:19:00" />
25
+ <row corporationID="440606989" startDate="2006-12-21 02:16:00" />
26
+ <row corporationID="462315846" startDate="2007-04-15 06:37:00" />
27
+ <row corporationID="464003051" startDate="2007-03-26 04:37:00" />
28
+ <row corporationID="506391558" startDate="2007-02-24 17:02:00" />
29
+ <row corporationID="586742184" startDate="2007-08-01 03:47:00" />
30
+ <row corporationID="620565653" startDate="2007-06-14 01:54:00" />
31
+ <row corporationID="632094558" startDate="2007-10-06 00:06:00" />
32
+ <row corporationID="639241770" startDate="2006-06-04 20:03:00" />
33
+ <row corporationID="661309820" startDate="2007-07-18 23:16:00" />
34
+ <row corporationID="666949527" startDate="2007-02-25 15:11:00" />
35
+ <row corporationID="725842137" startDate="2006-06-04 06:13:00" />
36
+ <row corporationID="749147334" startDate="2006-06-03 00:50:00" />
37
+ <row corporationID="752548892" startDate="2006-06-04 06:13:00" />
38
+ <row corporationID="774512347" startDate="2007-05-08 12:53:00" />
39
+ <row corporationID="777850472" startDate="2007-11-05 17:47:00" />
40
+ <row corporationID="791739913" startDate="2006-06-08 20:47:00" />
41
+ <row corporationID="798728968" startDate="2006-06-08 20:47:00" />
42
+ <row corporationID="807578199" startDate="2006-06-05 00:03:00" />
43
+ <row corporationID="852873064" startDate="2006-08-24 03:14:00" />
44
+ <row corporationID="867485686" startDate="2006-11-13 14:19:00" />
45
+ <row corporationID="917715058" startDate="2006-08-30 13:10:00" />
46
+ <row corporationID="946026178" startDate="2007-10-31 05:30:00" />
47
+ <row corporationID="963741269" startDate="2007-05-02 17:25:00" />
48
+ <row corporationID="966890704" startDate="2006-12-10 01:43:00" />
49
+ <row corporationID="976414815" startDate="2007-02-06 00:22:00" />
50
+ <row corporationID="1044849054" startDate="2007-02-13 20:40:00" />
51
+ <row corporationID="1060719951" startDate="2007-08-21 22:44:00" />
52
+ <row corporationID="1092657890" startDate="2006-08-30 13:10:00" />
53
+ <row corporationID="1164340461" startDate="2007-10-22 00:54:00" />
54
+ <row corporationID="1168320461" startDate="2007-08-07 19:37:00" />
55
+ <row corporationID="1173467637" startDate="2007-11-12 06:22:00" />
56
+ <row corporationID="1510892525" startDate="2007-11-10 12:58:00" />
57
+ <row corporationID="1601999271" startDate="2007-10-24 18:44:00" />
58
+ <row corporationID="1643102946" startDate="2007-10-29 05:43:00" />
59
+ <row corporationID="1656546194" startDate="2007-10-30 16:30:00" />
60
+ <row corporationID="1669587463" startDate="2007-11-01 16:52:00" />
61
+ <row corporationID="1674914345" startDate="2007-11-19 19:06:00" />
62
+ <row corporationID="1723600819" startDate="2007-11-19 19:06:00" />
63
+ <row corporationID="1768582662" startDate="2007-11-13 00:15:00" />
64
+ </rowset>
65
+ </row>
66
+ <row name="Knights Of the Southerncross" shortName="KOS" allianceID="826025559" executorCorpID="128497929" memberCount="3810" startDate="2005-11-11 01:07:00">
67
+ <rowset name="memberCorporations" key="corporationID" columns="corporationID,startDate">
68
+ <row corporationID="121543271" startDate="2007-07-05 23:13:00" />
69
+ <row corporationID="127395516" startDate="2007-05-23 21:49:00" />
70
+ <row corporationID="128497929" startDate="2005-11-11 01:07:00" />
71
+ <row corporationID="145146698" startDate="2007-11-05 18:49:00" />
72
+ <row corporationID="149939958" startDate="2006-08-13 08:18:00" />
73
+ <row corporationID="152859689" startDate="2007-09-18 02:45:00" />
74
+ <row corporationID="196368070" startDate="2006-02-27 23:08:00" />
75
+ <row corporationID="204646672" startDate="2007-04-30 16:31:00" />
76
+ <row corporationID="211665191" startDate="2006-10-03 22:10:00" />
77
+ <row corporationID="236078521" startDate="2007-08-25 16:28:00" />
78
+ <row corporationID="241862414" startDate="2007-04-07 00:14:00" />
79
+ <row corporationID="272241800" startDate="2006-09-05 20:21:00" />
80
+ <row corporationID="289842183" startDate="2007-10-14 20:33:00" />
81
+ <row corporationID="298942571" startDate="2007-11-08 02:59:00" />
82
+ <row corporationID="307947949" startDate="2007-10-09 19:27:00" />
83
+ <row corporationID="334941285" startDate="2007-05-02 02:51:00" />
84
+ <row corporationID="347872789" startDate="2007-01-08 18:38:00" />
85
+ <row corporationID="363783652" startDate="2007-12-12 00:41:00" />
86
+ <row corporationID="381597667" startDate="2007-08-24 15:57:00" />
87
+ <row corporationID="387363746" startDate="2007-09-09 05:29:00" />
88
+ <row corporationID="433465966" startDate="2007-07-03 16:30:00" />
89
+ <row corporationID="441138237" startDate="2007-11-03 16:44:00" />
90
+ <row corporationID="473721389" startDate="2007-08-14 14:17:00" />
91
+ <row corporationID="483571645" startDate="2007-08-20 04:03:00" />
92
+ <row corporationID="528772830" startDate="2007-03-31 00:00:00" />
93
+ <row corporationID="530585073" startDate="2007-12-10 15:48:00" />
94
+ <row corporationID="534241294" startDate="2007-11-17 23:22:00" />
95
+ <row corporationID="541953458" startDate="2007-04-02 18:08:00" />
96
+ <row corporationID="553835714" startDate="2007-12-11 01:48:00" />
97
+ <row corporationID="582643049" startDate="2007-09-16 00:48:00" />
98
+ <row corporationID="583448794" startDate="2007-10-19 01:44:00" />
99
+ <row corporationID="588904421" startDate="2007-07-23 18:58:00" />
100
+ <row corporationID="598131495" startDate="2006-05-21 18:45:00" />
101
+ <row corporationID="600396665" startDate="2007-10-26 23:01:00" />
102
+ <row corporationID="609085454" startDate="2007-04-19 23:47:00" />
103
+ <row corporationID="611011305" startDate="2006-01-19 01:58:00" />
104
+ <row corporationID="657280693" startDate="2007-08-31 23:17:00" />
105
+ <row corporationID="663782292" startDate="2007-07-22 22:35:00" />
106
+ <row corporationID="690324851" startDate="2006-08-28 02:35:00" />
107
+ <row corporationID="740000503" startDate="2007-07-19 05:31:00" />
108
+ <row corporationID="759918557" startDate="2007-04-03 17:41:00" />
109
+ <row corporationID="795923095" startDate="2007-10-16 19:53:00" />
110
+ <row corporationID="830022913" startDate="2007-08-16 02:12:00" />
111
+ <row corporationID="852883611" startDate="2007-03-19 16:07:00" />
112
+ <row corporationID="861331987" startDate="2007-11-23 02:27:00" />
113
+ <row corporationID="871161669" startDate="2007-10-31 22:37:00" />
114
+ <row corporationID="878224338" startDate="2007-11-28 13:13:00" />
115
+ <row corporationID="911354212" startDate="2007-10-04 04:28:00" />
116
+ <row corporationID="921854522" startDate="2007-10-01 03:35:00" />
117
+ <row corporationID="932955714" startDate="2007-11-18 23:30:00" />
118
+ <row corporationID="949303857" startDate="2007-08-09 16:46:00" />
119
+ <row corporationID="949604925" startDate="2007-11-21 17:21:00" />
120
+ <row corporationID="955303572" startDate="2007-07-26 23:42:00" />
121
+ <row corporationID="957577947" startDate="2007-06-18 03:35:00" />
122
+ <row corporationID="995575543" startDate="2007-08-20 18:19:00" />
123
+ <row corporationID="1001972375" startDate="2007-10-12 22:20:00" />
124
+ <row corporationID="1084783281" startDate="2007-10-15 17:02:00" />
125
+ <row corporationID="1125120611" startDate="2006-06-07 05:23:00" />
126
+ <row corporationID="1126275812" startDate="2007-12-19 21:49:00" />
127
+ <row corporationID="1138843075" startDate="2007-10-12 01:14:00" />
128
+ <row corporationID="1152699150" startDate="2007-09-17 19:45:00" />
129
+ <row corporationID="1242224705" startDate="2007-11-11 16:22:00" />
130
+ <row corporationID="1253765816" startDate="2007-11-07 21:59:00" />
131
+ <row corporationID="1285587040" startDate="2007-12-12 00:41:00" />
132
+ <row corporationID="1285851200" startDate="2007-12-05 21:53:00" />
133
+ <row corporationID="1311226702" startDate="2007-11-01 16:28:00" />
134
+ <row corporationID="1334861542" startDate="2007-10-16 21:53:00" />
135
+ <row corporationID="1346417903" startDate="2006-05-07 00:00:00" />
136
+ <row corporationID="1371382370" startDate="2007-10-31 22:37:00" />
137
+ <row corporationID="1470856323" startDate="2007-12-04 19:03:00" />
138
+ <row corporationID="1479977680" startDate="2007-11-08 19:06:00" />
139
+ <row corporationID="1534045719" startDate="2007-05-04 02:32:00" />
140
+ <row corporationID="1591312213" startDate="2007-09-29 22:41:00" />
141
+ <row corporationID="1637982127" startDate="2007-11-29 23:32:00" />
142
+ <row corporationID="1654520560" startDate="2007-11-07 01:41:00" />
143
+ <row corporationID="1747003004" startDate="2007-11-10 00:11:00" />
144
+ <row corporationID="1748140007" startDate="2007-12-03 14:48:00" />
145
+ <row corporationID="1754359856" startDate="2007-05-23 22:49:00" />
146
+ <row corporationID="1841876681" startDate="2007-11-21 01:26:00" />
147
+ <row corporationID="1947310594" startDate="2007-12-05 21:53:00" />
148
+ <row corporationID="1991488321" startDate="2007-12-10 08:08:00" />
149
+ </rowset>
150
+ </row>
151
+ <row name="Band of Brothers" shortName="BOB" allianceID="632866070" executorCorpID="844498619" memberCount="2788" startDate="2005-07-07 17:51:00">
152
+ <rowset name="memberCorporations" key="corporationID" columns="corporationID,startDate">
153
+ <row corporationID="144749962" startDate="2005-07-08 18:29:00" />
154
+ <row corporationID="337511996" startDate="2007-09-03 12:14:00" />
155
+ <row corporationID="363058213" startDate="2005-07-08 20:29:00" />
156
+ <row corporationID="368552768" startDate="2006-09-07 18:38:00" />
157
+ <row corporationID="402487260" startDate="2007-08-10 22:00:00" />
158
+ <row corporationID="422422586" startDate="2007-09-04 13:57:00" />
159
+ <row corporationID="486396554" startDate="2007-06-21 15:22:00" />
160
+ <row corporationID="498167695" startDate="2005-07-07 17:51:00" />
161
+ <row corporationID="561425375" startDate="2005-07-08 18:29:00" />
162
+ <row corporationID="785462427" startDate="2007-06-24 03:49:00" />
163
+ <row corporationID="844498619" startDate="2006-12-14 23:53:00" />
164
+ <row corporationID="935907718" startDate="2006-04-03 14:16:00" />
165
+ <row corporationID="982307495" startDate="2007-04-29 10:38:00" />
166
+ </rowset>
167
+ </row>
168
+ </rowset>
169
+ </result>
170
+ <cachedUntil>2007-12-19 23:30:59</cachedUntil>
171
+ </eveapi>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2007-12-18 18:27:27</currentTime>
4
+ <result>
5
+ <rowset columns="itemID,locationID,typeID,quantity,flag,singleton" name="assets" key="itemID">
6
+ <row typeid="222" itemid="427545405" singleton="0" quantity="100" flag="4" locationid="60004390">
7
+ <row typeid="649" itemid="543447240" singleton="1" quantity="1" flag="4" locationid="60003913">
8
+ <rowset columns="itemID,typeID,quantity,flag,singleton" name="contents" key="itemID">
9
+ <row typeid="11489" itemid="782544272" singleton="1" quantity="1" flag="5">
10
+ </row></rowset>
11
+ </row>
12
+ </row><row typeid="222" itemid="550639494" singleton="0" quantity="100" flag="4" locationid="60004384">
13
+ </row><row typeid="7447" itemid="591233762" singleton="0" quantity="1" flag="4" locationid="60003865">
14
+ </row><row typeid="9668" itemid="591233776" singleton="0" quantity="1" flag="4" locationid="60003865">
15
+ </row><row typeid="7409" itemid="591233791" singleton="0" quantity="1" flag="4" locationid="60003865">
16
+ </row><row typeid="5441" itemid="591233797" singleton="0" quantity="1" flag="4" locationid="60003865">
17
+ </row><row typeid="14280" itemid="591233811" singleton="0" quantity="1" flag="4" locationid="60003865">
18
+ </row><row typeid="14358" itemid="591233816" singleton="0" quantity="50" flag="4" locationid="60003865">
19
+ </row><row typeid="215" itemid="627545204" singleton="0" quantity="1" flag="4" locationid="60002296">
20
+ </row><row typeid="530" itemid="673815728" singleton="0" quantity="3" flag="4" locationid="60003865">
21
+ </row><row typeid="444" itemid="673815903" singleton="0" quantity="1" flag="4" locationid="60003865">
22
+ </row><row typeid="533" itemid="681785163" singleton="0" quantity="1" flag="4" locationid="60003865">
23
+ </row><row typeid="11740" itemid="781256936" singleton="0" quantity="1" flag="4" locationid="60003865">
24
+ </row><row typeid="11489" itemid="782544130" singleton="1" quantity="1" flag="4" locationid="60003865">
25
+ </row><row typeid="51" itemid="1125520018" singleton="1" quantity="1" flag="4" locationid="60014545">
26
+ </row><row typeid="602" itemid="1943266444" singleton="0" quantity="1" flag="4" locationid="60003865">
27
+ </row><row typeid="12865" itemid="1812312532" singleton="0" quantity="18" flag="4" locationid="60003865">
28
+ </row><row typeid="25373" itemid="1711554909" singleton="0" quantity="30" flag="4" locationid="60003865">
29
+ </row></rowset>
30
+ </result>
31
+ <cacheduntil>2007-12-19 17:27:27</cacheduntil>
32
+ </eveapi>
@@ -0,0 +1,6 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-21 11:01:10</currentTime>
3
+ <resn
4
+ </result>
5
+ <cachedUntil>2007-06-21 11:01:20</cachedUntil>
6
+ </eveapi>
@@ -0,0 +1,231 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-12-07 17:24:08</currentTime>
4
+ <result>
5
+ <rowset name="categories" key="categoryID" columns="categoryID,categoryName">
6
+ <row categoryID="3" categoryName="Core">
7
+ <rowset name="classes" key="classID" columns="classID,className">
8
+ <row classID="2" className="Core Fitting">
9
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
10
+ <row certificateID="5" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence in fitting ships. It certifies that the holder is able to use baseline modules which improve power and CPU capabilities such as Co-Processors, Power Diagnostic Systems and Reactor Control Units. This is the first step towards broadening your fitting options.">
11
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
12
+ <row typeID="3413" level="3" />
13
+ <row typeID="3424" level="2" />
14
+ <row typeID="3426" level="3" />
15
+ <row typeID="3432" level="1" />
16
+ </rowset>
17
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade" />
18
+ </row>
19
+ <row certificateID="8" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence in fitting ships. It certifies that the holder has maximized their fitting capabilities. You have now reached the point where you should be able to use any valid module configuration without fitting issues.">
20
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
21
+ <row typeID="11207" level="5" />
22
+ </rowset>
23
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
24
+ <row certificateID="7" grade="1" />
25
+ </rowset>
26
+ </row>
27
+ <row certificateID="7" grade="3" corporationID="1000125" description="This certificate represents an improved level of competence in fitting ships. It certifies that the holder is able to use all available fitting modules. At this stage you have an extremely wide range of fitting options available.">
28
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
29
+ <row typeID="3424" level="5" />
30
+ <row typeID="3432" level="5" />
31
+ <row typeID="11207" level="4" />
32
+ </rowset>
33
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
34
+ <row certificateID="6" grade="1" />
35
+ </rowset>
36
+ </row>
37
+ <row certificateID="6" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence in fitting ships. It certifies that the holder is able to use Micro Auxiliary Power Cores and many Tech 2 fitting modules. The holder knows that MAPCs are the best way to increase power output on Frigate-class ships. This provides you with a broad range of fitting options">
38
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
39
+ <row typeID="3318" level="4" />
40
+ <row typeID="3413" level="5" />
41
+ <row typeID="3418" level="4" />
42
+ <row typeID="3426" level="5" />
43
+ <row typeID="3432" level="4" />
44
+ </rowset>
45
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
46
+ <row certificateID="5" grade="1" />
47
+ </rowset>
48
+ </row>
49
+ </rowset>
50
+ </row>
51
+ <row classID="3" className="Core Capacitor">
52
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
53
+ <row certificateID="1" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence in capacitor functionality. It certifies that the holder can fit all Tech 1 capacitor-related modules and has baseline skills in capacitor recharge and base capacity. This enables you to somewhat optimize your capacitor and run a variety of modules without running out of capacitor power.">
54
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
55
+ <row typeID="3417" level="3" />
56
+ <row typeID="3418" level="3" />
57
+ <row typeID="3424" level="2" />
58
+ </rowset>
59
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade" />
60
+ </row>
61
+ <row certificateID="4" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence in capacitor functionality. It certifies that the holder has maximized their capacitor-related skills. At this point you can run a huge range of configurations without worrying about capacitor usage.">
62
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
63
+ <row typeID="3418" level="5" />
64
+ </rowset>
65
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
66
+ <row certificateID="2" grade="1" />
67
+ </rowset>
68
+ </row>
69
+ <row certificateID="2" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence in capacitor functionality. It certifies that the holder can fit all available capacitor-related modules and has good capacitor skills. The holder is aware that increasing base recharge and capacity both increase their capacitor's overall recharge rate. At this stage you can optimize capacitor flow and run a large number of modules without capacitor concerns.">
70
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
71
+ <row typeID="3417" level="5" />
72
+ <row typeID="3418" level="4" />
73
+ <row typeID="3424" level="4" />
74
+ </rowset>
75
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
76
+ <row certificateID="1" grade="1" />
77
+ </rowset>
78
+ </row>
79
+ </rowset>
80
+ </row>
81
+ <row classID="4" className="Core Targeting">
82
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
83
+ <row certificateID="10" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence with targeting systems. It certifies that the holder has considerable skill in target acquisition and management and is able to use all targeting-related modules. This allows you to lock a large number of targets very quickly and at long range.">
84
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
85
+ <row typeID="3428" level="4" />
86
+ <row typeID="3431" level="4" />
87
+ <row typeID="3432" level="5" />
88
+ <row typeID="3430" level="1" />
89
+ </rowset>
90
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
91
+ <row certificateID="9" grade="1" />
92
+ </rowset>
93
+ </row>
94
+ <row certificateID="11" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence with targeting systems. It certifies that the holder has unsurpassed skill in target acquisition and management. This allows you to lock a huge number of targets almost instantaneously and at extreme range.">
95
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
96
+ <row typeID="3428" level="5" />
97
+ <row typeID="3431" level="5" />
98
+ <row typeID="3430" level="3" />
99
+ </rowset>
100
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
101
+ <row certificateID="10" grade="1" />
102
+ </rowset>
103
+ </row>
104
+ <row certificateID="9" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence with targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This allows you to lock a number of targets quickly and at medium range.">
105
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
106
+ <row typeID="3428" level="2" />
107
+ <row typeID="3429" level="4" />
108
+ <row typeID="3431" level="3" />
109
+ <row typeID="3432" level="1" />
110
+ </rowset>
111
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade" />
112
+ </row>
113
+ </rowset>
114
+ </row>
115
+ <row classID="5" className="Core Navigation">
116
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
117
+ <row certificateID="12" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence in ship handling. It certifies that the holder has a solid base of skills relating to speed and agility. Once you qualify for this certificate your ships will move and turn that little bit faster.">
118
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
119
+ <row typeID="3327" level="3" />
120
+ <row typeID="3449" level="3" />
121
+ <row typeID="3453" level="2" />
122
+ <row typeID="3455" level="2" />
123
+ </rowset>
124
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade" />
125
+ </row>
126
+ <row certificateID="3" grade="3" corporationID="1000125" description="This certificate represents an improved level of competence in ship handling. It certifies that the holder can push their ship's speed to its design maximums, as well as turning rapidly and warping efficiently. The holder is aware that the amount of capacitor used when warping depends on skill, distance and shiptype. Once you qualify for this certificate your ships will easily outrun lesser pilots.">
127
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
128
+ <row typeID="3327" level="5" />
129
+ <row typeID="3449" level="5" />
130
+ <row typeID="3453" level="4" />
131
+ <row typeID="3455" level="4" />
132
+ </rowset>
133
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
134
+ <row certificateID="13" grade="1" />
135
+ </rowset>
136
+ </row>
137
+ <row certificateID="13" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence in ship handling. It certifies that the holder has a good spread of skills relating to speed and agility. Once you qualify for this certificate your ships will &quot;turn and burn&quot; in a much more responsive manner.">
138
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
139
+ <row typeID="3449" level="4" />
140
+ <row typeID="3455" level="3" />
141
+ <row typeID="3453" level="3" />
142
+ <row typeID="3327" level="4" />
143
+ </rowset>
144
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
145
+ <row certificateID="12" grade="1" />
146
+ </rowset>
147
+ </row>
148
+ <row certificateID="14" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence in ship handling. It certifies that the holder has unsurpassed skills in ship speed, agility and warp efficiency. Once you qualify for this certificate you'll find that your ship responds almost before you've issued the order, and you'll cross vast distances in warp with minimal capacitor use.">
149
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
150
+ <row typeID="3453" level="5" />
151
+ <row typeID="3455" level="5" />
152
+ </rowset>
153
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
154
+ <row certificateID="3" grade="1" />
155
+ </rowset>
156
+ </row>
157
+ </rowset>
158
+ </row>
159
+ <row classID="6" className="Core Competency">
160
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
161
+ <row certificateID="16" grade="2" corporationID="1000125" description="This certificate represents a standard skillset in core skills. It certifies that the holder has a standard level of competence in core areas of fitting, capacitor, targeting, integrity and navigation. This gives you a well-rounded core of skills to build a profession on.">
162
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel" />
163
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
164
+ <row certificateID="2" grade="1" />
165
+ <row certificateID="6" grade="1" />
166
+ <row certificateID="10" grade="1" />
167
+ <row certificateID="13" grade="1" />
168
+ <row certificateID="15" grade="1" />
169
+ <row certificateID="20" grade="1" />
170
+ </rowset>
171
+ </row>
172
+ <row certificateID="18" grade="5" corporationID="1000125" description="This certificate represents an elite skillset in core skills. It certifies that the holder has an elite level of competence in core areas of fitting, capacitor, targeting, integrity and navigation. This forms an exceptionally strong core skillset which will benefit you in any profession you choose to pursue.">
173
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel" />
174
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
175
+ <row certificateID="4" grade="1" />
176
+ <row certificateID="8" grade="1" />
177
+ <row certificateID="11" grade="1" />
178
+ <row certificateID="14" grade="1" />
179
+ <row certificateID="16" grade="1" />
180
+ <row certificateID="21" grade="1" />
181
+ </rowset>
182
+ </row>
183
+ <row certificateID="15" grade="1" corporationID="1000125" description="This certificate represents a basic skillset in core skills. It certifies that the holder has a basic level of competence in core areas of fitting, capacitor, targeting, integrity and navigation. This gives you a solid foundation to build from.">
184
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel" />
185
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
186
+ <row certificateID="1" grade="1" />
187
+ <row certificateID="5" grade="1" />
188
+ <row certificateID="9" grade="1" />
189
+ <row certificateID="12" grade="1" />
190
+ <row certificateID="19" grade="1" />
191
+ </rowset>
192
+ </row>
193
+ </rowset>
194
+ </row>
195
+ <row classID="7" className="Core Integrity">
196
+ <rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
197
+ <row certificateID="19" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence in structural integrity management. It certifies that the holder has solid damage-absorbtion skills. This will allow you to hold together for longer in combat before exploding.">
198
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
199
+ <row typeID="3392" level="3" />
200
+ <row typeID="3394" level="3" />
201
+ <row typeID="3419" level="3" />
202
+ </rowset>
203
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade" />
204
+ </row>
205
+ <row certificateID="20" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence in structural integrity management. It certifies that the holder has Good damage-absorbtion skills. This will allow you to last considerably longer in combat, perhaps giving you the edge you need to secure victory.">
206
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
207
+ <row typeID="3392" level="4" />
208
+ <row typeID="3394" level="4" />
209
+ <row typeID="3419" level="4" />
210
+ </rowset>
211
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
212
+ <row certificateID="19" grade="1" />
213
+ </rowset>
214
+ </row>
215
+ <row certificateID="21" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence in structural integrity management. It certifies that the holder has outstanding damage-absorbtion skills. This will allow you to last for long periods in combat, giving you plenty of time to defeat lesser opponents.">
216
+ <rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
217
+ <row typeID="3392" level="5" />
218
+ <row typeID="3394" level="5" />
219
+ <row typeID="3419" level="5" />
220
+ </rowset>
221
+ <rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
222
+ <row certificateID="20" grade="1" />
223
+ </rowset>
224
+ </row>
225
+ </rowset>
226
+ </row>
227
+ </rowset>
228
+ </row>
229
+ </rowset>
230
+ </result>
231
+ </eveapi>
@@ -0,0 +1,18 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-06-29 20:22:03</currentTime>
4
+ <result>
5
+ <factionID>500001</factionID>
6
+ <factionName>Caldari State</factionName>
7
+ <enlisted>2008-06-13 20:38:00</enlisted>
8
+ <currentRank>1</currentRank>
9
+ <highestRank>2</highestRank>
10
+ <killsYesterday>3</killsYesterday>
11
+ <killsLastWeek>4</killsLastWeek>
12
+ <killsTotal>5</killsTotal>
13
+ <victoryPointsYesterday>124</victoryPointsYesterday>
14
+ <victoryPointsLastWeek>124</victoryPointsLastWeek>
15
+ <victoryPointsTotal>506</victoryPointsTotal>
16
+ </result>
17
+ <cachedUntil>2008-06-29 21:22:03</cachedUntil>
18
+ </eveapi>
@@ -0,0 +1,12 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-12-09 16:07:35</currentTime>
4
+ <result>
5
+ <rowset name="currentCorporation" key="medalID" columns="medalID,reason,status,issuerID,issued">
6
+ <row medalID="5990" reason="Making VAF Mart which defined VAF as a corp and made us known to Eve Universe" status="public" issuerID="1570039227" issued="2008-11-30 21:17:08" />
7
+ </rowset>
8
+ <rowset name="otherCorporations" key="medalID" columns="medalID,reason,status,issuerID,issued,corporationID,title,description" />
9
+ </result>
10
+
11
+ <cachedUntil>2008-12-10 15:07:35</cachedUntil>
12
+ </eveapi>