You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by - - <jy...@hotmail.fr> on 2005/11/23 17:46:23 UTC

[m2] questions about for site creation (xdoc and static (X)HTML pages)

1. [m2 2.0] how can integrate static html or xhtml pages and keeping left 
maven menu ?
(i put statics pages in src/site/resources folder => ok but left menu 
disappears )

with transformatioon
/apt
/fml
/xdoc
/resources

/html      ?????
/xhtml    ?????

with maven 1 , it was possible to have html pages => html -> xdoc -> html , 
same way with m2 ?

2. [m2 2.0] character encoding problem with apt or xdoc format :

I try this in super pom in <reports> section
<plugins>
     <plugin>
      <artifactId>maven-site-plugin</artifactId>
      <configuration>
        <outputEncoding>ISO-8859-1</outputEncoding>
      </configuration>
    </plugin>
and put <?xml version="1.0" encoding="ISO-8859-1"?> in my xdoc  documents, 
and encode my characters with \xHexaValue in apt documents.

it seems a bug ?

Thx

_________________________________________________________________
Apprenez à lutter contre le spam ! 
http://go.msn.fr/10-channel/80-security/spam/default.asp


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


Re: [m2] questions about for site creation (xdoc and static (X)HTML pages)

Posted by Allan Ramirez <ar...@exist.com>.
http://docs.codehaus.org/display/MAVENUSER/FAQs

regards,
-allan

- - wrote:

> 1. [m2 2.0] how can integrate static html or xhtml pages and keeping 
> left maven menu ?
> (i put statics pages in src/site/resources folder => ok but left menu 
> disappears )
>
> with transformatioon
> /apt
> /fml
> /xdoc
> /resources
>
> /html      ?????
> /xhtml    ?????
>
> with maven 1 , it was possible to have html pages => html -> xdoc -> 
> html , same way with m2 ?
>
> 2. [m2 2.0] character encoding problem with apt or xdoc format :
>
> I try this in super pom in <reports> section
> <plugins>
>     <plugin>
>      <artifactId>maven-site-plugin</artifactId>
>      <configuration>
>        <outputEncoding>ISO-8859-1</outputEncoding>
>      </configuration>
>    </plugin>
> and put <?xml version="1.0" encoding="ISO-8859-1"?> in my xdoc  
> documents, and encode my characters with \xHexaValue in apt documents.
>
> it seems a bug ?
>
> Thx
>
> _________________________________________________________________
> Apprenez � lutter contre le spam ! 
> http://go.msn.fr/10-channel/80-security/spam/default.asp
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>