You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martijn Dashorst <ma...@gmail.com> on 2007/07/25 23:23:14 UTC

Site generation using maven for inclusion in the distribution / wicket website

There are several issues related to the wish of publishing javadoc
online, just like we have on sourceforge.

I am really stressed for time, so I can't work on those issues. I have
taken a look earlier and failed the attempt to generate anything
comprehensive with our current maven setup.

Now that may mean that I'm too stressed to actually get it to work, or
perhaps I ran into some quirks of maven or our own project setup.

In any case, I'd like a volunteer to digg into the maven site
generation, and generate a working website for wicket 1.3 for
inclusion on our wicket.apache.org website.

 - needs to use the site-skin (see the common/wicket-site-skin
directory next to trunk in svn)
 - deploy to a staging area on your people.apache.org/~username
account (since then you will be better suited to be a site backup for
me)
 - should deploy to a single directory, i.e. wicket-1.3/ but the
structure underneath doesn't matter to me, as long as the links work!
 - running mvn site in the root of our project should generate the
whole thing for all modules.

Any takers?

Read [1] for more information on getting access to your
people.apache.org home directory using SSH.

Martijn

[1] http://www.apache.org/dev/user-ssh.html
-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Martijn Dashorst <ma...@gmail.com>.
Cool, looking forward to it!

Martijn

On 7/25/07, Tim O'Brien <to...@apache.org> wrote:
> I could take a stab at this.  Publish it to my home dir.
>
> Tim
>
> On 7/25/07, Martijn Dashorst <ma...@gmail.com> wrote:
> >
> > There are several issues related to the wish of publishing javadoc
> > online, just like we have on sourceforge.
> >
> > I am really stressed for time, so I can't work on those issues. I have
> > taken a look earlier and failed the attempt to generate anything
> > comprehensive with our current maven setup.
> >
> > Now that may mean that I'm too stressed to actually get it to work, or
> > perhaps I ran into some quirks of maven or our own project setup.
> >
> > In any case, I'd like a volunteer to digg into the maven site
> > generation, and generate a working website for wicket 1.3 for
> > inclusion on our wicket.apache.org website.
> >
> > - needs to use the site-skin (see the common/wicket-site-skin
> > directory next to trunk in svn)
> > - deploy to a staging area on your people.apache.org/~username
> > account (since then you will be better suited to be a site backup for
> > me)
> > - should deploy to a single directory, i.e. wicket-1.3/ but the
> > structure underneath doesn't matter to me, as long as the links work!
> > - running mvn site in the root of our project should generate the
> > whole thing for all modules.
> >
> > Any takers?
> >
> > Read [1] for more information on getting access to your
> > people.apache.org home directory using SSH.
> >
> > Martijn
> >
> > [1] http://www.apache.org/dev/user-ssh.html
> > --
> > Wicket joins the Apache Software Foundation as Apache Wicket
> > Apache Wicket 1.3.0-beta2 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
> >
>
>
>
> --
> ------
> Tim O'Brien: (847) 863-7045
>


-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Tim O'Brien <to...@apache.org>.
I could take a stab at this.  Publish it to my home dir.

Tim

On 7/25/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> There are several issues related to the wish of publishing javadoc
> online, just like we have on sourceforge.
>
> I am really stressed for time, so I can't work on those issues. I have
> taken a look earlier and failed the attempt to generate anything
> comprehensive with our current maven setup.
>
> Now that may mean that I'm too stressed to actually get it to work, or
> perhaps I ran into some quirks of maven or our own project setup.
>
> In any case, I'd like a volunteer to digg into the maven site
> generation, and generate a working website for wicket 1.3 for
> inclusion on our wicket.apache.org website.
>
> - needs to use the site-skin (see the common/wicket-site-skin
> directory next to trunk in svn)
> - deploy to a staging area on your people.apache.org/~username
> account (since then you will be better suited to be a site backup for
> me)
> - should deploy to a single directory, i.e. wicket-1.3/ but the
> structure underneath doesn't matter to me, as long as the links work!
> - running mvn site in the root of our project should generate the
> whole thing for all modules.
>
> Any takers?
>
> Read [1] for more information on getting access to your
> people.apache.org home directory using SSH.
>
> Martijn
>
> [1] http://www.apache.org/dev/user-ssh.html
> --
> Wicket joins the Apache Software Foundation as Apache Wicket
> Apache Wicket 1.3.0-beta2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
>



-- 
------
Tim O'Brien: (847) 863-7045

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Martijn Dashorst <ma...@gmail.com>.
Thanks Tim!

I am glad you are having so much fun :)

> 1. Submitted patch to wicket-site-skin - just add the logo png.
> https://issues.apache.org/jira/browse/WICKET-797

I'll look into the patch tomorrow.

