Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inexorabletash/travellermap
The source code to TravellerMap.com
https://github.com/inexorabletash/travellermap
rpg traveller
Last synced: 4 days ago
JSON representation
The source code to TravellerMap.com
- Host: GitHub
- URL: https://github.com/inexorabletash/travellermap
- Owner: inexorabletash
- License: other
- Created: 2013-07-25T23:53:20.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T18:37:23.000Z (6 months ago)
- Last Synced: 2024-05-28T04:14:14.061Z (6 months ago)
- Topics: rpg, traveller
- Language: C#
- Homepage: https://travellermap.com
- Size: 68.5 MB
- Stars: 114
- Watchers: 30
- Forks: 54
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
The Traveller Map - Source Code
================================This is the source code behind https://travellermap.com - an online resource for fans
of the Traveller role playing game.The Traveller game in all forms is owned by Mongoose Publishing. Copyright 1977 - 2024 Mongoose Publishing. [Fair Use Policy](https://cdn.shopify.com/s/files/1/0609/6139/0839/files/Traveller_Fair_Use_Policy_2024.pdf?v=1725357857)
See LICENSE.md for software licensing details.
Useful Links
------------* The site itself: https://travellermap.com
* How the site works: https://travellermap.com/doc/about
* API documentation: https://travellermap.com/doc/api
* Credits for the data: https://travellermap.com/doc/credits
* Blog: https://travellermap.blogspot.com
* GitHub repo: https://github.com/inexorabletash/travellermap
* Issue tracker: https://github.com/inexorabletash/travellermap/issuesDependencies
------------* The site is built using ASP.NET and requires IIS8 and .NET 4.6.1.
* PDF rendering is done using PDFsharp http://www.pdfsharp.net/ (MIT License)
* HTML templating uses Handlebars.js https://handlebarsjs.com/ (MIT License)