forked from EDCD/EDMarketConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1,061 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
Disclaimer | ||
-------- | ||
## Disclaimer | ||
|
||
This app uses the “Companion” web API that Frontier originally supplied for their Elite Dangerous iOS app and now [support](https://forums.frontier.co.uk/showthread.php?t=218658&p=3371472#post3371472) for third-party apps. However this API could go away at some time in the future - in which case this app will cease to work. | ||
|
||
## Acknowledgements | ||
|
||
- Thanks to [Marginal](https://github.com/Marginal), the original developer, for all his hard work over the years. | ||
- “Elite: Dangerous” is © 1984 - 2019 Frontier Developments plc. | ||
- Thanks to Cmdr Zhixian Wu for the Chinese (Simplified) translation. | ||
- Thanks to Cmdrs CatfoodCZ, Mike Stix & DaraCZ for the Czech translation. | ||
- Thanks to Cmdr CoolBreeze for the Dutch translation. | ||
- Thanks to Cmdr FreezeFIN for the Finnish translation. | ||
- Thanks to [Cmdr Anthor](https://edsm.net/) for the French translation. | ||
- Thanks to Cmdr DragoCubX for keeping the German translation up to date. | ||
- Thanks to Cmdr Wormhole for the Hungarian translation. | ||
- Thanks to [Cmdr Koreldan](http://ed-map.eu/) for the Italian translation. | ||
- Thanks to Cmdr magni1200s for the Japanese translation. | ||
- Thanks to Cmdr bubis7 for the Latvian translation. | ||
- Thanks to Cmdr Amarok 73 for the Polish translation. | ||
- Thanks to Cmdrs Pivatto (@rafaelpivatto), Moraes (@wesleymoura), Wladimir JRC, and Warlord from Cobra Wing for the Portuguese (Brazil) translation. | ||
- Thanks to Carlos Oliveira (@idontcare1996) for the Portuguese (Portugal) translation. | ||
- Thanks to Shadow Panther for keeping the Russian translation up to date. | ||
- Thanks to Cmdr SuperBrain for the Serbian translation. | ||
- Thanks to Armando Ota for the Slovenian translation. | ||
- Thanks to Cmdr Mila Strelok for the Spanish translation. | ||
- Thanks to Taras Velychko for the Ukranian translation. | ||
- Thanks to Gurra for the Swedish translation. | ||
- Thanks to [Athanasius](https://github.com/Athanasius) for the port to Python | ||
3, and taking over as principle maintainer mid-June 2020. | ||
- Thanks to [Ian Norton](https://github.com/inorton) for plugin support. | ||
- Thanks to [A_D](https://github.com/A-UNDERSCORE-D) for general | ||
programming contributions, and being endlessly patient with Athanasius as he learned better Python practices. | ||
- Thanks to [Cmdr Anthor](https://github.com/EDSM-NET) and [James Muscat](https://github.com/jamesremuscat) for [EDDN](https://github.com/EDCD/EDDN/wiki). | ||
- Thanks to [Andargor](https://github.com/Andargor) for the idea of using the “Companion” interface in [edce-client](https://github.com/Andargor/edce-client). | ||
- Uses [Python Keyring Lib](https://github.com/jaraco/keyring) by Jason R. Coombs, Kang Zhang, et al. | ||
- Uses [Sparkle](https://github.com/sparkle-project/Sparkle) by [Andy Matuschak](http://andymatuschak.org/) and the [Sparkle Project](https://github.com/sparkle-project). | ||
- Uses [WinSparkle](https://github.com/vslavik/winsparkle/wiki) by [Václav Slavík](https://github.com/vslavik). | ||
- Uses [OneSky](http://www.oneskyapp.com/) for [translation management](https://marginal.oneskyapp.com/collaboration/project?id=52710). | ||
- Uses "Euro Caps" font by [Tom Oetken](https://www.dafont.com/profile.php?user=298681). | ||
|
||
## License | ||
|
||
Acknowledgements | ||
-------- | ||
* Thanks to [Marginal](https://github.com/Marginal), the original developer, for all his hard work over the years. | ||
* “Elite: Dangerous” is © 1984 - 2019 Frontier Developments plc. | ||
* Thanks to Cmdr Zhixian Wu for the Chinese (Simplified) translation. | ||
* Thanks to Cmdrs CatfoodCZ, Mike Stix & DaraCZ for the Czech translation. | ||
* Thanks to Cmdr CoolBreeze for the Dutch translation. | ||
* Thanks to Cmdr FreezeFIN for the Finnish translation. | ||
* Thanks to [Cmdr Anthor](https://edsm.net/) for the French translation. | ||
* Thanks to Cmdr DragoCubX for keeping the German translation up to date. | ||
* Thanks to Cmdr Wormhole for the Hungarian translation. | ||
* Thanks to [Cmdr Koreldan](http://ed-map.eu/) for the Italian translation. | ||
* Thanks to Cmdr magni1200s for the Japanese translation. | ||
* Thanks to Cmdr bubis7 for the Latvian translation. | ||
* Thanks to Cmdr Amarok 73 for the Polish translation. | ||
* Thanks to Cmdrs Pivatto (@rafaelpivatto), Moraes (@wesleymoura), Wladimir JRC, and Warlord from Cobra Wing for the Portuguese (Brazil) translation. | ||
* Thanks to Carlos Oliveira (@idontcare1996) for the Portuguese (Portugal) translation. | ||
* Thanks to Shadow Panther for keeping the Russian translation up to date. | ||
* Thanks to Cmdr SuperBrain for the Serbian translation. | ||
* Thanks to Armando Ota for the Slovenian translation. | ||
* Thanks to Cmdr Mila Strelok for the Spanish translation. | ||
* Thanks to Taras Velychko for the Ukranian translation. | ||
* Thanks to Gurra for the Swedish translation. | ||
* Thanks to [Athanasius](https://github.com/Athanasius) for the port to Python | ||
3, and taking over as principle maintainer mid-June 2020. | ||
* Thanks to [Ian Norton](https://github.com/inorton) for plugin support. | ||
* Thanks to [A_D](https://github.com/A-UNDERSCORE-D) for general | ||
programming contributions, and being endlessly patient with Athanasius as he learned better Python practices. | ||
* Thanks to [Cmdr Anthor](https://github.com/EDSM-NET) and [James Muscat](https://github.com/jamesremuscat) for [EDDN](https://github.com/EDCD/EDDN/wiki). | ||
* Thanks to [Andargor](https://github.com/Andargor) for the idea of using the “Companion” interface in [edce-client](https://github.com/Andargor/edce-client). | ||
* Uses [Python Keyring Lib](https://github.com/jaraco/keyring) by Jason R. Coombs, Kang Zhang, et al. | ||
* Uses [Sparkle](https://github.com/sparkle-project/Sparkle) by [Andy Matuschak](http://andymatuschak.org/) and the [Sparkle Project](https://github.com/sparkle-project). | ||
* Uses [WinSparkle](https://github.com/vslavik/winsparkle/wiki) by [Václav Slavík](https://github.com/vslavik). | ||
* Uses [OneSky](http://www.oneskyapp.com/) for [translation management](https://marginal.oneskyapp.com/collaboration/project?id=52710). | ||
* Uses "Euro Caps" font by [Tom Oetken](https://www.dafont.com/profile.php?user=298681). | ||
|
||
License | ||
------- | ||
Copyright © 2015-2019 Jonathan Harris, 2020 EDCD. | ||
|
||
Licensed under the [GNU Public License (GPL)](http://www.gnu.org/licenses/gpl-2.0.html) version 2 or later. | ||
|
||
Contributing | ||
--- | ||
If you think you have a good idea for extending or improving EDMC then please read [Contributing.md](https://github.com/EDCD/EDMarketConnector/blob/main/Contributing.md). | ||
## Contributing | ||
|
||
If you think you have a good idea for extending or improving EDMC then please read [Contributing.md](https://github.com/EDCD/EDMarketConnector/blob/main/Contributing.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.