X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fabout.html;h=74ea9f05437210195c699c82aa9866f97ccfd09e;hp=c401b023d1b1decbb5f9e1eed51de85e0c7a0c07;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=814228fa94dc3657eb57b886e6812f442dce8754 diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html index c401b02..74ea9f0 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, © 2010 by David ‘Bombe’ Roden.

+

Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010–2012 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>