* add link to citadel.org: <tr bgcolor="#000088"><td align=center><span class="boxlab...
authorWilfried Göesgens <willi@citadel.org>
Sun, 7 Jan 2007 16:35:00 +0000 (16:35 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 7 Jan 2007 16:35:00 +0000 (16:35 +0000)
* add meta tags: <meta name="keywrds" content="groupware messaging colaboration" />

webcit/auth.c
webcit/static/head.html

index 0f594e163105f87dc7f0e78d5d844945bc133499..d928b80221e321663e773be78cad3f50e03765ee 100644 (file)
@@ -72,7 +72,7 @@ void display_login(char *mesg)
        svprintf("NEWUSER_BUTTON", WCS_STRING, "%s", _("New User"));
        svprintf("EXIT_BUTTON", WCS_STRING, "%s", _("Exit"));
        svprintf("hello", WCS_SERVCMD, "MESG hello");
-       svprintf("BOXTITLE", WCS_STRING, _("%s - powered by Citadel"),
+       svprintf("BOXTITLE", WCS_STRING, _("%s - powered by <a href=\"http://www.citadel.org\">Citadel</a>"),
                serv_info.serv_humannode);
        svcallback("DO_LANGUAGE_BOX", offer_languages);
        if (serv_info.serv_newuser_disabled) {
index 8485041549803b4a8b104a026391f5bf9ede2b7c..441669f96dbdd2e9175051d180f478bcdcc64b13 100644 (file)
@@ -4,6 +4,7 @@
 <head>
 <title><?SERV_HUMANNODE></title>
 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
+<meta name="keywrds" content="groupware messaging colaboration" />
 <link href="static/webcit.css" rel="stylesheet" type="text/css">
 <?CSSLOCAL>
 <script type="text/javascript" src="static/wclib.js"></script>