template/page/mailing-lists.tpl.php (109 lines of code) (raw):

<?php //Variable declarations for region templates $head_title = '<title>The Apache OFBiz&reg; Project - Mailing Lists</title>'; ?> <!-- page content --> <section id="content" class="fullWidth"> <header class="headerPage"> <div class="container clearfix"> <div class="row"> <h1 class="span8">Apache OFBiz Mailing Lists</h1> <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">Community</a><span>/</span><span class="current">Mailing Lists</span> </div> </div> </div> </header> <section class="slice clearfix"> <div class="container"> <div class="row"> <section class="mb15 clearfix"> <h2>Subscribe to Our Mailing Lists</h2> <div class="divider"><span></span></div> <div class="row-fluid mb15"> <div class="span6"> <p>We welcome everyone who would like to join our community and participate in our mailing lists. We expect that everyone respects the <a href="//www.apache.org/dev/contrib-email-tips.html">mailing list participation guidelines </a> and the <a href="//apache.org/foundation/policies/conduct.html">ASF Code of Conduct </a>.</p> <p>To subscribe to a mailing list please: <ul class="iconsList"> <li><i class="icon-pin"></i>Click the button of the mailing list you want to subscribe to</li> <li><i class="icon-pin"></i>On the following page, click the 'Subscribe' button </li> <li><i class="icon-pin"></i>Send the automatically created email from your email client</li> <li><i class="icon-pin"></i>Reply to the email from the mailing list manager program (EZMLM)</li> <li><i class="icon-pin"></i>Congratulations! You are now subscribed</li> </ul> <h3>Alternate steps:</h3> <p>To subscribe to any of the following lists, please send an empty, subjectless email to mailing list subscribe addresses.</p> <ul class="iconsList"> <li><i class="icon-pin"></i> user-subscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> dev-subscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> commits-subscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> notifications-subscribe@ofbiz.apache.org</li> </ul> <p>Then, reply to the email from the mailing list manager program (EZMLM) to confirm subscribe.</p> <p>Congratulations! You are now subscribed.</p> </div> <div class="span6"> <img src="images/Subscribe.jpg" alt="subscribe to our mailing lists"/> </div> </div> </section> <section class="span12 mb15"> <div class="row-fluid mb15"> <div class="span6"> <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-users" ></i></span> User Mailing List</h3> <p>The user list is intended for help or issues with OFBiz installation, deployment, custom development and usage related topics.</p> <p><i class="icon-info-circle"></i> Please remember if you are reporting an issue to include the following:</p> <ul class="iconsList"> <li ><i class="icon-check"></i> What you were looking for?</li> <li><i class="icon-check"> </i>How did you try to achieve it?</li> <li><i class="icon-check"></i> What did you expect as results?</li> <li><i class="icon-check"></i> What you actually got as results?</li> </ul> <a class="btn btnSmall" href="//lists.apache.org/list.html?user@ofbiz.apache.org">User List</a> </div> <div class="span6"> <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-cog-alt"></i></span> Developer Mailing List</h3> <p>The developer list is strictly for topics related to the design and development of the OFBiz Project itself.</p> <p><i class="icon-info-circle"></i>Please don't ask questions relevant to User Mailing List in this Mailing List.</p> <p>If you are not sure to which list to post to then use the User Mailing List.</p> <a class="btn btnSmall" href="//lists.apache.org/list.html?dev@ofbiz.apache.org">Developer List</a> </div> </div> <div class="row-fluid"> <div class="span6"> <h3 class="mediumIconH3"> <span class="iconWrapper iconMedium"><i class="icon-resize-full-alt"></i></span> Commit Mailing List </h3> <p>The commits list is used to notify subscribers of commits to the OFBiz repositories. It is only used for reference. </p> <p><i class="icon-info-circle"></i>Please don't ask any questions on this list. It is not used for discussions.</p> <p>If you are not sure to which list to post to then use the User Mailing List.</p> <a class="btn btnSmall" href="//lists.apache.org/list.html?commits@ofbiz.apache.org">Commits List</a> </div> <div class="span6"> <h3 class="mediumIconH3"> <span class="iconWrapper iconMedium"><i class="icon-tasks"></i></span> Notifications Mailing List </h3> <p>The notifications list is used to notify the subscribers about activities in <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue Tracker</a>. It is only used for reference. </p> <p><i class="icon-info-circle"></i>Please don't ask any questions on this list. It is not used for discussions.</p> <p>If you are not sure to which list to post to then use the User Mailing List.</p> <a class="btn btnSmall" href="//lists.apache.org/list.html?notifications@ofbiz.apache.org">Notifications List</a> </div> </div> </section> <section class="span12 mb15 clearfix"> <h3>Community Help and Support</h3> <p>Our Community is keen to share information and support other OFBiz users. Please don't hesitate to view or participate in our mailing list discussions.</p> <h2>Un-subscribing from our Mailing Lists </h2> <div class="divider"><span></span></div> <p>To unsubscribe from any of the following lists, please send an empty, subjectless email to mailing list unsubscribe addresses.</p> <ul class="iconsList"> <li><i class="icon-pin"></i> user-unsubscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> dev-unsubscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> commits-unsubscribe@ofbiz.apache.org</li> <li><i class="icon-pin"></i> notifications-unsubscribe@ofbiz.apache.org</li> </ul> <p>Then, reply to the email from the mailing list manager program (EZMLM) to confirm unsubscribe.</p> </section> </div> </div> </section> </section> <!-- page content -->