Coord.eu: Difference between revisions

From Opencaching.eu
Jump to navigation Jump to search
(initial draft)
 
mNo edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Waypoint redirection for Opencaching sites ==
[[Category:Opencaching]]
[[Category:Projects]]
 
== 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 [https://github.com/opencaching/oc_coord/blob/master/docs/system/1.readme here].
 
<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>
 
== Usage ==
 
=== Waypoint redirection ===
 
==== Supported Opencaching sites ====
* '''OP''' - Poland: [https://opencaching.pl opencaching.pl]
* '''OB''' - BeNeLux: [http://www.opencaching.nl www.opencaching.nl]
* '''OR''' - Romania: [http://www.opencaching.ro www.opencaching.ro]
* '''OC''' - Germany: [http://www.opencaching.de www.opencaching.de]            ''also France, Italy, Spain''
* '''OK''' - United Kingdom: [http://www.opencache.uk www.opencache.uk]
* '''OU''' - North America: [http://www.opencaching.us www.opencaching.us]            ''U.S.A.,''  ''Canada, Mexico''
* '''OZ''' - Czech Republic: [http://www.opencaching.cz www.opencaching.cz]
 
===== Usage =====
; <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>Users:</nowiki>
: <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 ====
* '''GC''' - Geocaching: [http://www.geocaching.com www.geocaching.com] by Groundspeak
 
===== Usage: =====
; <nowiki>Waypoint:</nowiki>
: <nowiki>http://coord.eu/GC12345</nowiki> - GC12345 is the waypoint code.
; <nowiki>View log:</nowiki>
: <nowiki>http://coord.eu/GC/GL123456</nowiki> - GL123456 is the log code.
; <nowiki>Users:</nowiki>
: ''NOT IMPLEMENTED yet''
 
=== Trackables redirection ===
 
==== Supported trackables ====
* '''GK''' - GeoKrety trackables; see : [http://geokrety.org geokrety.org]
* '''GC''' - TravelBugs and Geocoins; see : [http://www.geocaching.com geocaching.com]
 
===== Usage: =====
; <nowiki>GeoKret:</nowiki>
: <nowiki>http://coord.eu/GK12345</nowiki> - GK12345 is the GeoKret ID.
; <nowiki>Log a GeoKret:</nowiki>
: <nowiki>http://coord.eu/GK/CODE12</nowiki> - CODE12 is the 6 character tracking code.
; <nowiki>TravelBug / Geocoin:</nowiki>
: <nowiki>http://coord.eu/TB12345</nowiki> - TB12345 is the trackable ID.
; <nowiki>Track a TravelBug / Geocoin:</nowiki>
: <nowiki>http://coord.eu/TB/ABC123</nowiki> - ABC123 is the 6 character tracking code.
; <nowiki>View trackable log:</nowiki>
: <nowiki>http://coord.eu/TB/TL123456</nowiki> - TL123456 is the log ID.

Revision as of 13:21, 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.