You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Jesse Kuhnert <jk...@gmail.com> on 2006/06/07 21:29:51 UTC

new site starting to form

A new ~sample~ website has been setup for tapestry at
http://tapestry.apache.org/tapestry4/ .

Please take a look/provide feedback if there is anything horribly wrong with
it. Also keep in mind that the biggest thing we want to accomplish here is
getting out of jakarta and onto our own subdomain in a somewhat organized
fashion.

The general consensus so far is that we should have one main tapestry maven
site that links to the other tapestry core projects, like tapestry 5/4/3 .
We now have a custom tapestry maven skin plugin to use so generating a
crapload of site docs that all look the same (images/css and all ) should be
very easy.

Now that the custom skin seems to be working pretty well I'd like to propose
doing the following (for now) :

-) Create a new site directory directly off of
http://svn.apache.org/viewvc/tapestry/ . This would hold the core site +
maven-skin theme for tapestry.

Within the site add external links (the top right style links you see on
http://maven.apache.org that point to apache/maven1/etc ) that point to the
tap5 / tap4 / tap3 documentation sites respectively.

-) "cp -R" The current tap4 / tap3 documentation over to
/www/tapestry.apache.org into appropriate subdirectories.

-) Generally double check everything and wait for people to give a thumbs up
before doing some more permanent http redirect stuff in the old jakarta
directories.

-- 
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: new site starting to form

Posted by Howard Lewis Ship <hl...@gmail.com>.
XULRunner ... much prettier site!  Can't wait to use those skins!

On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> P.S. I hope no one thinks the site will stay looking the way it currently
> does css/image wise. I think something that we will hopefully move towards
> will look more like http://developer.mozilla.org/en/docs/XULRunner .
>
> On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> >
> > A new ~sample~ website has been setup for tapestry at
> > http://tapestry.apache.org/tapestry4/ .
> >
> > Please take a look/provide feedback if there is anything horribly wrong
> > with it. Also keep in mind that the biggest thing we want to accomplish
> here
> > is getting out of jakarta and onto our own subdomain in a somewhat
> organized
> > fashion.
> >
> > The general consensus so far is that we should have one main tapestry
> > maven site that links to the other tapestry core projects, like tapestry
> > 5/4/3 . We now have a custom tapestry maven skin plugin to use so
> generating
> > a crapload of site docs that all look the same (images/css and all )
> should
> > be very easy.
> >
> > Now that the custom skin seems to be working pretty well I'd like to
> > propose doing the following (for now) :
> >
> > -) Create a new site directory directly off of
> > http://svn.apache.org/viewvc/tapestry/ . This would hold the core site +
> > maven-skin theme for tapestry.
> >
> > Within the site add external links (the top right style links you see on
> > http://maven.apache.org that point to apache/maven1/etc ) that point to
> > the tap5 / tap4 / tap3 documentation sites respectively.
> >
> > -) "cp -R" The current tap4 / tap3 documentation over to
> > /www/tapestry.apache.org into appropriate subdirectories.
> >
> > -) Generally double check everything and wait for people to give a
> thumbs
> > up before doing some more permanent http redirect stuff in the old
> jakarta
> > directories.
> >
> > --
> > Jesse Kuhnert
> > Tacos/Tapestry, team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind.
> >
>
>
>
> --
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
>
>


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Re: new site starting to form

Posted by Jesse Kuhnert <jk...@gmail.com>.
P.S. I hope no one thinks the site will stay looking the way it currently
does css/image wise. I think something that we will hopefully move towards
will look more like http://developer.mozilla.org/en/docs/XULRunner .

