Hi everyone,
> <!-- The following are used to construct a copyright statement --> > - <year>2000–2011</year> > - <vendor>The Apache Software Foundation.</vendor> > + <year inception="true">2000</year> > + <vendor>The Apache Software Foundation. Licensed under Apache License > 2.0</vendor> > <copyright-link>http://www.apache.org/licenses/</copyright-link> Good idea, Clay, wasn't aware of this property. ;-) > + <!-- > <credit box-location="alt2"> > <name>Next ApacheCon Event</name> > <url>http://www.apache.org/events/current-event.html</url> > @@ -762,15 +773,25 @@ which will be used to configure the chos > <width>125</width> > <height>125</height> > </credit> > + --> > <!-- A credit with @role="pdf" will be used to compose a footer > for each page in the PDF, using either "name" or "url" or both. > --> > - <!-- > + <credit box-location="alt2"> > + <name>ApacheCon NA 2011</name> > + <url>http://na11.apachecon.com/</url> > + <image>http://apache.org/ads/ApacheCon/2011-na-125x125.png</image> > + <width>125</width> > + <height>125</height> > + </credit> Idea with this part (in my previous commit) was avoiding the link/description to ApacheCon getting outdated as the site isn't updated often. I realize that the direct link displays more interesting information, so I made a couple quick experiments and have confirmed that "http://[www.]apachecon.com/" redirects to the current event ("http://na11.apachecon.com/"). Therefore my proposal is changing to: <credit box-location="alt2"> <name>ApacheCon</name> <url>http://www.apachecon.com/</url> <image>http://www.apache.org/events/current-event-125x125.png</image> <width>125</width> <height>125</height> </credit> Sounds good? Cheers, Helder --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
