Coord.eu: Difference between revisions

From Opencaching.eu
Jump to navigation Jump to search
(Added usage)
No edit summary
Line 17: Line 17:
== Usage ==
== Usage ==


=== Supported Opencaching sites: ===
=== Waypoint redirection ===
 
==== Supported Opencaching sites ====
* '''OP''' - Poland: [https://opencaching.pl opencaching.pl]
* '''OP''' - Poland: [https://opencaching.pl opencaching.pl]
* '''OB''' - BeNeLux: [http://www.opencaching.nl www.opencaching.nl]
* '''OB''' - BeNeLux: [http://www.opencaching.nl www.opencaching.nl]
Line 26: Line 28:
* '''OZ''' - Czech Republic: [http://www.opencaching.cz www.opencaching.cz]
* '''OZ''' - Czech Republic: [http://www.opencaching.cz www.opencaching.cz]


==== Usage: ====
===== Usage =====
; <nowiki>Waypoint:</nowiki>
; <nowiki>Waypoint:</nowiki>
: <nowiki>http://coord.eu/OX1234</nowiki> - OX1234 is the waypoint code.                  (''OX is the cache prefix of the opencaching site, see above'')
: <nowiki>http://coord.eu/OX1234</nowiki> - OX1234 is the waypoint code.                  (''OX is the cache prefix of the opencaching site, see above'')
Line 32: Line 34:
: <nowiki>http://coord.eu/OX/U/123</nowiki> - 123 is the user ID.                  (''OX is the cache prefix of the opencaching site, see above'')
: <nowiki>http://coord.eu/OX/U/123</nowiki> - 123 is the user ID.                  (''OX is the cache prefix of the opencaching site, see above'')


=== Supported Geocaching sites: ===
==== Supported Geocaching sites ====
* '''GC''' - Geocaching: [http://www.geocaching.com www.geocaching.com] by Groundspeak
* '''GC''' - Geocaching: [http://www.geocaching.com www.geocaching.com] by Groundspeak


==== Usage: ====
===== Usage: =====
; <nowiki>Waypoint:</nowiki>
; <nowiki>Waypoint:</nowiki>
: <nowiki>http://coord.eu/GC12345</nowiki> - GC12345 is the waypoint code.
: <nowiki>http://coord.eu/GC12345</nowiki> - GC12345 is the waypoint code.
Line 45: Line 47:
=== Trackables redirection ===
=== Trackables redirection ===


=== Supported trackables: ===
==== Supported trackables ====
* '''GK''' - GeoKrety trackables; see : [http://geokrety.org geokrety.org]
* '''GK''' - GeoKrety trackables; see : [http://geokrety.org geokrety.org]
* '''GC''' - TravelBugs and Geocoins; see : [http://www.geocaching.com geocaching.com]
* '''GC''' - TravelBugs and Geocoins; see : [http://www.geocaching.com geocaching.com]


==== Usage: ====
===== Usage: =====
; <nowiki>GeoKret:</nowiki>
; <nowiki>GeoKret:</nowiki>
: <nowiki>http://coord.eu/GK12345</nowiki> - GK12345 is the GeoKret ID.
: <nowiki>http://coord.eu/GK12345</nowiki> - GK12345 is the GeoKret ID.

Revision as of 13:17, 23 January 2018


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.

Usage

Waypoint redirection

Supported Opencaching sites

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

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

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.