You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/09/02 07:34:03 UTC

[jira] Commented: (MPXDOC-160) Allow navigation.xml items to specify "site" or "pdf"

    [ http://jira.codehaus.org/browse/MPXDOC-160?page=comments#action_45682 ] 

Lukas Theussl commented on MPXDOC-160:
--------------------------------------

I am not in favour of this change either. The pdf and xdoc plugins have actually many more things in common (they both present the same information), and we have had troubles to keep the pdf plugin synchronized with xdoc in the past. But this is going to be addressed more systematically in m2 and some features might get backported to m1 in the future; until then I think it's best to keep the two separated.

> Allow navigation.xml items to specify "site" or "pdf"
> -----------------------------------------------------
>
>          Key: MPXDOC-160
>          URL: http://jira.codehaus.org/browse/MPXDOC-160
>      Project: maven-xdoc-plugin
>         Type: Wish
>     Reporter: Geoffrey

>
>
> 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:

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org