On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> A new ~sample~ website has been setup for tapestry at
> http://tapestry.apache.org/tapestry4/ .
>
> Please take a look/provide feedback if there is anything horribly wrong
> with it. Also keep in mind that the biggest thing we want to accomplish here
> is getting out of jakarta and onto our own subdomain in a somewhat organized
> fashion.
>
> The general consensus so far is that we should have one main tapestry
> maven site that links to the other tapestry core projects, like tapestry
> 5/4/3 . We now have a custom tapestry maven skin plugin to use so generating
> a crapload of site docs that all look the same (images/css and all ) should
> be very easy.
>
> Now that the custom skin seems to be working pretty well I'd like to
> propose doing the following (for now) :
>
> -) Create a new site directory directly off of
> http://svn.apache.org/viewvc/tapestry/ . This would hold the core site +
> maven-skin theme for tapestry.
>
> Within the site add external links (the top right style links you see on
> http://maven.apache.org that point to apache/maven1/etc ) that point to
> the tap5 / tap4 / tap3 documentation sites respectively.
>
> -) "cp -R" The current tap4 / tap3 documentation over to
> /www/tapestry.apache.org into appropriate subdirectories.
>
> -) Generally double check everything and wait for people to give a thumbs
> up before doing some more permanent http redirect stuff in the old jakarta
> directories.
>
> --
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
>



-- 
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: new site starting to form

Posted by Jesse Kuhnert <jk...@gmail.com>.
Ok, the new site is pretty much ready to go. All documentation has been
copied over and linked to correctly (even tapestry5).

A new wiki page outlines the general process for building the new top level
site - http://wiki.apache.org/tapestry/TapestrySite .

All we need now is a general thumbs up and then to sync up with
infrastructure on how to ween ourselves off of jakarta.

On 6/9/06, Howard Lewis Ship <hl...@gmail.com> wrote:
>
> Thanks!  Looks great!
>
> On 6/8/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> >
> > As soon as whatever minotaur does to get synced up is completed a new
> > tentative http://tapestry.apache.org outer shell should be available.
> >
> > I haven't done lots of things that are still left (like moving old
> > documentation over / providing real links to downloads /etc ) , but it's
> a
> > start.
> >
> > This is also using our new tapestry-site project with maven2 as the
> build
> > manager. It's lightning fast and easy to deploy. mvn site:deploy :)
> >
> > On 6/7/06, Howard Lewis Ship <hl...@gmail.com> wrote:
> > >
> > > On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > > >
> > > > A new ~sample~ website has been setup for tapestry at
> > > > http://tapestry.apache.org/tapestry4/ .
> > > >
> > > > Please take a look/provide feedback if there is anything horribly
> > wrong
> > > > with
> > > > it. Also keep in mind that the biggest thing we want to accomplish
> > here
> > > is
> > > > getting out of jakarta and onto our own subdomain in a somewhat
> > > organized
> > > > fashion.
> > > >
> > > > The general consensus so far is that we should have one main
> tapestry
> > > > maven
> > > > site that links to the other tapestry core projects, like tapestry
> > 5/4/3
> > > .
> > > > We now have a custom tapestry maven skin plugin to use so generating
> a
> > > > crapload of site docs that all look the same (images/css and all )
> > > should
> > > > be
> > > > very easy.
> > > >
> > > > Now that the custom skin seems to be working pretty well I'd like to
> > > > propose
> > > > doing the following (for now) :
> > > >
> > > > -) Create a new site directory directly off of
> > > > http://svn.apache.org/viewvc/tapestry/ . This would hold the core
> site
> > +
> > > > maven-skin theme for tapestry.
> > >
> > >
> > >
> > > Works for me, a tapestry-site project.
> > >
> > >
> > > Within the site add external links (the top right style links you see
> on
> > > > http://maven.apache.org that point to apache/maven1/etc ) that point
> > to
> > > > the
> > > > tap5 / tap4 / tap3 documentation sites respectively.
> > >
> > >
> > >
> > > Yes, but we'll want to fill in some intro to & marketting of Tapestry
> on
> > > this landing page. We don't want newbies to have to dig to find out
> why
> > > Tapestry is cool. Perhaps use some of the blurbage from the current
> > > Tapestry
> > > 4 home page.
> > >
> > >
> > > -) "cp -R" The current tap4 / tap3 documentation over to
> > > > /www/tapestry.apache.org into appropriate subdirectories.
> > >
> > >
> > >
> > > OK
> > >
> > > -) Generally double check everything and wait for people to give a
> > thumbs
> > > up
> > > > before doing some more permanent http redirect stuff in the old
> > jakarta
> > > > directories.
> > >
> > >
> > >
> > > YES
> > >
> > > --
> > > > Jesse Kuhnert
> > > > Tacos/Tapestry, team member/developer
> > > >
> > > > Open source based consulting work centered around
> > > > dojo/tapestry/tacos/hivemind.
> > > >
> > > >
> > >
> > >
> > > --
> > > Howard M. Lewis Ship
> > > Independent J2EE / Open-Source Java Consultant
> > > Creator and PMC Chair, Apache Tapestry
> > > Creator, Jakarta HiveMind
> > >
> > > Professional Tapestry training, mentoring, support
> > > and project work.  http://howardlewisship.com
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tacos/Tapestry, team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind.
> >
> >
>
>
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Jakarta HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
>


