]> dev.renevier.net Git - syj.git/blob - application/views/scripts/termsofuse/index.phtml
version 0.1
[syj.git] / application / views / scripts / termsofuse / index.phtml
1 <?php echo $this->localeSwitcher(); ?>
2 <p><?php
3 echo $this->translate('Show Your Journey is a site whose goal is to allow anyone to publish routes, for example, hiking itinerary, bicycle trip, travel itinerary or whatever.');
4 ?></p>
5
6 <p><?php
7 echo $this->translate('In order to publish a route, you must first create an account.  A valid email is asked for, and ip address of account creation is stored on the server. Those informations will not be divulged to anyone without the user explicit permission.');
8 ?></p>
9
10 <p><?php
11 echo $this->translate('When you create a route, you accept that it\'s available under a <a href="http://creativecommons.org/licenses/by/2.0/">creative commons <strong>by</strong> license</a>. This means you accept that anyone can reproduce and republish your itinerary, or a modified version of it, under the condition that he specify the proper creator of this work. This also means you need to get appropriate permissions from the creator if you want to upload a route you didn\'t create yourself.');
12 ?></p>
13
14 <p><?php
15 echo $this->translate('Show Your Journey is not responsible for the accuracy of the routes published.  It\'s the user responsibility to check that a route is accessible and safe.');
16 ?></p>
17
18 <p><?php
19 echo $this->translate('Sources of the software running the website are <a href="http://dev.renevier.net/?p=syj.git">publicly available</a> under a agpl license. The map used to display the routes comes from <a href="http://www.openstreetmap.org/">openstreetmap</a>.');
20 ?></p>
21