Author: ltheussl
Date: Tue Oct 9 13:17:31 2007
New Revision: 583288
URL: http://svn.apache.org/viewvc?rev=583288&view=rev
Log:
Remove debug code
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
M
Author: ltheussl
Date: Tue Oct 9 13:13:04 2007
New Revision: 583285
URL: http://svn.apache.org/viewvc?rev=583285&view=rev
Log:
Rename DocRendererException to DocumentRendererException. Deprecate DocRenderer.
Added:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apach
Author: ltheussl
Date: Tue Oct 9 12:57:16 2007
New Revision: 583279
URL: http://svn.apache.org/viewvc?rev=583279&view=rev
Log:
DOXIASITETOOLS-5: Add new DocumentRenderer interface. Clean up package
structure. Add FO document renderer.
Added:
maven/doxia/doxia-sitetools/trunk/doxia-doc-rend
Author: ltheussl
Date: Tue Oct 9 12:52:25 2007
New Revision: 583277
URL: http://svn.apache.org/viewvc?rev=583277&view=rev
Log:
DOXIA-157: generalize determination of parser Ids, files with .xml extension,
eg xdocs, were always parsed by the docbook parser.
Modified:
maven/doxia/doxia/trunk
Author: ltheussl
Date: Tue Oct 9 12:47:42 2007
New Revision: 583274
URL: http://svn.apache.org/viewvc?rev=583274&view=rev
Log:
Clean up some comments.
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/mdo/document.mdo
Modified:
maven/doxia/doxia-sitetools/trunk/doxia
Author: ltheussl
Date: Tue Oct 9 12:46:15 2007
New Revision: 583271
URL: http://svn.apache.org/viewvc?rev=583271&view=rev
Log:
Add tests for rendering of entities, comments, CDATA and javascript blocks.
Added:
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/entityTe
Author: ltheussl
Date: Tue Oct 9 12:44:11 2007
New Revision: 583270
URL: http://svn.apache.org/viewvc?rev=583270&view=rev
Log:
Add some TODOs
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
Modified:
Author: ltheussl
Date: Tue Oct 9 12:39:07 2007
New Revision: 583267
URL: http://svn.apache.org/viewvc?rev=583267&view=rev
Log:
DOXIA-137, DOXIA-154, DOXIA-155: Add comments to sink API. Make XmlParsers
recognize CDATA, entities and comments. Add script tag to XdocParser.
Modified:
maven/do