-- 
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: new site starting to form

Posted by Howard Lewis Ship <hl...@gmail.com>.
Thanks!  Looks great!

On 6/8/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> As soon as whatever minotaur does to get synced up is completed a new
> tentative http://tapestry.apache.org outer shell should be available.
>
> I haven't done lots of things that are still left (like moving old
> documentation over / providing real links to downloads /etc ) , but it's a
> start.
>
> This is also using our new tapestry-site project with maven2 as the build
> manager. It's lightning fast and easy to deploy. mvn site:deploy :)
>
> On 6/7/06, Howard Lewis Ship <hl...@gmail.com> wrote:
> >
> > On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > >
> > > A new ~sample~ website has been setup for tapestry at
> > > http://tapestry.apache.org/tapestry4/ .
> > >
> > > Please take a look/provide feedback if there is anything horribly
> wrong
> > > with
> > > it. Also keep in mind that the biggest thing we want to accomplish
> here
> > is
> > > getting out of jakarta and onto our own subdomain in a somewhat
> > organized
> > > fashion.
> > >
> > > The general consensus so far is that we should have one main tapestry
> > > maven
> > > site that links to the other tapestry core projects, like tapestry
> 5/4/3
> > .
> > > We now have a custom tapestry maven skin plugin to use so generating a
> > > crapload of site docs that all look the same (images/css and all )
> > should
> > > be
> > > very easy.
> > >
> > > Now that the custom skin seems to be working pretty well I'd like to
> > > propose
> > > doing the following (for now) :
> > >
> > > -) Create a new site directory directly off of
> > > http://svn.apache.org/viewvc/tapestry/ . This would hold the core site
> +
> > > maven-skin theme for tapestry.
> >
> >
> >
> > Works for me, a tapestry-site project.
> >
> >
> > Within the site add external links (the top right style links you see on
> > > http://maven.apache.org that point to apache/maven1/etc ) that point
> to
> > > the
> > > tap5 / tap4 / tap3 documentation sites respectively.
> >
> >
> >
> > Yes, but we'll want to fill in some intro to & marketting of Tapestry on
> > this landing page. We don't want newbies to have to dig to find out why
> > Tapestry is cool. Perhaps use some of the blurbage from the current
> > Tapestry
> > 4 home page.
> >
> >
> > -) "cp -R" The current tap4 / tap3 documentation over to
> > > /www/tapestry.apache.org into appropriate subdirectories.
> >
> >
> >
> > OK
> >
> > -) Generally double check everything and wait for people to give a
> thumbs
> > up
> > > before doing some more permanent http redirect stuff in the old
> jakarta
> > > directories.
> >
> >
> >
> > YES
> >
> > --
> > > Jesse Kuhnert
> > > Tacos/Tapestry, team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind.
> > >
> > >
> >
> >
> > --
> > Howard M. Lewis Ship
> > Independent J2EE / Open-Source Java Consultant
> > Creator and PMC Chair, Apache Tapestry
> > Creator, Jakarta HiveMind
> >
> > Professional Tapestry training, mentoring, support
> > and project work.  http://howardlewisship.com
> >
> >
>
>
> --
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
>
>


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Re: new site starting to form

Posted by Jesse Kuhnert <jk...@gmail.com>.
As soon as whatever minotaur does to get synced up is completed a new
tentative http://tapestry.apache.org outer shell should be available.

