Author: jan Date: 2008-09-25 20:11:55 +0200 (Thu, 25 Sep 2008) New Revision: 1446
Added: trunk/doc/website/online-chat.htm4 Modified: trunk/doc/website/index.htm4 trunk/doc/website/template_header.m4 Log: Extract online chat information from main page into a page of its own. Modified: trunk/doc/website/index.htm4 =================================================================== --- trunk/doc/website/index.htm4 2008-09-25 13:20:55 UTC (rev 1445) +++ trunk/doc/website/index.htm4 2008-09-25 18:11:55 UTC (rev 1446) @@ -117,12 +117,7 @@ <p> The best way to contact the OpenVAS development team is to <a href="http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss">subscribe</a> -to the discussions mailing list. Some of the team can also be found on our -sister project <a href="http://www.oftc.net/">OFTC</a>'s IRC servers which can -be found at <a href="irc://irc.oftc.net">irc.oftc.net</a> in the #openvas -channel. There is an <a href="http://www.linux.hr/openvas/archive/">archive -of the IRC channel</a> and <a href="http://www.linux.hr/openvas/stats/">some -statistics on when people are active</a> available as well. +to the discussions mailing list or to contact the team in our <a hrf="online-chat.html">Online Chat</a>. </p> <p> Added: trunk/doc/website/online-chat.htm4 =================================================================== --- trunk/doc/website/online-chat.htm4 2008-09-25 13:20:55 UTC (rev 1445) +++ trunk/doc/website/online-chat.htm4 2008-09-25 18:11:55 UTC (rev 1446) @@ -0,0 +1,42 @@ +m4_dnl -*-html-*- +m4_include(`template.m4') + +m4_dnl OpenVAS +m4_dnl $Id$ +m4_dnl Description: Inforamtion page for OpenVAS online chat. +m4_dnl +m4_dnl Authors: +m4_dnl Jan-Oliver Wagner <[EMAIL PROTECTED]> +m4_dnl +m4_dnl Copyright: +m4_dnl Copyright (C) 2008 Intevation GmbH +m4_dnl +m4_dnl This program is free software; you can redistribute it and/or modify +m4_dnl it under the terms of the GNU General Public License version 2, +m4_dnl as published by the Free Software Foundation. +m4_dnl +m4_dnl This program is distributed in the hope that it will be useful, +m4_dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +m4_dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +m4_dnl GNU General Public License for more details. +m4_dnl +m4_dnl You should have received a copy of the GNU General Public License +m4_dnl along with this program; if not, write to the Free Software +m4_dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + + +PAGE_START +<h2>OpenVAS Online Chat</h2> + +<p> +OpenVAS developers and users discuss several matters directly +using a IRC online chat system: +</p> + +<p> +IRC Server: <a href="irc://irc.oftc.net">irc.oftc.net</a> +(operated by <a href="http://www.oftc.net/">OFTC</a>)<br> +Channel: #openvas<br> +Archive: <a href="http://www.linux.hr/openvas/archive/">#openvas IRC archive</a><br> +Statistics: <a href="http://www.linux.hr/openvas/stats/">#openvas IRC activity statistics</a> +</p> Modified: trunk/doc/website/template_header.m4 =================================================================== --- trunk/doc/website/template_header.m4 2008-09-25 13:20:55 UTC (rev 1445) +++ trunk/doc/website/template_header.m4 2008-09-25 18:11:55 UTC (rev 1446) @@ -93,6 +93,9 @@ | <a href="http://lists.wald.intevation.org/mailman/listinfo/openvas-announce">Subscribe</a> </p> <p> + <a href="__TMPL_ROOT`'online-chat.html">Online Chat</a> + </p> + <p> <a href="__TMPL_ROOT`'professional-services.html">Professional Services</a> </p> </div> _______________________________________________ Openvas-commits mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
