Opencaching-DE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* The up-to-date version is deployed on a single server which is connected to four domains (http://www.opencaching.de, http://www.opencaching.it, http://www.opencachingspain.es, http://www.opencaching.fr); that is, all those sites run on one server (and one codebase and database), | * The up-to-date version is deployed on a single server which is connected to four domains (http://www.opencaching.de, http://www.opencaching.it, http://www.opencachingspain.es, http://www.opencaching.fr); that is, all those sites run on one server (and one codebase and database), | ||
* There are also some other domains which have branched from OCDE, but they haven't been updated for some time : http://opencachind.se | * There are also some other domains which have branched from OCDE, but they haven't been updated for some time : http://opencachind.se (currently redirects to opencaching.de), http://opencaching.no (no longer exists). | ||
* There is also the http://OpenCaching.CZ site, which uses the VERY old code. It has branched from OCDE even before OCPL did. As far as we know, it has not been much developed since. | * There is also the http://OpenCaching.CZ site, which uses the VERY old code. It has branched from OCDE even before OCPL did. As far as we know, it has not been much developed since. | ||
Revision as of 10:12, 29 May 2016
The OpencachingDeutschland project (OCDE)
http://Opencaching.de is a major Geocaching website in Germany. The OpencachingDeutschland project contains the website's code, including all third-party libraries needed to run it. It is one of two major Opencaching code forks; the other one being Opencaching-PL. Feel free to use it under the provided license terms for setting up your own open and free Geocaching listing service! The code can easily be translated to other languages.
Opencaching.DE branch - https://github.com/OpencachingDeutschland/oc-server3
- The up-to-date version is deployed on a single server which is connected to four domains (http://www.opencaching.de, http://www.opencaching.it, http://www.opencachingspain.es, http://www.opencaching.fr); that is, all those sites run on one server (and one codebase and database),
- There are also some other domains which have branched from OCDE, but they haven't been updated for some time : http://opencachind.se (currently redirects to opencaching.de), http://opencaching.no (no longer exists).
- There is also the http://OpenCaching.CZ site, which uses the VERY old code. It has branched from OCDE even before OCPL did. As far as we know, it has not been much developed since.
Both of the primary branches use the same public API (called OKAPI, see http://opencaching.pl/okapi/).
See also Opencaching-PL.