Mailing Lists

You can use CSS to display mailing list information in an attractive way as follows:

jbossts-announce
http://www.blahblahblah.com
where announcements about jbossTS will be made.
jbossts-users
http://www.blahblahblah.com
where users can interact directly with eachother and the development team. This is not a substitute for the user forum, but meant to work in parallel.
jbossts-commits
http://www.blahblahblah.com
svn commit announcements will go here.
jbossts-dev
http://www.blahblahblah.com
Talk to the developers about JBoss TS or others interested in developing on or with the transaction service. This is not a replacement for the forum, it is meant to compliment the forum.
jbossts-issues
http://www.blahblahblah.com
JIRA issue announcements.

To do so just add the following <div> element using a RichText / HTML paragraph.

	

<div id="mailing-lists">
    <dl>
        <dt>jbossts-announce</dt>
        <dd><a href="#">http://www.blahblahblah.com</a></dd>
        <dd>where announcements about jbossTS will be made.</dd>
    </dl>
    <dl>
        <dt>jbossts-users</dt>
        <dd><a href="#">http://www.blahblahblah.com</a></dd>
        <dd>where users can interact directly with eachother and the development team. This is not a substitute for the user forum, but meant to work in parallel.</dd>
    </dl>
    <dl>
        <dt>jbossts-commits</dt>
        <dd><a href="#">http://www.blahblahblah.com</a></dd>
        <dd>svn commit announcements will go here.</dd>
    </dl>
    <dl>
        <dt>jbossts-dev</dt>
        <dd><a href="#">http://www.blahblahblah.com</a></dd>
        <dd>Talk to the developers about JBoss TS or others interested in developing on or with the transaction service. This is not a replacement for the forum, it is meant to compliment the forum.</dd>
    </dl>
    <dl>
        <dt>jbossts-issues</dt>
        <dd><a href="#">http://www.blahblahblah.com</a></dd>
        <dd>JIRA issue announcements.</dd>
    </dl>
</div>