dion 2004/02/02 14:20:45
Modified: xdoc/xdocs changes.xml
Log:
Doc for recent changes
Revision Changes Path
1.30 +23 -0 maven-plugins/xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- changes.xml 6 Jan 2004 23:59:46 -0000 1.29
+++ changes.xml 2 Feb 2004 22:20:45 -0000 1.30
@@ -7,6 +7,29 @@
<body>
<release version="1.5" date="in CVS">
+ <action dev="dion" type="update">
+ Apply MPXDOC-77.
+ - generated site is valid tableless XHTML with a fully css layout.
+ - Html elements are now used properly: link lists are ul,
+ titles are h1, h2, etc.
+ - invalid html produced for sections "name" elements is now fixed,
+ escaping unvalid chars (replaced by "_").
+ - Hrefs for local links (starting with "#") are fixed accordingly during
transformation
+ - whitespace in output has been dramatically reduced (only preserved in
sensitive elements
+ such as pre, script, style
+ - fixes layout during loading in internet explorer: empty images in the
+ nav bar are popping up with the default blue border and text is
+ initially unstyled.
+ - No empty images are used anymore ("handles" for nav bar are created using
css)
+ - xdoc:copy-user-resources also copies resource from maven.gen.docs and
+ not only from maven.docs.src: this allows for reporting plugins to
generate
+ images without copying them directly to maven.docs.dest
+ - users can add links _after_ the standard project info/project reports
section
+ setting the "type" attribute to "footer" for the menu element
+ ($nav/body/[EMAIL PROTECTED]'footer'])
+ - development process URL is not included if
maven.xdoc.developmentProcessUrl is empty
+ - xhtml fix: missing "alt" attribute for images (required in xhtml) is
added automatically
+ </action>
<action dev="jvanzyl" type="update">
Remove the need for ${pom} interpolation in properties. The use of the
maven:property tag is now used to glean a default property.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]