Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Jan 2, 2016
2 parents 5257404 + 76affa5 commit f9ec5e6
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions htdocs/config2/settings-sample.inc.php
Expand Up @@ -208,10 +208,10 @@

// email address for user contact emails
// has to be an autoresponder informing about wrong mail usage
$opt['mail']['usermail'] = 'usermail@opencaching.de';
$opt['mail']['usermail'] = 'usermail@<domain>';

// contact address
$opt['mail']['contact'] = 'contact@opencaching.de';
$opt['mail']['contact'] = 'contact@<domain>';

$opt['page']['showdonations'] = true;
$opt['page']['showsocialmedia'] = true;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/doc/xml/xml11.htm
Expand Up @@ -18,7 +18,7 @@ <h1>Dokumentation Opencaching XML-Interface Version 1.2</h1>
<em>The XML interface allows automatic download of cache, logs, user and/or pictures data.
It is not made for end-users but for application developers.<br />
This documentation is currently available in German only. If you need english text,
please contact us at <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>
please contact us at <a href="mailto:kontakt@opencaching.de">kontakt@opencaching.de</a>
and tell us about the application you are going to develop; then we may translate it.<br />
<span style="color:red">The downloaded data is copyrighted and must only be used under the terms of <a href="http://www.opencaching.de/articles.php?page=impressum&locale=EN#datalicense">Opencaching.de data license</a>.</span></em>
</p>
Expand Down
4 changes: 2 additions & 2 deletions htdocs/html/error.php
Expand Up @@ -31,13 +31,13 @@
echo "<h1>" . $errtitle . "</h1>";
echo '<p>Entschuldigung, bei der Darstellung der Seite ist ein intener Fehler aufgetreten.
Falls dieses Problem für längere Zeit bestehen sollte, informiere uns bitte per
<a href="mailto:contact@opencaching.de">Email</a>.</p>
<a href="mailto:kontakt@opencaching.de">Email</a>.</p>
<p class="errormsg">' . $errmsg . '</p>
<p><a href="index.php">Zurück zur Startseite</a></p>
<p><br /><br /><em>An error occured while displaying the requested page.
If this problem persists for a longer time, please inform us via
<a href="mailto:contact@opencaching.de">email</a>.</em></p>';
<a href="mailto:kontakt@opencaching.de">email</a>.</em></p>';
?>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/resource2/misc/datalicensemail.html
Expand Up @@ -42,7 +42,7 @@

<p>Wir werden die Lizenz in 7 Wochen, d.h. zum 7. April 2013, zur offiziellen Lizenz aller Inhalte von Opencaching.de erklären. Alle Inhalte die ab diesem Stichtag auf Opencaching.de veröffentlicht werden, fallen dann automatisch unter diese Lizenz. Die bisherigen Inhalte werden dabei nachlizenziert und wenn kein Widerspruch eingelegt wird, gilt die Lizenz automatisch als zum Stichtag angenommen.</p>

<p>Wenn jemand nicht möchte, das seine Inhalte durch die CC-Lizenz geschützt werden, hat er bis zum Stichtag 31. März 2013 [Anm.: Lizenzaktivierung minus 1 Woche] die Gelegenheit, dies Opencaching.de gegenüber unter der Emailadresse contact@opencaching.de zu äußern. Diese Mail sollte von dem Emailaccount aus verschickt werden, mit dem der jeweilige Benutzer bei Opencaching.de registriert ist und den Betreff "Lizenzablehnung - $BENUTZERNAME" haben.<br />
<p>Wenn jemand nicht möchte, das seine Inhalte durch die CC-Lizenz geschützt werden, hat er bis zum Stichtag 31. März 2013 [Anm.: Lizenzaktivierung minus 1 Woche] die Gelegenheit, dies Opencaching.de gegenüber unter der Emailadresse kontakt@opencaching.de zu äußern. Diese Mail sollte von dem Emailaccount aus verschickt werden, mit dem der jeweilige Benutzer bei Opencaching.de registriert ist und den Betreff "Lizenzablehnung - $BENUTZERNAME" haben.<br />
Die Ablehnung der Lizenz bewirkt dann eine Deaktivierung des Benutzerkontos bei Opencaching.de, einhergehend mit der Sperrung der unter diesem Benutzerkonto veröffentlichten Cachelistings. Die Listings werden dabei mit einem "Hiddenflag" versehen, so das sie künftig auch für die Anzeige gesperrt sind. Logtexte, die ebenfalls unter die Lizenz fallen, werden aus der Datenbank gelöscht. Der Logeintrag selbst mit Status "gefunden" / "nicht gefunden" etc. und Logdatum bleibt bestehen, sodass die Historie der Caches erhalten bleibt.</p>

<p>Was gilt es sonst noch zu beachten?</p>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/templates2/ocstyle/articles/DE/contact.tpl
Expand Up @@ -44,7 +44,7 @@
<tr>
<td>
<p>Sollten die oben genannten Möglichkeiten nicht ausreichen oder die Betreiber von <i>opencaching.de</i> direkt
kontaktiert werden, kannst du auch eine Email an <a href="mailto:contact@opencaching.de">contact@opencaching.de</a> schreiben.</p>
kontaktiert werden, kannst du auch eine Email an <a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a> schreiben.</p>
<p>Bitte werde nicht ungeduldig wenn nicht sofort eine Antwort kommt, <i>opencaching.de</i> wird von Freiwilligen
betreut, die leider nicht immer und sofort zur Verfügung stehen können.</p>
</td>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/templates2/ocstyle/articles/DE/dsb.tpl
Expand Up @@ -120,6 +120,6 @@
<p>Die gespeicherten Cookies kannst du in deinem Webbrowser löschen.</p>

