CVS: jfor/docs/website/www.jfor.org index.html,1.7,1.8

Bertrand Delacretaz <[email protected]> Thu, 26 Dec 2002 02:03:57 -0800
Newsgroups gmane.text.xml.jfor.cvs
Message-ID <[email protected]>
Update of /cvsroot/jfor/jfor/docs/website/www.jfor.org
In directory sc8-pr-cvs1:/tmp/cvs-serv1465/docs/website/www.jfor.org

Modified Files:
	index.html 
Log Message:
index.html updated: wishlists, giving back

Index: index.html
===================================================================
RCS file: /cvsroot/jfor/jfor/docs/website/www.jfor.org/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.html	18 Sep 2002 12:43:23 -0000	1.7
--- index.html	26 Dec 2002 10:03:55 -0000	1.8
***************
*** 3,7 ****
  <head>
  <title>jfor - Open-Source Java XSL-FO to RTF converter - XML to RTF publishing</title>
! <meta name="keywords" content="jfor xsl-fo xsl:fo rtf java xml xsl fop pdf winword word codeconsult Bertrand Delacrétaz www.jfor.org www.codeconsult.org">
  
  <style type="text/css">
--- 3,7 ----
  <head>
  <title>jfor - Open-Source Java XSL-FO to RTF converter - XML to RTF publishing</title>
! <meta name="keywords" content="jfor xsl-fo xsl:fo rtf java xml xsl fop pdf winword word codeconsult Bertrand Delacr?taz www.jfor.org www.codeconsult.org">
  
  <style type="text/css">
***************
*** 22,25 ****
--- 22,29 ----
          font-size:90%;
  }
+ .smallLinks
+ {
+         font-size:90%;
+ }
  </style>
  
***************
*** 34,50 ****
  <h3>NEWS</h3>
  <ul class="news">
! <li>July 11th, 2002: 
! A workaround for the lack of XSL-FO attributes inheritance is available, more info in the
! <a href="http://sourceforge.net/forum/forum.php?forum_id=193748">news at SourceForge</a>.
  </li>
  
! <li>July 11th, 2002:
! As of V0.7.0, jfor is released under a new ASF-compatible license found 
! <a href="jfor-license.html">here</a>
  </li>
  
! <li>
! If you're using jfor or evaluated it, we would appreciate your feedback at <a href="mailto:[email protected]">[email protected]</a> 
! (but please use the <a href="http://sourceforge.net/mail/?group_id=29441">mailing lists</a> for questions about jfor usage). 
  </li>
  
--- 38,53 ----
  <h3>NEWS</h3>
  <ul class="news">
! <li>December 26th, 2002:
! <a target=_"new" href="http://nagoya.apache.org/wiki/apachewiki.cgi?JforIntegrationInFop">Explanations and a roadmap</a>
! for the jfor-FOP integration are available at the Apache Wiki.
  </li>
  
! <li>December 26th, 2002:
! <em>Giving back</em> section added below. This is Christmas, isn't it?
  </li>
  
! <li>July 11th, 2002: 
! A workaround for the lack of XSL-FO attributes inheritance is available, more info in the
! <a href="http://sourceforge.net/forum/forum.php?forum_id=193748">news at SourceForge</a>.
  </li>
  
***************
*** 65,69 ****
  <a href="http://www.jfor.org/jfor-license.html">http://www.jfor.org/jfor-license.html</a>.
  Releases prior to V0.7.0 used the Mozilla Public License V1.1, but this was changed to make it possible
! to distribute jfor with projects of the Apache Software Foundation.
  </p>
  
--- 68,72 ----
  <a href="http://www.jfor.org/jfor-license.html">http://www.jfor.org/jfor-license.html</a>.
  Releases prior to V0.7.0 used the Mozilla Public License V1.1, but this was changed to make it possible
! to distribute jfor with projects of the Apache Software Foundation (like <a href="http://xml.apache.org/cocoon">Cocoon</a>).
  </p>
  
***************
*** 84,88 ****
  <ul>
  <li>XSL-FO documents that are compatible with FOP 0.20
! <li>Microsoft Word 97 to check the output RTF documents.
  </ul>
  
--- 87,91 ----
  <ul>
  <li>XSL-FO documents that are compatible with FOP 0.20
! <li>Microsoft Word 97 and 2000 to check the output RTF documents.
  </ul>
  
***************
*** 132,161 ****
  See <a href="jfor-readme.html">jfor-readme.html</a>.
  
! <h3>THE TEAM</h3>
  The persons listed below are the major contributors. In addition, several people have provided 
  smaller fixes and ideas, which are acknowledged directly in the source code. Please let us know if
! you see something wrong or missing in this list. 
  <ul>
