Skip to content

Commit bef8783

Browse files
committed
Move all documents from esi-issues over
1 parent 5c07ed9 commit bef8783

20 files changed

+2029
-1
lines changed

CONTRIBUTORS

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Add your real and/or character name under this comment
2+
# if you contribute to this documentation:
3+
4+
5+
# This section contains a list of people who've made contributions
6+
# to the EVE Online Third-Party Developer Documentation project
7+
# and exists to show historical contributions.
8+
9+
Alex "Zaphoon" McLain
10+
Captain Thunk
11+
"Carbon Alabel"
12+
Dan "croakroach" Wilson
13+
David "GrayLensman" Fairclough
14+
Ed "Ortho Loess" Landamore
15+
Erik Kalkoken
16+
Evgeniy "Kasarch" Dolgikh
17+
George "Blacksmoke16" Dietrich
18+
"graywolf"
19+
Henning Gerhardt
20+
Jon "garrus 4 vakarian" O'Brien
21+
Jim "Capt Out" Purbrick
22+
Jimi "Desmont McCallock" C
23+
John "Whinis/Equto" Turner
24+
José "Zetto" Carlos Candido
25+
Knuth "Hel O'Ween" Konrad
26+
Mark "Salacious Necrosis" Astley
27+
Matt "Celeo Servasse" Boulanger
28+
Matthias "Genghis Khane" Walthart
29+
Michael Bahr
30+
Michael "CainAU3" McMullen
31+
Nicholas "narthollis" Steicke
32+
Philippe "Socapex" Groarke
33+
Regner "CCP FoxFour" Blok-Andersen
34+
Robert "Vincent Eneticum" Schuh
35+
Rowan "Louis Vitton" Matulis
36+
Ryan "Sable Blitzmann" Holmes
37+
Sharay "Remy Hart" Logan
38+
Stefan "redCube" Hojer
39+
Tine "mentos1386" Jozelj

LICENSE

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright © 2015 CCP hf.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included
12+
in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
THERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
20+
OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+40-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
33
# ESI Documentation
44
ESI is the name of EVE Online's publicly available API, allowing you to query the game itself to get info about your character, corporation and more. This documentation can be used as a jumping off point to learn how to begin developing against ESI or as a place to learn some of the ESI concepts that are harder to grasp.
55

6-
This repo replaces https://github.com/ccpgames/eveonline-third-party-documentation, which used to be used for all documentation surrounding EVE Online third party development.
6+
This repo replaces https://github.com/ccpgames/eveonline-third-party-documentation, which used to be used for all documentation surrounding EVE Online third party development and the relevant resources from that repository have been moved to this one. Thank you to all who helped maintain it.
77

88
We appreciate help from the EVE Online community and encourage pull requests if you feel any documentation is missing. Our wonderful [ESI community](https://github.com/esi/esi-issues#esi-community) helps to moderate this documentation.
9+
10+
## Important Online Resources
11+
The following is a list of important online resources for ESI development.
12+
13+
* Watch the [third party developer blog](https://developers.eveonline.com/blog) for updates about ESI.
14+
* Make bug or feature requests at our [esi-issues](https://github.com/esi/esi-issues) Github page.
15+
* For real time discussion about ESI join us on our #esi channel in Slack by following [these instructions](https://www.fuzzwork.co.uk/tweetfleet-slack-invites/).
16+
17+
## Table of Contents
18+
If you're adding a new document, please be sure to include a link here somewhere.
19+
20+
### General
21+
22+
- [ESI Introduction](docs/esi_introduction.md)
23+
- [Frequently Asked Questions](docs/FAQ.md)
24+
- [Third Party Libraries](docs/third_party_libraries.md)
25+
- [Transitioning from XML](docs/XML_to_ESI.md)
26+
- [Transitioning from CREST](docs/CREST_to_ESI.md)
27+
- [What defines a breaking change](docs/breaking_changes.md)
28+
- [Warning headers explained](docs/warning_header.md)
29+
30+
### Using ESI Data
31+
32+
- [Dogma](docs/dogma.md)
33+
- [Useful Formulae](docs/useful_formulae.md)
34+
- [Asset location_id](docs/asset_location_id.md)
35+
36+
### Static Data Export
37+
38+
- [SDE Introduction](docs/sde_introduction.md)
39+
- [SDE Conversions](docs/sde_conversions.md)
40+
41+
### Community FAQs
42+
43+
- [Guidelines](docs/guidelines.md)
44+
- [Best Practices](docs/best_practices.md)
45+
- [Quick Reference URLs](docs/quick_reference.md)
46+
- [Image Server](docs/image_server.md)
47+
- [Developer License](docs/developer_license.md)

0 commit comments

Comments
 (0)