The following comment has been added to this issue:
Author: Geoffrey
Created: Thu, 30 Dec 2004 6:17 AM
Body:
even "project documentation" could be configured this way.
If you also add a attribute none, you can even turn it off:
<projectDocumentation dist="none"/>
<!-- For backwards compability it is defaulted to dist="site" -->
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPPDF-28?page=comments#action_28456
---------------------------------------------------------------------
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 6:17 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]