From: David ‘Bombe’ Roden Date: Sat, 16 Apr 2011 14:42:24 +0000 (+0200) Subject: Remove references to Freetalk. X-Git-Tag: 0.6.2^2~4 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=6d859b8cb7dceeebdd2d9f3b0ee12f30a230de33 Remove references to Freetalk. The web interface was originally created for Freetalk but never completed there. --- diff --git a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java index cca5a8d..e30c8f8 100644 --- a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java +++ b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java @@ -37,7 +37,7 @@ import freenet.clients.http.ToadletContext; import freenet.support.api.HTTPRequest; /** - * Base page for the Freetalk web interface. + * Base page for the Sone web interface. * * @author David ‘Bombe’ Roden */ @@ -53,7 +53,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { private final boolean requireLogin; /** - * Creates a new template page for Freetalk that does not require the user + * Creates a new template page for Sone that does not require the user * to be logged in. * * @param path @@ -68,7 +68,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk that does not require the user + * Creates a new template page for Sone that does not require the user * to be logged in. * * @param path @@ -85,7 +85,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk. + * Creates a new template page for Sone. * * @param path * The path of the page @@ -101,7 +101,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk. + * Creates a new template page for Sone. * * @param path * The path of the page