Re: [skin][fluido] APT vs XDOC

2011-10-17 Thread Brett Porter
I recently did a bit of work with the markdown module, which is a good alternative to APT. I'd be interested in exploring supporting GitHub Flavored Markdown so that you can mark up blocks a bit more: ```java ``` etc. - Brett On 18/10/2011, at 5:28 PM, Ivan Habunek wrote: > Hi, > > One pro

[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: [skin / doxia] escaping issue with menu items

2011-10-17 Thread Lukas Theussl
looks like http://jira.codehaus.org/browse/MSITE-333 The problem is certainly in Doxia, not velocity. -Lukas On 10/17/2011 08:55 PM, Robert Scholte wrote: I've just discovered there's an escaping issue with the menu items (both fluido and current maven skin). The ampersand of 'Maven 2& 3

Re: [skin / doxia] escaping issue with menu items

2011-10-17 Thread Brett Porter
That sounds more like a doxia xhtml renderer issue... On 18/10/2011, at 5:55 AM, Robert Scholte wrote: > > > I've just discovered there's an escaping issue with the menu items (both > fluido and current maven skin). > The ampersand of 'Maven 2 & 3' is not escaped. > The question is: which of t

Re: Fluido skin & Maven site

2011-10-17 Thread Barrie Treloar
Having larger fonts is making my reading experience better. I think in general it is an improvement. Here are some nitpicks (I'm no web site designer) - feel free to nitpick them too. I'm not convinced about the drop down menus, I tend to visually ignore them, but that may just be me. On http:/

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 Olivier Lamy
euh refresh ? small issue to fix: removing | after publication date. 2011/10/17 Simone Tripodi : > Salut Olivier, > looks like site.css is the same as before applying the patch, try run > a `clean site` after the patch is applied. > HTH, let me know if I can be helpful! > Simo > > http://people.a

Re: Fluido skin & Maven site

2011-10-17 Thread Simone Tripodi
Salut Olivier, looks like site.css is the same as before applying the patch, try run a `clean site` after the patch is applied. HTH, let me know if I can be helpful! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99so

Re: Fluido skin & Maven site

2011-10-17 Thread Olivier Lamy
see http://people.apache.org/~olamy/maven/site/ right looks strange now ? If nobody complains I will push that :-) 2011/10/17 Simone Tripodi : > Nice one Ivan, even if not being a designer you are good on doing it! > In the past someone did something similar[1] I think it was used > before the a

Re: Fluido skin & Maven site

2011-10-17 Thread Simone Tripodi
Nice one Ivan, even if not being a designer you are good on doing it! In the past someone did something similar[1] I think it was used before the actual skin. For the skin we would need a new iconset, then I think we should almost ready. All the best, have a nice day! Simo [1] http://maven.apach

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: Fluido skin & Maven site

2011-10-17 Thread Simone Tripodi
Hi Jesse, it would be really nice indeed! Unfortunately nested menus are not supported (yet, hopefully it will) by Bootstrap :( So, what I propose is keeping it as is, with the hope that in the future it will be supported. All the best, Simo PS Just a matter of curiosity: your family comes from It

Re: Fluido skin & Maven site

2011-10-17 Thread Jesse Farinacci
Greetings, On Mon, Oct 17, 2011 at 3:18 PM, Simone Tripodi wrote: > I just deployed on my ASF personal space[1] the maven.apache.org site > where I applied the fluido skin. > [1] http://people.apache.org/~simonetripodi/maven/site/index.html I like it! One enhancement I have wanted for a while wi

Re: Fluido skin & Maven site

2011-10-17 Thread Olivier Lamy
+10 ! Others ? 2011/10/17 Simone Tripodi : > Hi all guys, > I just deployed on my ASF personal space[1] the maven.apache.org site > where I applied the fluido skin. > In order to apply it, if you want to play a little with the site, you > have to apply a small patch[2] to the current site. > W

Fluido skin & Maven site

2011-10-17 Thread Simone Tripodi
Hi all guys, I just deployed on my ASF personal space[1] the maven.apache.org site where I applied the fluido skin. In order to apply it, if you want to play a little with the site, you have to apply a small patch[2] to the current site. WDYT? Long Maven site pages justify the presence of the top m

[skin / doxia] escaping issue with menu items

2011-10-17 Thread Robert Scholte
I've just discovered there's an escaping issue with the menu items (both fluido and current maven skin). The ampersand of 'Maven 2 & 3' is not escaped. The question is: which of the following is responsible for escaping: the doxia model decorator or the velocity template? If it's the latter I'd