Re: [VOTE] Apache Maven 3.0.4

2011-11-25 Thread Ivan Habunek
+1 (non binding) Works fine on log4php. Regards, Ivan On 25 November 2011 10:17, Olivier Lamy wrote: > Hello, > > I'd like to release Apache Maven 3.0.4. > > We fixed 31 issues. > See release notes: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=17215 > > The staged

Re: [DISCUSS] changing logo: a logo contest ?

2011-11-22 Thread Ivan Habunek
On 22 November 2011 22:03, Stephen Connolly wrote: > i really like the new openejb site... if we can do something like that for > the home page it would be great. Wow, that's using bootstrap to it's full effect... Really nice implementation. Regards, Ivan ---

Re: [fluido skin] new staging version

2011-11-15 Thread Ivan Habunek
Few small issues: You have a broken right banner on the main page: Also the topbar version links to banner images which do not exist: ../../../images/apache-maven-project-2.png ../../../images/maven-logo-2.gif Can you check it out? I would but I'm not doing so well with free time atm...

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Ivan Habunek
On 14 November 2011 21:19, Simone Tripodi wrote: > AMAZING Ivan!!! > does it work with JS as well? Yup. JS and CSS. Just be careful to test it out before deploying. Sometimes it acts a little bit quirky in my experience. Regards, Ivan

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Ivan Habunek
You can use maven minify plugin [1] to combine all CSS files into one (and minify them along the way). I tried it for the log4php web site and it seems to work pretty well. [1] http://maven-samaxes-plugin.googlecode.com/svn/sites/maven-minify-plugin/usage.html Regards, Ivan On 14 November 2011

Re: Fluido skin & Maven site

2011-10-27 Thread Ivan Habunek
On 27 October 2011 15:56, Simone Tripodi wrote: > I'll update later bot samples of generated site to see the results :) > I really want to say a big THANK YOU to Ivan for the amazing > suggestion to implement that feature. I researched the usage of custom tag earlier since it is not documented at

Re: Fluido skin & Maven site

2011-10-26 Thread Ivan Habunek
On 26 October 2011 09:47, Olivier Lamy wrote: > Hello, > Not sure it's possible with site.xml. > My idea was using project.properties. If you wish to have the config in site.xml you can use the element. Something like: true Then you can use it in the site template like this: $decora

[skin][fluido] APT vs XDOC

2011-10-17 Thread Ivan Habunek
Hi, One problem with using APT for writing docs is that code can only be included within the +-- tags. This is rendeder as two nested elements Then you add the prettpyrint class by javascript to all elements within elements. This does not allow for non-prettified blocks and makes some pa

Re: Fluido skin & Maven site

2011-10-17 Thread Ivan Habunek
On 17.10.2011. 22:39, Olivier Lamy wrote: see http://people.apache.org/~olamy/maven/site/ right looks strange now ? If nobody complains I will push that :-) To me, the right banner picture still looks out of place... I think it would look better if you removed it and added some margins on th

Re: Fluido skin & Maven site

2011-10-17 Thread Ivan Habunek
On 17.10.2011. 21:18, Simone Tripodi wrote: WDYT? Long Maven site pages justify the presence of the top menu bar - which allow switching from a section to another without scrolling back on top. That looks very nice. Now just to replace the logo with something nicer. I'm not much of an artist,

Re: [skin][fluido] Menu location

2011-10-15 Thread Ivan Habunek
On 15.10.2011. 14:17, Simone Tripodi wrote: Hi Ivan! the reason why I started adding menus in 2 places is that while the sidebar is fixed in the page, the topbar is always available while scrolling the pages; immagine the skin applied to the Apache Commons Digester guide[1], once reached the bott

[skin][fluido] Menu location

2011-10-15 Thread Ivan Habunek
Hi guys. The way it is now in sanbox, the from site.xml is rendered in the side bar and in the top bar. Additionaly are rendered in the right part of the top bar. I think there's no reason to have rendered in two places. I can see several options here: 1. Render the in the top bar, and

Re: [skin][fluido] Operation not possible

2011-10-14 Thread Ivan Habunek
On 14.10.2011. 21:36, Simone Tripodi wrote: Hi all guys, after latest modifications, when generating the site, the site plugin reports the following error: [ERROR] Left side ($decoration.bannerLeft.name) of '!=' operation has null value. Operation not possible. META-INF/maven/site.vm [line 547,

Re: Bootstrap maven skin

2011-10-13 Thread Ivan Habunek
On 12 October 2011 17:22, Simone Tripodi wrote: > @Ivan: you are *much more* than welcome, I really need a big help on > finalizing it! Feel free to asking whatever is needed, I will more > than pleased to reply! Thanks. I started incorporating some of my tweaks. We'll see how it goes. Do we wan

Re: Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
On 12 October 2011 15:17, Olivier Lamy wrote: > hehe. > Note this skin use an other css called boostrap-override.css which is > empty by default. > But you can put your own in you project src/site/resources/css to > override some class. (yes some people don't like black topbar or > images with bor

Re: Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
ere: > http://svn.apache.org/repos/asf/maven/sandbox/trunk/skin/maven-fluido-skin/ > . > > sandbox path is open for all apache committers so feel free to participate. > > 2011/10/12 Ivan Habunek : >> Hi everybody, >> >> I've been talking to Christian Grobmeier and

Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
Hi everybody, I've been talking to Christian Grobmeier and he informs me that there is an ongoing effort to create a Bootstrap [1] powered skin for maven. I would like to inform you that there is an almost finished one which I've created for the Apache log4php project. If you like, we can combine