Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPPDF-28 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPPDF-28 Summary: Allow navigation.xml items to specify "site" or "pdf" Type: Wish Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-pdf-plugin Versions: 2.2 Assignee: Arnaud HERITIER Reporter: Geoffrey Created: Thu, 30 Dec 2004 5:42 AM Updated: Thu, 30 Dec 2004 5:42 AM Description: Making 2 navigation.xml's, one for de site and one for the pdf is a solution, but gives somes problems - duplicate code (that evil if you need to maintain it) - the pdf navigation is rendered on the site (can be fixed), for example: http://maven.apache.org/navigation-pdf.html I think it would be nicer if we could say: <item name="siteOnly" href="/siteOnly.html" dist="site"> <item name="pdfOnly" href="/pdfOnly.html" dist="pdf"> <item name="both" href="/both.html"> <!-- defaults to dist="all"--> We might need to brainstorm over a better entry name then dist alternatively: --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