I haven't done lots of things that are still left (like moving old
documentation over / providing real links to downloads /etc ) , but it's a
start.

This is also using our new tapestry-site project with maven2 as the build
manager. It's lightning fast and easy to deploy. mvn site:deploy :)

On 6/7/06, Howard Lewis Ship <hl...@gmail.com> wrote:
>
> On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> >
> > A new ~sample~ website has been setup for tapestry at
> > http://tapestry.apache.org/tapestry4/ .
> >
> > Please take a look/provide feedback if there is anything horribly wrong
> > with
> > it. Also keep in mind that the biggest thing we want to accomplish here
> is
> > getting out of jakarta and onto our own subdomain in a somewhat
> organized
> > fashion.
> >
> > The general consensus so far is that we should have one main tapestry
> > maven
> > site that links to the other tapestry core projects, like tapestry 5/4/3
> .
> > We now have a custom tapestry maven skin plugin to use so generating a
> > crapload of site docs that all look the same (images/css and all )
> should
> > be
> > very easy.
> >
> > Now that the custom skin seems to be working pretty well I'd like to
> > propose
> > doing the following (for now) :
> >
> > -) Create a new site directory directly off of
> > http://svn.apache.org/viewvc/tapestry/ . This would hold the core site +
> > maven-skin theme for tapestry.
>
>
>
> Works for me, a tapestry-site project.
>
>
> Within the site add external links (the top right style links you see on
> > http://maven.apache.org that point to apache/maven1/etc ) that point to
> > the
> > tap5 / tap4 / tap3 documentation sites respectively.
>
>
>
> Yes, but we'll want to fill in some intro to & marketting of Tapestry on
> this landing page. We don't want newbies to have to dig to find out why
> Tapestry is cool. Perhaps use some of the blurbage from the current
> Tapestry
> 4 home page.
>
>
> -) "cp -R" The current tap4 / tap3 documentation over to
> > /www/tapestry.apache.org into appropriate subdirectories.
>
>
>
> OK
>
> -) Generally double check everything and wait for people to give a thumbs
> up
> > before doing some more permanent http redirect stuff in the old jakarta
> > directories.
>
>
>
> YES
>
> --
> > Jesse Kuhnert
> > Tacos/Tapestry, team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind.
> >
> >
>
>
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Jakarta HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
>


-- 
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: new site starting to form

Posted by Howard Lewis Ship <hl...@gmail.com>.
On 6/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> A new ~sample~ website has been setup for tapestry at
> http://tapestry.apache.org/tapestry4/ .
>
> Please take a look/provide feedback if there is anything horribly wrong
> with
> it. Also keep in mind that the biggest thing we want to accomplish here is
> getting out of jakarta and onto our own subdomain in a somewhat organized
> fashion.
>
> The general consensus so far is that we should have one main tapestry
> maven
> site that links to the other tapestry core projects, like tapestry 5/4/3 .
> We now have a custom tapestry maven skin plugin to use so generating a
> crapload of site docs that all look the same (images/css and all ) should
> be
> very easy.
>
> Now that the custom skin seems to be working pretty well I'd like to
> propose
> doing the following (for now) :
>
> -) Create a new site directory directly off of
> http://svn.apache.org/viewvc/tapestry/ . This would hold the core site +
> maven-skin theme for tapestry.



Works for me, a tapestry-site project.


Within the site add external links (the top right style links you see on
> http://maven.apache.org that point to apache/maven1/etc ) that point to
> the
> tap5 / tap4 / tap3 documentation sites respectively.



Yes, but we'll want to fill in some intro to & marketting of Tapestry on
this landing page. We don't want newbies to have to dig to find out why
Tapestry is cool. Perhaps use some of the blurbage from the current Tapestry
4 home page.


-) "cp -R" The current tap4 / tap3 documentation over to
> /www/tapestry.apache.org into appropriate subdirectories.



OK

-) Generally double check everything and wait for people to give a thumbs up
> before doing some more permanent http redirect stuff in the old jakarta
> directories.



YES

--
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.
>
>


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com