aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* added pdftkClay Leeds2004-11-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198148 13f79535-47bb-0310-9956-ffa450edef68
* added Mailing List itemsClay Leeds2004-11-121-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198141 13f79535-47bb-0310-9956-ffa450edef68
* removed &lt;!-- and --&gt; from <STYLE> section, which fixes "yes" ↵Clay Leeds2004-11-121-2/+0
| | | | | | background-color git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198140 13f79535-47bb-0310-9956-ffa450edef68
* re-added leading slash in '/compliance' xsl:template matchClay Leeds2004-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198134 13f79535-47bb-0310-9956-ffa450edef68
* updated colors to be light green - yes, light red - no, yellow - partialClay Leeds2004-11-101-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198133 13f79535-47bb-0310-9956-ffa450edef68
* Renamed book.xml to DnI.xml to prevent confusion with the forrestSimon Pepping2004-11-093-14/+14
| | | | | | | book.xml naming convention. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198132 13f79535-47bb-0310-9956-ffa450edef68
* swtiched to verbosity=0 limiting debug outputClay Leeds2004-11-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198131 13f79535-47bb-0310-9956-ffa450edef68
* updated to Cheche's versionClay Leeds2004-11-081-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198130 13f79535-47bb-0310-9956-ffa450edef68
* reverted to document-v13.dtd (couldn't get it to validate under ↵Clay Leeds2004-11-081-57/+57
| | | | | | document-v20.dtd) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198128 13f79535-47bb-0310-9956-ffa450edef68
* updated to enable wholesite.pdf/.html (not working yet)Clay Leeds2004-11-081-91/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198127 13f79535-47bb-0310-9956-ffa450edef68
* removed all book.xml files (except DnI)Clay Leeds2004-11-085-262/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198126 13f79535-47bb-0310-9956-ffa450edef68
* updated to use 'external' fop-specific catalog.xcat file (catalog.fop.xcat)Clay Leeds2004-11-082-4/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198125 13f79535-47bb-0310-9956-ffa450edef68
* added XML catalog items (for DTD validation), and src/documentation/classes ↵Clay Leeds2004-11-082-0/+49
| | | | | | directory git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198124 13f79535-47bb-0310-9956-ffa450edef68
* Updates to achieve a /forrest/ BUILD SUCCESSSFUL for the xml-fop web site.Clay Leeds2004-11-068-837/+382
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198123 13f79535-47bb-0310-9956-ffa450edef68
* added site.xml to prepare for forrest-0.6Clay Leeds2004-10-271-0/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198103 13f79535-47bb-0310-9956-ffa450edef68
* changed &rarr; to &#x2192; in line 2245Clay Leeds2004-10-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198097 13f79535-47bb-0310-9956-ffa450edef68
* Moved Luca to the committer's list, updated news section.Glen Mazza2004-10-162-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198046 13f79535-47bb-0310-9956-ffa450edef68
* update todo listChris Bowditch2004-09-211-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197954 13f79535-47bb-0310-9956-ffa450edef68
* First versionSimon Pepping2004-08-051-0/+207
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197856 13f79535-47bb-0310-9956-ffa450edef68
* First committed versionSimon Pepping2004-08-0118-0/+8722
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197850 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-15/+28
| | | | | | | | | | | | | | | | for RenderType and FOUserAgent removed, to allow for better checking of a valid Driver object at time of construction. (Also, will reduce need to validate Driver object should it be a parameter to a method.) 2.) Added validity checking of renderType to FOTreeBuilder as well, in effect decoupling Driver from FOTreeBuilder (the latter can work on its own now.) 3.) Updated the various examples and the documentation to indicate the new API. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197801 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Removed the get/setLogger methods from Driver, obsolete with ↵Glen Mazza2004-06-201-19/+6
| | | | | | | | | | Commons-Logging. 2.) Updated examples and documentation. 3.) Added a -v option to show version of FOP being used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197740 13f79535-47bb-0310-9956-ffa450edef68
* added year to Jeremy birthdayClay Leeds2004-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197700 13f79535-47bb-0310-9956-ffa450edef68
* Added/moved Clay Leeds to Active Committers and added to Areas of Expertise ↵Clay Leeds2004-06-111-14/+39
| | | | | | (Forrest) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197697 13f79535-47bb-0310-9956-ffa450edef68
* Moved myself to the list of active committersSimon Pepping2004-05-271-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197644 13f79535-47bb-0310-9956-ffa450edef68
* added fix break-* properties to layout todo listChris Bowditch2004-05-261-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197633 13f79535-47bb-0310-9956-ffa450edef68
* As I do more testing I'm narrowing down problems with markers, and I'm ↵Chris Bowditch2004-05-201-2/+1
| | | | | | trying to keep status up to date for others to follow git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197612 13f79535-47bb-0310-9956-ffa450edef68
* update markers todo item as re-parenting was not an accurate descriptionChris Bowditch2004-05-191-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197608 13f79535-47bb-0310-9956-ffa450edef68
* updated status: we can finally cross one item off the todo listChris Bowditch2004-05-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197603 13f79535-47bb-0310-9956-ffa450edef68
* Updated news page.Glen Mazza2004-04-241-57/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197538 13f79535-47bb-0310-9956-ffa450edef68
* Returned documentation on how to do Avalon logging; documentation now in two ↵Glen Mazza2004-04-111-2/+27
| | | | | | sections. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197497 13f79535-47bb-0310-9956-ffa450edef68
* added Luca Furini to contributor sectionChris Bowditch2004-04-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197495 13f79535-47bb-0310-9956-ffa450edef68
* testing commit accessAndreas L. Delmelle2004-04-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197491 13f79535-47bb-0310-9956-ffa450edef68
* Update to examples: added text about DOM2PDF and PDF Transcoder examples.Glen Mazza2004-04-011-11/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197476 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-03-312-6/+6
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Conversion of Avalon to Commons-Logger. (Will still need to update the examples, which I will take care of next; Jeremias will be modifying the PDF libraries for more efficient use of the CL loggers.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197474 13f79535-47bb-0310-9956-ffa450edef68
* fixed broken linkChristian Geisert2004-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197472 13f79535-47bb-0310-9956-ffa450edef68
* updated anttask documentationGlen Mazza2004-03-201-4/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197465 13f79535-47bb-0310-9956-ffa450edef68
* updated status of layout development work on HEAD as discussed on fop-userChris Bowditch2004-03-171-6/+83
| | | | | | | http://nagoya.apache.org/eyebrowse/ReadMsg?listName=fop-user@xml.apache.org&msgNo=10498 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197459 13f79535-47bb-0310-9956-ffa450edef68
* Add Clay to news page.Glen Mazza2004-03-071-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197422 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-0226-0/+410
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197411 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-0239-124/+748
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197410 13f79535-47bb-0310-9956-ffa450edef68
* Updated info on Barcode4JJeremias Maerki2004-03-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197409 13f79535-47bb-0310-9956-ffa450edef68
* Updated my entry.Jeremias Maerki2004-03-021-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197408 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-0230-60/+529
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197407 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-0220-94/+509
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197406 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-025-33/+142
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197405 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-03-0213-851/+916
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197404 13f79535-47bb-0310-9956-ffa450edef68
* corrected compliance for baseline-shift and vertical-align propertiesChris Bowditch2004-03-011-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197401 13f79535-47bb-0310-9956-ffa450edef68
* Testing my software setup byChris Bowditch2004-03-011-1/+2
| | | | | | | updating my description on Team page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197400 13f79535-47bb-0310-9956-ffa450edef68
* Updated team page--moved Finn, Andreas, Chris and Peter to active status;Glen Mazza2004-01-191-30/+21
| | | | | | | | set Victor and Keiron to inactive status, removed "former contributor" section in favor of going back to giving credit within source files. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197219 13f79535-47bb-0310-9956-ffa450edef68