]> dev.renevier.net Git - syj.git/blob - application/views/scripts/termsofuse/index.phtml
raw mode for termsofuse
[syj.git] / application / views / scripts / termsofuse / index.phtml
1 <?php if (!$this->rawmode) {
2     echo $this->localeSwitcher();
3 }?>
4 <p><?php
5 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.');
6 ?></p>
7
8 <p><?php
9 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.');
10 ?></p>
11
12 <p><?php
13 echo $this->translate('When you create a route, you accept that it\'s free for any use. This means you accept that anyone can reuse, reproduce, or republish your itinerary, or a modified version of it for any purpose. This also means you need to get appropriate permissions from the creator if you want to upload a route you didn\'t create yourself.');
14 ?></p>
15
16 <p><?php
17 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.');
18 ?></p>
19
20 <p><?php
21 echo $this->translate('Show Your Journey service is provided "as is" with no guarantee for accuracy or accessibility.');
22 ?></p>
23
24 <p><?php
25 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>.');
26 ?></p>
27