! <li><a href="mailto:[email protected]">Bertrand Delacrétaz</a>: project manager and lead developer (<a href="http://www.codeconsult.ch">www.codeconsult.ch</a>).
! <li><a href="mailto:[email protected]">Andreas Putz</a>: major code contributions, including image handling (<a href="http://www.skynamics.com">www.skynamics.com</a>).
! <li><a href="mailto:[email protected]">Chris Scott</a>: major code contributions that "make it look good".
! <li><a href="mailto:[email protected]">Roberto Marra</a>: many bug fixes in the converter and RTF library packages.
! <li><a href="mailto:[email protected]">Boris Poudérous</a>: paragraph spacing and color attributes handling, page-number-citation, etc..</li> 
! <li><a href="mailto:[email protected]">Laurent Caprani</a>: provided interesting insight and analysis of RTF constructs.
! <li><a href="mailto:[email protected]">Gianugo Rabellino</a>: Cocoon 2 serializer + build.xml changes for conditional compilation of Cocoon modules .
  </ul>
  
- <h3>CONTRIBUTING</h3>
- We are currently looking for the following contributions:
- <li>Feedback! Please let us know (<a href="mailto:[email protected]">[email protected]</a>) how you are using jfor,
- on which platforms, for which types of documents, etc.
- <li>XSL-FO test documents that demonstrate jfor features or problems. Small, focused and self-explanatory documents
- (like the ones found in the "samples" directory of the jfor source distribution) are most welcome.
- <li>Code enhancements or fixes - some XSL-FO files in the "samples" directory show a number of problems that need to
- be fixed.
- 
  <h3>LIMITATIONS</h3>
! As of V0.7.0, jfor has limited support of FO blocks, inline elements, lists, tables and images.
! <br>Using jfor to convert the files found in the "samples" directory of the source distribution will give you a good overview of jfor's current capabilities and limitations.
  
  <br>&nbsp;
--- 135,258 ----
  See <a href="jfor-readme.html">jfor-readme.html</a>.
  
! <h3><a name="team">THE TEAM</a></h3>
! <p>
  The persons listed below are the major contributors. In addition, several people have provided 
  smaller fixes and ideas, which are acknowledged directly in the source code. Please let us know if
! you see something wrong or missing in this list.
! </p>
!  
! <table cellpadding="4" border="0" width="100%">
! 
! <tr>
! <td>&nbsp;</td>
! <td><span class="smallLinks">Links</span></td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Bertrand Delacr&eacute;taz</a>: project manager and lead developer
! </td>
! <td valign="top">
! <span class="smallLinks">
! <a href="http://cvs.apache.org/~bdelacretaz">Bertrand's&nbsp;homepage</a>.
! <br/>
! <a href="http://www.amazon.com/o/registry/3MRPETNELH77K">Bertrand's&nbsp;wishlist</a>.
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Andreas Putz</a>: major code contributions, including image handling.
! </td>
! <td valign="top">
! <span class="smallLinks">
! <a href="http://www.skynamics.com">www.skynamics.com</a>
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Chris Scott</a>: major code contributions that "make it look good".
! </td>
! <td valign="top">
! <span class="smallLinks">
! &nbsp;
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Roberto Marra</a>: many bug fixes in the converter and RTF library packages.
! </td>
! <td valign="top">
! <span class="smallLinks">
! <a href="http://www.link-u.com">www.link-u.com</a>
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Boris Poud&eacute;rous</a>: paragraph spacing and color attributes handling, page-number-citation, etc..
! </td>
! <td valign="top">
! <span class="smallLinks">
! <a href="http://www.amazon.fr/exec/obidos/registry/14VGHT4X8ZT1H/ref%3Dwl%5Fem%5Fto/171-7529403-3201833">
! Boris's&nbsp;whishlist
! </a>
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Laurent Caprani</a>: provided interesting insight and analysis of RTF constructs.
! </td>
! <td valign="top">
! <span class="smallLinks">
! &nbsp;
! </span>
! </td>
! </tr>
! 
! <tr>
! <td valign="top">
! <a href="mailto:[email protected]">Gianugo Rabellino</a>: Cocoon 2 serializer + build.xml changes for conditional compilation of Cocoon modules .
! </td>
! <td valign="top">
! <span class="smallLinks">
! &nbsp;
! </span>
! </td>
! </tr>
! 
! </table>
! 
! 
! <h3>GIVING BACK</h3>
! <p>
! If jfor has helped you in any way, you're most welcome to give something back to the project so that it can live on.
! Large or small does not matter much, but giving back or not makes a lot of difference!
! <br/>
! You can give something back by:
! </p>
! 
  <ul>
! <li>Answering questions on the mailing lists (users or developers)</li>.
! <li>Giving feedback (<a href="mailto:[email protected]">[email protected]</a>), reporting bugs, 
! telling us how you use jfor, etc.</li>
! <li>Contributing code patches and enhancements.</li>
! <li>Contributing documentations, examples and tutorials.</li>
! <li>Buying a small gift for contributors (see <a href="#team">wishlist links</a> above).</li>
  </ul>
  
  <h3>LIMITATIONS</h3>
! As of V0.7.1, jfor has limited support of FO blocks, inline elements, lists, tables and images. Generated documents can look really nice
! if you're careful to work within the current limitations.  
! <br>Using jfor to convert the files found in the "samples" directory of the source distribution 
! will give you a good overview of jfor's current capabilities and limitations.
  
  <br>&nbsp;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf