aboutsummaryrefslogtreecommitdiffstats
path: root/main/templates
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-05-28 21:47:37 +0200
committerrsudev <rasch@munin-soft.de>2013-05-28 21:47:37 +0200
commitd93a286f8c1ac95439936f83ddddc3e60d7e4726 (patch)
tree01cc22252365db7ea7e3a955bc117f187e362ea5 /main/templates
parentf4e615be627879b128f93096b546aaa52fb47c47 (diff)
downloadcgeo-d93a286f8c1ac95439936f83ddddc3e60d7e4726.zip
cgeo-d93a286f8c1ac95439936f83ddddc3e60d7e4726.tar.gz
cgeo-d93a286f8c1ac95439936f83ddddc3e60d7e4726.tar.bz2
Accomodate build process to get okapi keys from private.proeprties
Diffstat (limited to 'main/templates')
-rw-r--r--main/templates/ocde_okapi.xml4
-rw-r--r--main/templates/private.properties7
2 files changed, 9 insertions, 2 deletions
diff --git a/main/templates/ocde_okapi.xml b/main/templates/ocde_okapi.xml
index 3a643fa..9ca39b3 100644
--- a/main/templates/ocde_okapi.xml
+++ b/main/templates/ocde_okapi.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
- <string name="oc_de_okapi_consumer_key" translatable="false"></string>
- <string name="oc_de_okapi_consumer_secret" translatable="false"></string>
+ <string name="oc_de_okapi_consumer_key" translatable="false">@ocde.okapi.consumer.key@</string>
+ <string name="oc_de_okapi_consumer_secret" translatable="false">@ocde.okapi.consumer.secret@</string>
</resources>
diff --git a/main/templates/private.properties b/main/templates/private.properties
index f29cb7c..13c424b 100644
--- a/main/templates/private.properties
+++ b/main/templates/private.properties
@@ -16,3 +16,10 @@ maps.api.key.market=
#key.alias=
#key.store.password=
#key.alias.password=
+
+# These keys allow c:geo to be registered at openaching.de and
+# to search and log caches in your name
+# You can request your own at http://www.opencaching.de/okapi/signup.html
+
+ocde.okapi.consumer.key=
+ocde.okapi.consumer.secret=