Hi. My name is John Thorhauer and I just started to try and integrate the project that I am working on into the Maven structure. Everything seems to be going fairly well.
However, I was wondering if the <section> area of the site.dvsl could be modified so that it would allow me to add content to a page without having an <h3> heading at the top. Let me explain why I need this and maybe you can tell me if there is a better way to do it. I would like this capability for my default /index.html page where I would like to display a logo with no header across the top of the page. I am sure that there are other examples. Here is the diff that would allow this to work: Index: jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl =================================================================== RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v retrieving revision 1.42 diff -r1.42 site.dvsl 299c299,301 < <h3><a name="$attrib.name">$attrib.name</a></h3> --- > #if($attrib.name.length()>0) > <h3><a name="$attrib.name">$attrib.name</a></h3> > #end Thanks, John -- ******************************** ** John Thorhauer ** [EMAIL PROTECTED] ** take a look at: ** http://tambora.zenplex.org ** http://www.zenplex.org ** http://www.zenplex.com ******************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
