X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fabout.html;h=e6f809b8d18eadad26b6750fe4ebf05ea9058d02;hp=b4ad622182e9ca3150440fa07619cc62f9e0add0;hb=69bde20c9d91feada988690d3a5a59bc3e086fce;hpb=455d5d648d6bd07bcdbbb08b98b2f0596d1c81ed diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html index b4ad622..e6f809b 100644 --- a/src/main/resources/templates/about.html +++ b/src/main/resources/templates/about.html @@ -2,17 +2,20 @@

<%= Page.About.Page.Title|l10n|html>

-

Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010 by David ‘Bombe’ Roden.

+

Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010–<% year|html> by David ‘Bombe’ Roden.

- If you like Sone and you would like to reward me, you can use the - Flattr button at the bottom of each page. Flattr is a non-anonymous - micro payment that acts like an internet tip jar where the amount - each user spends is limited (lowest being 2 € per month). More - information can be found on flattr.com. + <%= Page.About.Flattr.Description|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''>

+

<%= Page.About.Homepage.Title|l10n|html>

+ +

+ <%= Page.About.Homepage.Description|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''> +

+ +

<%= Page.About.License.Title|l10n|html>

+

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +33,7 @@

You should have received a copy of the GNU General Public License along with this program. If not, see - www.gnu.org/licenses. + www.gnu.org/licenses.

<%include include/tail.html>