You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Juan Pablo Santos Rodríguez <ju...@gmail.com> on 2017/06/26 19:07:47 UTC

haddock-based version of jspwiki.apache.org

Hi!

I've just pushed a haddock-based site version of jspwiki.apache.org (branch
jbake-haddock). As talked a few(?) months ago, the idea was to retrieve the
jbake-based website, as means of backup and publishing apidocs, so this
version is essentially the home page linking to the main wiki wherever
possible. The whole content of the actual site is also generated, in case
there's some emergency and the wiki isn't available.

The site is almost complete, the only thing lacking is the accordion effect
on the sidebar's sections - it is completely missing. Would anyone mind
taking a look at what's happening in there and why the accordions don't get
animated (git checkout jbake-haddock + change site.host property at
src/main/jbake/jbake.properties + mvn jbake:inline + http://localhost:8080)?
I've used the haddock.js file generated by the main build but, as it is
compressed, I'm clueless on what's going on :-? The rest of the fx seem to
be ok, i.e., the header (dis)appears, the search dialog is there, etc.


thanks in advance,
jp

Re: haddock-based version of jspwiki.apache.org

Posted by Juan Pablo Santos Rodríguez <ju...@gmail.com>.
Hi!

I'm planning to deploy this new version by Friday, to allow a couple more
days for review, comments, etc.


br,
jp

El 27 jun. 2017 7:18 a. m., "Harry Metske" <ha...@gmail.com>
escribió:

just did the build and test locally, looks good to me.

tx,
Harry

On 27 June 2017 at 00:15, Juan Pablo Santos Rodríguez <
juanpablo.santos@gmail.com> wrote:

> quick update,
>
> went through the .js code and found out the issue causing the glitch with
> the Accordion fx. It's fixed now on the jbake-haddock branch at
> https://git-wip-us.apache.org/repos/asf?p=jspwiki-site.git
>
> Would anyone mind on testing this version of jspwiki.a.o? Is it ready to
> replace our current site? This would left us with an static site of one
> page (homepage) + apidocs. The rest of the site would be served by the
wiki
> (current content would also be generated, but wouldn't be linked from
> anywhere).
>
>
> best regards,
> jp
>
> On Mon, Jun 26, 2017 at 9:07 PM, Juan Pablo Santos Rodríguez <
> juanpablo.santos@gmail.com> wrote:
>
> > Hi!
> >
> > I've just pushed a haddock-based site version of jspwiki.apache.org
> > (branch jbake-haddock). As talked a few(?) months ago, the idea was to
> > retrieve the jbake-based website, as means of backup and publishing
> > apidocs, so this version is essentially the home page linking to the
main
> > wiki wherever possible. The whole content of the actual site is also
> > generated, in case there's some emergency and the wiki isn't available.
> >
> > The site is almost complete, the only thing lacking is the accordion
> > effect on the sidebar's sections - it is completely missing. Would
anyone
> > mind taking a look at what's happening in there and why the accordions
> > don't get animated (git checkout jbake-haddock + change site.host
> property
> > at src/main/jbake/jbake.properties + mvn jbake:inline +
> > http://localhost:8080)? I've used the haddock.js file generated by the
> > main build but, as it is compressed, I'm clueless on what's going on :-?
> > The rest of the fx seem to be ok, i.e., the header (dis)appears, the
> search
> > dialog is there, etc.
> >
> >
> > thanks in advance,
> > jp
> >
>

Re: haddock-based version of jspwiki.apache.org

Posted by Harry Metske <ha...@gmail.com>.
just did the build and test locally, looks good to me.

tx,
Harry

On 27 June 2017 at 00:15, Juan Pablo Santos Rodríguez <
juanpablo.santos@gmail.com> wrote:

> quick update,
>
> went through the .js code and found out the issue causing the glitch with
> the Accordion fx. It's fixed now on the jbake-haddock branch at
> https://git-wip-us.apache.org/repos/asf?p=jspwiki-site.git
>
> Would anyone mind on testing this version of jspwiki.a.o? Is it ready to
> replace our current site? This would left us with an static site of one
> page (homepage) + apidocs. The rest of the site would be served by the wiki
> (current content would also be generated, but wouldn't be linked from
> anywhere).
>
>
> best regards,
> jp
>
> On Mon, Jun 26, 2017 at 9:07 PM, Juan Pablo Santos Rodríguez <
> juanpablo.santos@gmail.com> wrote:
>
> > Hi!
> >
> > I've just pushed a haddock-based site version of jspwiki.apache.org
> > (branch jbake-haddock). As talked a few(?) months ago, the idea was to
> > retrieve the jbake-based website, as means of backup and publishing
> > apidocs, so this version is essentially the home page linking to the main
> > wiki wherever possible. The whole content of the actual site is also
> > generated, in case there's some emergency and the wiki isn't available.
> >
> > The site is almost complete, the only thing lacking is the accordion
> > effect on the sidebar's sections - it is completely missing. Would anyone
> > mind taking a look at what's happening in there and why the accordions
> > don't get animated (git checkout jbake-haddock + change site.host
> property
> > at src/main/jbake/jbake.properties + mvn jbake:inline +
> > http://localhost:8080)? I've used the haddock.js file generated by the
> > main build but, as it is compressed, I'm clueless on what's going on :-?
> > The rest of the fx seem to be ok, i.e., the header (dis)appears, the
> search
> > dialog is there, etc.
> >
> >
> > thanks in advance,
> > jp
> >
>

Re: haddock-based version of jspwiki.apache.org

Posted by Dirk Frederickx <di...@gmail.com>.
Hi Juan,

Quick reply (I haven't had the time to check / build the site locally) :

For the Accordion,  you only need a <div class="accordion"> around an <ul>
...</ul>
All the other markup and classes (like "panel", "panel-group", ... ) is
automatically generated by the haddock.js.

So,  just mimic the rendered jspwiki page with a %%accordion .. /%   and
you should be good to go.


Hope this helps,

dirk


On Tue, Jun 27, 2017 at 12:15 AM, Juan Pablo Santos Rodríguez <
juanpablo.santos@gmail.com> wrote:

> quick update,
>
> went through the .js code and found out the issue causing the glitch with
> the Accordion fx. It's fixed now on the jbake-haddock branch at
> https://git-wip-us.apache.org/repos/asf?p=jspwiki-site.git
>
> Would anyone mind on testing this version of jspwiki.a.o? Is it ready to
> replace our current site? This would left us with an static site of one
> page (homepage) + apidocs. The rest of the site would be served by the wiki
> (current content would also be generated, but wouldn't be linked from
> anywhere).
>
>
> best regards,
> jp
>
> On Mon, Jun 26, 2017 at 9:07 PM, Juan Pablo Santos Rodríguez <
> juanpablo.santos@gmail.com> wrote:
>
> > Hi!
> >
> > I've just pushed a haddock-based site version of jspwiki.apache.org
> > (branch jbake-haddock). As talked a few(?) months ago, the idea was to
> > retrieve the jbake-based website, as means of backup and publishing
> > apidocs, so this version is essentially the home page linking to the main
> > wiki wherever possible. The whole content of the actual site is also
> > generated, in case there's some emergency and the wiki isn't available.
> >
> > The site is almost complete, the only thing lacking is the accordion
> > effect on the sidebar's sections - it is completely missing. Would anyone
> > mind taking a look at what's happening in there and why the accordions
> > don't get animated (git checkout jbake-haddock + change site.host
> property
> > at src/main/jbake/jbake.properties + mvn jbake:inline +
> > http://localhost:8080)? I've used the haddock.js file generated by the
> > main build but, as it is compressed, I'm clueless on what's going on :-?
> > The rest of the fx seem to be ok, i.e., the header (dis)appears, the
> search
> > dialog is there, etc.
> >
> >
> > thanks in advance,
> > jp
> >
>

Re: haddock-based version of jspwiki.apache.org

Posted by Juan Pablo Santos Rodríguez <ju...@gmail.com>.
quick update,

went through the .js code and found out the issue causing the glitch with
the Accordion fx. It's fixed now on the jbake-haddock branch at
https://git-wip-us.apache.org/repos/asf?p=jspwiki-site.git

Would anyone mind on testing this version of jspwiki.a.o? Is it ready to
replace our current site? This would left us with an static site of one
page (homepage) + apidocs. The rest of the site would be served by the wiki
(current content would also be generated, but wouldn't be linked from
anywhere).


best regards,
jp

On Mon, Jun 26, 2017 at 9:07 PM, Juan Pablo Santos Rodríguez <
juanpablo.santos@gmail.com> wrote:

> Hi!
>
> I've just pushed a haddock-based site version of jspwiki.apache.org
> (branch jbake-haddock). As talked a few(?) months ago, the idea was to
> retrieve the jbake-based website, as means of backup and publishing
> apidocs, so this version is essentially the home page linking to the main
> wiki wherever possible. The whole content of the actual site is also
> generated, in case there's some emergency and the wiki isn't available.
>
> The site is almost complete, the only thing lacking is the accordion
> effect on the sidebar's sections - it is completely missing. Would anyone
> mind taking a look at what's happening in there and why the accordions
> don't get animated (git checkout jbake-haddock + change site.host property
> at src/main/jbake/jbake.properties + mvn jbake:inline +
> http://localhost:8080)? I've used the haddock.js file generated by the
> main build but, as it is compressed, I'm clueless on what's going on :-?
> The rest of the fx seem to be ok, i.e., the header (dis)appears, the search
> dialog is there, etc.
>
>
> thanks in advance,
> jp
>