You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Felix Knecht <fe...@otego.com> on 2009/02/12 17:18:52 UTC

Layout of generated reports

Hi

I tried to adapt the layout of the generated maven reports to look like the project website (d.a.o). For first samples see
- http://people.apache.org/~felixk/studio/ (origin http://vm094.oxylos.org/projects/studio/)
- http://people.apache.org/~felixk/studio-plugin/ (origin of http://vm094.oxylos.org/projects/studio-plugin/)
- http://people.apache.org/~felixk/shared/ (origin http://vm094.oxylos.org/projects/shared/)

I hope you enjoy then :-)

For this I generated 3 different maven skins (ApacheDS - green, Studio - blue, TripleSec - red)
(https://svn.apache.org/repos/asf/directory/sandbox/felixk/skins).

To make use of the skins also the **/src/site/site needs to be adapted - what I would do.
I suggest to create a new project at directory root level containing the skins modules:

https://svn.apache.org/repos/asf/directory/skins/trunk/apacheds-skin
https://svn.apache.org/repos/asf/directory/skins/trunk/studio-skin
https://svn.apache.org/repos/asf/directory/skins/trunk/triplesec-skin
https://svn.apache.org/repos/asf/directory/skins/branches
https://svn.apache.org/repos/asf/directory/skins/tags


All shared sub projects like shared/daemon/installers/... could use the ApacheDS skin (green).

Do we need to vote on this?

WDOT?

Regards
Felix

Re: Layout of generated reports

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi Felix,

Some comments in line.

On Thu, Feb 12, 2009 at 5:18 PM, Felix Knecht <fe...@otego.com> wrote:

> Hi
>
> I tried to adapt the layout of the generated maven reports to look like the
> project website (d.a.o). For first samples see
> - http://people.apache.org/~felixk/studio/<http://people.apache.org/%7Efelixk/studio/>(origin
> http://vm094.oxylos.org/projects/studio/)
> - http://people.apache.org/~felixk/studio-plugin/<http://people.apache.org/%7Efelixk/studio-plugin/>(origin of
> http://vm094.oxylos.org/projects/studio-plugin/)
> - http://people.apache.org/~felixk/shared/<http://people.apache.org/%7Efelixk/shared/>(origin
> http://vm094.oxylos.org/projects/shared/)
>
> I hope you enjoy then :-)


This is very slick! Very cool integration... Way better than the standard
maven look (although there are still a few glitches but this is due to an
overlap on the 2 CSS files I think).
Thanks Felix!


> For this I generated 3 different maven skins (ApacheDS - green, Studio -
> blue, TripleSec - red)
> (https://svn.apache.org/repos/asf/directory/sandbox/felixk/skins).
>
> To make use of the skins also the **/src/site/site needs to be adapted -
> what I would do.
> I suggest to create a new project at directory root level containing the
> skins modules:
>
> https://svn.apache.org/repos/asf/directory/skins/trunk/apacheds-skin
> https://svn.apache.org/repos/asf/directory/skins/trunk/studio-skin
> https://svn.apache.org/repos/asf/directory/skins/trunk/triplesec-skin
> https://svn.apache.org/repos/asf/directory/skins/branches
> https://svn.apache.org/repos/asf/directory/skins/tags
>
>
> All shared sub projects like shared/daemon/installers/... could use the
> ApacheDS skin (green).
>
> Do we need to vote on this?


I don't think a vote is needed for this, but this is just my personal
thought about it.

Regards,
Pierre-Arnaud