Don’t link to pages directly, use fproxy’s referrer-clearing.
[Sone.git] / src / main / resources / templates / about.html
1 <%include include/head.html>
2
3         <h1><%= Page.About.Page.Title|l10n|html></h1>
4
5         <p>Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010 by David ‘Bombe’ Roden.</p>
6
7         <p>
8                 If you like Sone and you would like to reward me, you can use the
9                 Flattr button at the bottom of each page. Flattr is a non-anonymous
10                 micro payment that acts like an internet tip jar where the amount
11                 each user spends is limited (lowest being 2 € per month). More
12                 information can be found on <a href="/?_CHECKED_HTTP_=https://www.flattr.com/"
13                 title="Flattr Homepage" target="_blank">flattr.com</a>.
14         </p>
15
16         <p>
17                 This program is free software: you can redistribute it and/or modify
18         it under the terms of the GNU General Public License as published by
19         the Free Software Foundation, either version 3 of the License, or
20         (at your option) any later version.
21     </p>
22
23     <p>
24         This program is distributed in the hope that it will be useful,
25             but WITHOUT ANY WARRANTY; without even the implied warranty of
26             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27             GNU General Public License for more details.
28     </p>
29
30     <p>
31             You should have received a copy of the GNU General Public License
32             along with this program.  If not, see
33             <a href="/?_CHECKED_HTTP_=http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
34     </p>
35
36 <%include include/tail.html>