Coord.eu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
Hosting requirements are absolutely minimal. More technical information can be found [https://github.com/opencaching/oc_coord/blob/master/docs/system/1.readme here]. | Hosting requirements are absolutely minimal. More technical information can be found [https://github.com/opencaching/oc_coord/blob/master/docs/system/1.readme here]. | ||
'''If you whish to volunteer hosting an instance of this service, please contact the project owner by posting an [https://github.com/opencaching/oc_coord/issues issue on GitHub].''' | <span style="background:yellow">'''If you whish to volunteer hosting an instance of this service, please contact the project owner by posting an [https://github.com/opencaching/oc_coord/issues issue on GitHub].'''</span> | ||
''Currently hosted by OCRO and OCNL.'' | |||
== Usage == | == Usage == |
Latest revision as of 13:39, 6 May 2019
Open-source waypoint redirection service
It is a redirection service for waypoints and other geocaching related resources.
- Offers waypoint redirection for geocaches, logs and user profiles.
- Offers trackable redirection for geokrety, travelbugs, geocoins, logs and logging page directly (where supported).
- Designed to be simple and scalable using DNS round-robin distribution.
- Designed to automatically update from GitHub master repository.
coord.eu source code: https://github.com/opencaching/oc_coord
Hosting
Hosting requirements are absolutely minimal. More technical information can be found here.
If you whish to volunteer hosting an instance of this service, please contact the project owner by posting an issue on GitHub.
Currently hosted by OCRO and OCNL.
Usage
Waypoint redirection
Supported Opencaching sites
- OP - Poland: opencaching.pl
- OB - BeNeLux: www.opencaching.nl
- OR - Romania: www.opencaching.ro
- OC - Germany: www.opencaching.de also France, Italy, Spain
- OK - United Kingdom: www.opencache.uk
- OU - North America: www.opencaching.us U.S.A., Canada, Mexico
- OZ - Czech Republic: www.opencaching.cz
Usage
- Waypoint:
- http://coord.eu/OX1234 - OX1234 is the waypoint code. (OX is the cache prefix of the opencaching site, see above)
- Users:
- http://coord.eu/OX/U/123 - 123 is the user ID. (OX is the cache prefix of the opencaching site, see above)
Supported Geocaching sites
- GC - Geocaching: www.geocaching.com by Groundspeak
Usage:
- Waypoint:
- http://coord.eu/GC12345 - GC12345 is the waypoint code.
- View log:
- http://coord.eu/GC/GL123456 - GL123456 is the log code.
- Users:
- NOT IMPLEMENTED yet
Trackables redirection
Supported trackables
- GK - GeoKrety trackables; see : geokrety.org
- GC - TravelBugs and Geocoins; see : geocaching.com
Usage:
- GeoKret:
- http://coord.eu/GK12345 - GK12345 is the GeoKret ID.
- Log a GeoKret:
- http://coord.eu/GK/CODE12 - CODE12 is the 6 character tracking code.
- TravelBug / Geocoin:
- http://coord.eu/TB12345 - TB12345 is the trackable ID.
- Track a TravelBug / Geocoin:
- http://coord.eu/TB/ABC123 - ABC123 is the 6 character tracking code.
- View trackable log:
- http://coord.eu/TB/TL123456 - TL123456 is the log ID.