Hey there!
>> Why? Don't you like having the modules enlisted?
Generation didn't get completed and resulted in missing links - I wanted to
publish some fixes first. Let's fix modules and put it them back online
>> This is nice even if it breaks xdoc specification, luckily doesn't block
site generation!
Site generation works fine (the generated site is online, as you can see),
and, in any case, any valid xhtml should be allowed there, according to the
specification. Am I missing something?
>> + <section name="Disclaimer" aaaclass="alert-message warning">
> is this a bug or a feature? :)
I just wanted to comment out that class - which turns in the ugliest double
orange box I've ever seen :D I'll fix it and push again in svn.
Hope I'm not making too much noise, still learning things... but I think the
site looks a bit better, now :P
Ciao,
R
On Sun, Oct 23, 2011 at 12:12 PM, Simone Tripodi
<[email protected]>wrote:
> Hola Raf!!!
>
> >
> > <bannerLeft>
> > - <src>images/Apache-DirectMemory-2.png</src>
> > + <src>images/Apache-DirectMemory-logo-flat-small.png</src>
> > <href>http://incubator.apache.org/directmemory</href>
> > </bannerLeft>
> >
>
> Nice!
>
> > @@ -46,7 +46,7 @@
> > <item name="Apache DirectMemory" href="
> http://incubator.apache.org/directmemory" />
> > </breadcrumbs>
> >
> > - <menu ref="modules" inherit="bottom"/>
> > + <!--<menu ref="modules" inherit="bottom"/>-->
> > <menu ref="reports" inherit="bottom"/>
>
> Why? Don't you like having the modules enlisted?
>
> > <body>
> > - <section name="Apache DirectMemory" class="hero-unit">
> > - <p>Apache DirectMemory is a multi layered cache implementation
> featuring off-heap memory management (a-la BigMemory)
> > + <div class="hero-unit">
> > + <img src="images/Apache-DirectMemory-logo-medium.png"
> style="margin-bottom:15px"/>
> > +
> > + <br clear="left" />
> > +
> > + <p><span style="font-weight: bold">Apache DirectMemory</span> is a
> multi layered cache implementation featuring off-heap memory management
> (a-la BigMemory)
> > to enable efficient handling of a large number of java objects
> without affecting jvm garbage collection
> > - performance.</p>
> > - </section>
> > + performance</p>
> > + </div>
>
> This is nice even if it breaks xdoc specification, luckily doesn't
> block site generation!
>
> >
> > - <section name="Disclaimer" class="alert-message warning">
> > + <section name="Disclaimer" aaaclass="alert-message warning">
>
> is this a bug or a feature? :)
>
> Simo
>