> 2. CSS needs some cleaning up, text appears to extend beyond the border.
> I'll see what I can do about this tomorrow, expect another patch on that
> (unless I'm missing something)

The CSS is taken from our site. So you may be able to use that one.

> 3. There is no consistent nav between the projects, and the parent projects
> don't appear in the skin.   Was going to try to figure out a good way to
> link components.   Anyone have any suggestions/direction?   (Again,
> apologies if I'm missing anything)

I got stuck there too :-).

Martijn

-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Tim O'Brien <to...@discursive.com>.
Awful, I think I sent this as HTML mail (I'm blaming gmail for this).
Apologies.

Tim

On 7/26/07, Tim O'Brien <to...@discursive.com> wrote:
> Published so far.   See comments after the links:
>
> http://people.apache.org/~tobrien/wicket-jdk14/wicket/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-datetime/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-extensions/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-ioc/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-quickstart/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-spring/
> http://people.apache.org/~tobrien/wicket-jdk14/wicket-velocity/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-auth-roles/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-auth-roles/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-guice/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-objectsizeof-agent/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-examples/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-jmx/
> http://people.apache.org/~tobrien/wicket-jdk15/wicket-spring-annot/
>
>
>  1. Submitted patch to wicket-site-skin - just add the logo png.
> https://issues.apache.org/jira/browse/WICKET-797
>
> 2. CSS needs some cleaning up, text appears to extend beyond the border.
> I'll see what I can do about this tomorrow, expect another patch on that
> (unless I'm missing something)
>
> 3. There is no consistent nav between the projects, and the parent projects
> don't appear in the skin.   Was going to try to figure out a good way to
> link components.   Anyone have any suggestions/direction?   (Again,
> apologies if I'm missing anything)
>
> Tim
>
>
>
>
>
> On 7/26/07, Martijn Dashorst <ma...@gmail.com> wrote:
> > That is only wicket core documentation. These requests are for all
> projects.
> >
> > Martijn
> >
> > On 7/26/07, Johan Compagner < jcompagner@gmail.com> wrote:
> > > On 7/25/07, Martijn Dashorst < martijn.dashorst@gmail.com> wrote:
> > > >
> > > > There are several issues related to the wish of publishing javadoc
> > > > online, just like we have on sourceforge.
> > >
> > >
> > > javadoc is online
> > >
> > > http://wicketstuff.org/wicket13doc/
> > >
> > > johan
> > >
> >
> >
> > --
> > Wicket joins the Apache Software Foundation as Apache Wicket
> > Apache Wicket 1.3.0-beta2 is released
> > Get it now:
> http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
> >
>
>
>
> --
> ------
> Tim O'Brien: (847) 863-7045


-- 
------
Tim O'Brien: (847) 863-7045

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Tim O'Brien <to...@discursive.com>.
Published so far.   See comments after the links:

http://people.apache.org/~tobrien/wicket-jdk14/wicket/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-datetime/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-extensions/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-ioc/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-quickstart/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-spring/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk14/wicket-velocity/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-auth-roles/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-auth-roles/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-guice/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-objectsizeof-agent/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-examples/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-jmx/<http://people.apache.org/%7Etobrien>
http://people.apache.org/~tobrien/wicket-jdk15/wicket-spring-annot/<http://people.apache.org/%7Etobrien>


1. Submitted patch to wicket-site-skin - just add the logo png.
https://issues.apache.org/jira/browse/WICKET-797

2. CSS needs some cleaning up, text appears to extend beyond the border.
I'll see what I can do about this tomorrow, expect another patch on that
(unless I'm missing something)

3. There is no consistent nav between the projects, and the parent projects
don't appear in the skin.   Was going to try to figure out a good way to
link components.   Anyone have any suggestions/direction?   (Again,
apologies if I'm missing anything)

Tim




On 7/26/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> That is only wicket core documentation. These requests are for all
> projects.
>
> Martijn
>
> On 7/26/07, Johan Compagner <jc...@gmail.com> wrote:
> > On 7/25/07, Martijn Dashorst < martijn.dashorst@gmail.com> wrote:
> > >
> > > There are several issues related to the wish of publishing javadoc
> > > online, just like we have on sourceforge.
> >
> >
> > javadoc is online
> >
> > http://wicketstuff.org/wicket13doc/
> >
> > johan
> >
>
>
> --
> Wicket joins the Apache Software Foundation as Apache Wicket
> Apache Wicket 1.3.0-beta2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
>



-- 
------
Tim O'Brien: (847) 863-7045

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Martijn Dashorst <ma...@gmail.com>.
That is only wicket core documentation. These requests are for all projects.

Martijn

On 7/26/07, Johan Compagner <jc...@gmail.com> wrote:
> On 7/25/07, Martijn Dashorst <ma...@gmail.com> wrote:
> >
> > There are several issues related to the wish of publishing javadoc
> > online, just like we have on sourceforge.
>
>
> javadoc is online
>
> http://wicketstuff.org/wicket13doc/
>
> johan
>


-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Site generation using maven for inclusion in the distribution / wicket website

Posted by Johan Compagner <jc...@gmail.com>.
On 7/25/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> There are several issues related to the wish of publishing javadoc
> online, just like we have on sourceforge.


javadoc is online

http://wicketstuff.org/wicket13doc/

johan