Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3549/xdocs
Modified Files:
faq.fml
Log Message:
* xdocs/faq.fml
Note on encoding.
Index: faq.fml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/faq.fml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** faq.fml 4 Oct 2005 22:59:28 -0000 1.1
--- faq.fml 6 Oct 2005 18:19:43 -0000 1.2
***************
*** 2,11 ****
<faqs title="Frequently Asked Questions">
<part id="general">
! <faq id="about">
! <question>
! TODO
</question>
<answer>
! <p>TODO </p>
</answer>
</faq>
--- 2,13 ----
<faqs title="Frequently Asked Questions">
<part id="general">
! <faq id="encoding">
! <question>Why is encoding of non-ascii characters all messed up?
</question>
<answer>
! <p>See <i>useBodyEncodingForURI</i> in the <a
! href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/ajp.html">Tomcat Configuration Reference</a>. See
! <a href="http://archive-access.sourceforge.net/projects/nutch/faq.html#encoding">Nutchwax FAQ</a> for more detail.
! </p>
</answer>
</faq>
|