<p>Bei Unklarheiten oder im Zweifelsfall kontaktiere bitte
<a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. Danke!</p>
<a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>. Danke!</p>
</div>
<br />
6 changes: 3 additions & 3 deletions htdocs/templates2/ocstyle/articles/DE/impressum.tpl
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p> <b>ACHTUNG</b>: Fragen und Hinweise zu Schatzverstecken oder den Nutzungsbedingungen von
opencaching.de richten Sie bitte an <b>contact@opencaching.de</b><br />
opencaching.de richten Sie bitte an <b>{$opt.mail.contact}</b><br />
</p>
<p>
Angaben gem. &sect;5 Telemediengesetz<br />
Expand Down Expand Up @@ -156,7 +156,7 @@
Einhaltung dieser Vorschriften nur durch Stichproben kontrollieren und ist deshalb
darauf angewiesen, dass fragw&uuml;rdige oder rechtswidrige Inhalte von den
Benutzern gemeldet werden. Die Meldung kann direkt &uuml;ber den Melde-Hyperlink
in jedem Cachelisting oder per E-Mail an <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>
in jedem Cachelisting oder per E-Mail an <a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>
erfolgen. Die entsprechenden Inhalte werden dann schnellstm&ouml;glich vom
Verein Opencaching Deutschland kontrolliert und bei Bedarf unverz&uuml;glich
entfernt.
Expand Down Expand Up @@ -257,7 +257,7 @@
Geocaches, die gegen die oben genannten Richtlinien f&uuml;r das
Verstecken eines Geocaches versto&szlig;en, sind unverz&uuml;glich
&uuml;ber den Melde-Hyperlink im Cachelisting oder per E-Mail an
<a href="mailto:contact@opencaching.de">contact@opencaching.de</a>
<a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>
zu melden. Damit hilft jeder Benutzer die Qualit&auml;t dieser Geocaching
Seite auf hohem Niveau zu halten und so den langfristigen Betrieb zu
erm&ouml;glichen.
Expand Down
2 changes: 1 addition & 1 deletion htdocs/templates2/ocstyle/articles/EN/contact.tpl
Expand Up @@ -40,7 +40,7 @@
<tr><td class="spacer"></td></tr>
<tr>
<td>
For the case that the contact places mentioned above do not meet your requirements, you may contact the Opencaching.de operator or send an email to our support team at <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. We will try to answer your request promptly, but please keep in mind that we are a team of volunteers who are not permanently and immediately available.<br />
For the case that the contact places mentioned above do not meet your requirements, you may contact the Opencaching.de operator or send an email to our support team at <a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>. We will try to answer your request promptly, but please keep in mind that we are a team of volunteers who are not permanently and immediately available.<br />
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions htdocs/templates2/ocstyle/articles/EN/dsb.tpl
Expand Up @@ -78,7 +78,7 @@
<p>You can always delete all optional data from your user profile, and you can change
the mandantory user name, email address and password as you like (as long as the email address stays valid).</p>

<p>Accounts of users who did find or log caches cannot be deleted. Hovever, they can be disabled. Disabling includes deletion of all data, including the email address, from the user profile. The user name, cache listings and logs will be retained and stay visible, but the listings will be locked and cannot be logged from thereon. If you desire to disable your Opencaching.de account, please send an email to <a href="mailto:contact@opencaching.de">contact@opencaching.de</a> and using the email address specified in your profile. We then will disable your account.</p>
<p>Accounts of users who did find or log caches cannot be deleted. Hovever, they can be disabled. Disabling includes deletion of all data, including the email address, from the user profile. The user name, cache listings and logs will be retained and stay visible, but the listings will be locked and cannot be logged from thereon. If you desire to disable your Opencaching.de account, please send an email to <a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a> and using the email address specified in your profile. We then will disable your account.</p>

<p>To allow for fixing operating errors, the personal data will be kept for two weeks after user deactivation, before they are finally deleted.</p>

Expand All @@ -87,6 +87,6 @@

<p>You may delete the cookies in your web browser.</p>

<p>For questions or when in doubt, please contact us at <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>!</p>
<p>For questions or when in doubt, please contact us at <a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>!</p>
</div>
<br />
6 changes: 3 additions & 3 deletions htdocs/templates2/ocstyle/articles/EN/impressum.tpl
Expand Up @@ -26,7 +26,7 @@

<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p> <b>NOTE</b>: As for questions and information on cache locations and hides or the
terms of use of opencaching.de please refer to <b>contact@opencaching.de</b><br /><p>
terms of use of opencaching.de please refer to <b>{$opt.mail.contact}</b><br /><p>
<p>
Information according to &sect;5 German Teleservices Act<br />
Responsible as of German remote services statue / value added tax law<br />
Expand Down Expand Up @@ -133,7 +133,7 @@
violate any applicable law. Opencaching.de may check if users will comply with
these terms and encourages you to report any doubtful or illegal contents. You
may use the "report" button within the cache listings or send email to
<a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. The reported
<a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>. The reported
contents will then be checked by us and removed if necessary.
</p>

Expand Down Expand Up @@ -223,7 +223,7 @@
If you encounter a geocache violating the terms given above for hiding and
listing a cache, you are obliged to report it by using the report button within
the cache listing or by sending an email to
<a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. This will
<a href="mailto:{$opt.mail.contact}">{$opt.mail.contact}</a>. This will
help to ensure a good quality of website contents.
</li>
</ul>
Expand Down

0 comments on commit f9ec5e6

Please sign in to comment.