X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fabout.html;h=7648c43c483e31986828a3b2d06e93271c14d014;hb=85aa9c556ef8ac726694f0077a4f8df0bc912e5f;hp=c572a578f0aa1fb25c33972d06051218d37b7d90;hpb=12dcccc5668bf645f88886d3a8ef25497622043d;p=Sone.git diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html index c572a57..7648c43 100644 --- a/src/main/resources/templates/about.html +++ b/src/main/resources/templates/about.html @@ -2,7 +2,19 @@

<%= 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–2011 by David ‘Bombe’ Roden.

+ +

+ <%= 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 @@ -21,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>