You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sh...@apache.org on 2012/09/28 07:09:32 UTC

svn commit: r1391300 - /xalan/c/trunk/xdocs/sources/xalan/faq.xml

Author: shathaway
Date: Fri Sep 28 05:09:31 2012
New Revision: 1391300

URL: http://svn.apache.org/viewvc?rev=1391300&view=rev
Log:
Xalan-C faq page sources update

Modified:
    xalan/c/trunk/xdocs/sources/xalan/faq.xml

Modified: xalan/c/trunk/xdocs/sources/xalan/faq.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/faq.xml?rev=1391300&r1=1391299&r2=1391300&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/faq.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/faq.xml Fri Sep 28 05:09:31 2012
@@ -222,7 +222,25 @@
     
 <faq title="Submitting Patches">
 <q>Who do I submit patches to?</q>
-<a><p>Your contributions are much appreciated! Please e-mail your patches to <human-resource-ref idref="xalandev"/>.</p></a>
+<a><p>Your contributions are much appreciated! You can e-mail your patches to 
+      <human-resource-ref idref="xalandev"/> or raise an issue on the 
+      <jump href="https://issues.apache.org/jira/browse/XALANC">Jira issue tracking system</jump>.</p>
+   <p>The Xalan projects use Jira as the issue tracking system.  Any significant bug or feature request is
+      posted to this system.  You must subscribe to the system in order to submit patches and raise
+      issues.</p>
+<ul>
+<li>Subscribe to Jira at: 
+    <jump href="https://issues.apache.org/jira">https://issues.apache.org/jira</jump>
+</li>
+<li>Browse the issues at: 
+    <jump href="https://issues.apache.org/jira/browse/XALANC">https://issues.apache.org/jira/browse/XALANC</jump>
+</li>
+</ul>
+    <p>Issues posted to the project on Jira at XALANC are automatically posted to the
+       <human-resource-ref idref="xalandev"/></p>
+    <p>Our mailing lists are moderated.  You should subscribe to the mailing list in order to
+      post a message, otherwise message delivery requires manual intervention or may be dropped.</p>
+</a>
 </faq>
 
 <faq title="Transformation Output Methods">
@@ -341,6 +359,8 @@
    <p>On Windows, the LocalMsgIndex.hpp header is generated by the Localization project.  By building any project that has a 
       dependency on the Localization project, will trigger the Message Localization component to built and the LocalMsgIndex.hpp 
       to be generated.</p>
+   <p>On Windows binary distributions, the LocalMsgIndex.hpp file is a member of the "<code>Include</code>" directory.</p>
+   <p>On Unix binary distributions, the LocalMsgIndex.hpp file is a member of the "<code>include/xalanc/PlatformSupport</code>" directory.</p>
 </a>
 </faq>
 	



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org