2     WL2PDF is an XSL-FO based converter from WLML (format used 
 
   3     by wolnelektury.pl for writing e-books) to print-friendly PDFs.
 
   9     Copyright © 2009,2010 Łukasz Rekucki
 
  11     WL2PDF is free software: you can redistribute it and/or modify
 
  12     it under the terms of the GNU Affero General Public License as published by
 
  13     the Free Software Foundation, either version 3 of the License, or
 
  14     (at your option) any later version.
 
  16     WL2PDF is distributed in the hope that it will be useful,
 
  17     but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  19     GNU Affero General Public License for more details.
 
  21     You should have received a copy of the GNU Affero General Public License
 
  22     along with WL2PDF.  If not, see <http://www.gnu.org/licenses/>.
 
  28       - Fairly new Java Runtime (1.5+)
 
  30       - Apache FOP <http://xmlgraphics.apache.org/fop/index.html> 
 
  31           (at least version 0.95, trunk is recommended)
 
  33       - XSLT 2.0 processor: Saxon9 <http://www.saxonica.com/index.html>          
 
  35       - Hyphenation is done via FOP, so read a section on it in their docs.
 
  37       - Some unicode-capable font, like DejaVu. 
 
  43      1) Compile FOP if needed.
 
  44      2) Generate font metrics (refer to FOP Documentation on that)
 
  45      3) Make a "fop-config.xml" out of the supplied example and place it in this directory.
 
  53       jython wl2pdf <list_of_files_to_convert>
 
  57       java org.lqsoft.wlml.WL2PDF <path_to_config> <file_to_convert>
 
  59       (Rember to place FOP, it's libraries and Saxon under your classpath).