Update link to homepage.
[Sone.git] / src / main / resources / templates / about.html
index c572a57..9119ed6 100644 (file)
@@ -2,7 +2,19 @@
 
        <h1><%= Page.About.Page.Title|l10n|html></h1>
 
-       <p>Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010 by David ‘Bombe’ Roden.</p>
+       <p>Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010–2011 by David ‘Bombe’ Roden.</p>
+
+       <p>
+               <%= Page.About.Flattr.Description|l10n|html|replace needle="{link}" replacement='<a href="/?_CHECKED_HTTP_=https://www.flattr.com/" title="Flattr Homepage" target="_blank">'|replace needle="{/link}" replacement='</a>'>
+       </p>
+
+       <h2><%= Page.About.Homepage.Title|l10n|html></h2>
+
+       <p>
+               <%= Page.About.Homepage.Description|l10n|html|replace needle="{link}" replacement='<a href="/USK@nwa8lHa271k2QvJ8aa0Ov7IHAV-DFOCFgmDt3X6BpCI,DuQSUZiI~agF8c-6tjsFFGuZ8eICrzWCILB60nT8KKo,AQACAAE/sone/48/">'|replace needle="{/link}" replacement='</a>'>
+       </p>
+
+       <h2><%= Page.About.License.Title|l10n|html></h2>
 
        <p>
                This program is free software: you can redistribute it and/or modify
@@ -21,7 +33,7 @@
     <p>
            You should have received a copy of the GNU General Public License
            along with this program.  If not, see
-           <a href="http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
+           <a href="/?_CHECKED_HTTP_=http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
     </p>
 
 <%include include/tail.html>