From: <jbo...@li...> - 2005-09-14 05:39:51
|
Author: mla...@jb... Date: 2005-09-14 01:39:23 -0400 (Wed, 14 Sep 2005) New Revision: 1107 Modified: trunk/labs/jbossweb/xdocs/project.xml trunk/labs/jbossweb/xdocs/resources/mail.xml trunk/labs/jbossweb/xdocs/resources/project.xml Log: Add links to JBoss forums Modified: trunk/labs/jbossweb/xdocs/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/project.xml 2005-09-13 22:55:19 UTC (rev 1106) +++ trunk/labs/jbossweb/xdocs/project.xml 2005-09-14 05:39:23 UTC (rev 1107) @@ -14,7 +14,7 @@ <menu name="Resources"> <item name="FAQs" href="resources/faq.html"/> <item name="Tutorial" href="resources/tut.html"/> - <item name="Mailing Lists" href="resources/mail.html"/> + <item name="Lists & Forums" href="resources/mail.html"/> </menu> <menu name="News"> <item name="News & Status" href="news/2005.html"/> Modified: trunk/labs/jbossweb/xdocs/resources/mail.xml =================================================================== --- trunk/labs/jbossweb/xdocs/resources/mail.xml 2005-09-13 22:55:19 UTC (rev 1106) +++ trunk/labs/jbossweb/xdocs/resources/mail.xml 2005-09-14 05:39:23 UTC (rev 1107) @@ -8,11 +8,29 @@ <properties> <author email="mla...@jb...">Mladen Turk</author> - <title>Mailing lists</title> + <title>Mailing lists and Forums</title> </properties> <body> +<section name="JBoss Web"> +<br/> +<subsection name="User Forum"> +<p>User discussions and questions about JBoss Web. +<ul> +<li><a href="http://jboss.com/index.html?module=bb&op=viewforum&f=230">JBoss Web</a></li> +</ul> +</p> +</subsection> +<subsection name="Developer Forum"> +<p>Forum for discussions concerning the design of JBoss Web. +<ul> +<li><a href="http://jboss.com/index.html?module=bb&op=viewforum&f=229">Design of JBoss Web</a></li> +</ul> +</p> +</subsection> +</section> + <section name="Apache Tomcat"> <br/> <subsection name="Tomcat User List"> @@ -41,7 +59,7 @@ </p> </subsection> </section> -<section name="Mailing Lists - Guidelines"> +<section name="Guidelines"> <p>A mailing list is an electronic discussion forum that anyone can subscribe to. When someone sends an email message to the mailing list, Modified: trunk/labs/jbossweb/xdocs/resources/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/resources/project.xml 2005-09-13 22:55:19 UTC (rev 1106) +++ trunk/labs/jbossweb/xdocs/resources/project.xml 2005-09-14 05:39:23 UTC (rev 1107) @@ -7,7 +7,7 @@ <menu name="Resources"> <item name="FAQs" href="faq.html"/> <item name="Tutorial" href="tut.html"/> - <item name="Mailing Lists" href="mail.html"/> + <item name="Lists & Forums" href="mail.html"/> </menu> <menu name="FAQs"> <item name="General" href="faq01.html"/> |