Re: Website prototype take2

2010-05-21 Thread Alan Conway

On 05/20/2010 05:48 PM, Jonathan Robie wrote:

Here's a slightly modified  version of prototype 4, some of the changes
are not visible, the main visible change is that the title and subtitle
are larger than in Rajith and Robbie's designs:

http://people.apache.org/~jonathan/website/

I'd consider this a minor modification of what we agreed on, and we can
change it further if we need to. But is this a good design to start with?


I think it looks great.

One comment on the text Qpid implements the *latest* AMQP specification, this 
will be untrue for a time when AMQP 1.0 ships, and will be periodically untrue 
as revisions to the specification come out. Maybe drop the latest for the 
front page, we can provide a separate page that we keep up to date with details 
about the specifications we implement.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



RE: Website prototype take2

2010-05-21 Thread Steve Huston
It looks good - what are the plans for getting the content up live?

-Steve

 -Original Message-
 From: Jonathan Robie [mailto:jonathan.ro...@redhat.com] 
 Sent: Thursday, May 20, 2010 5:49 PM
 To: dev@qpid.apache.org
 Subject: Re: Website prototype take2
 
 
 Here's a slightly modified  version of prototype 4, some of 
 the changes 
 are not visible, the main visible change is that the title 
 and subtitle 
 are larger than in Rajith and Robbie's designs:
 
 http://people.apache.org/~jonathan/website/
 
 I'd consider this a minor modification of what we agreed on, 
 and we can 
 change it further if we need to. But is this a good design to 
 start with?
 
 I'd also like to have higher res versions of the logos on the 
 upper left 
 and right, and might want to fiddle with the size 
 
 Jonathan
 
 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org
 
 


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-21 Thread Jonathan Robie

On 05/21/2010 12:46 PM, Jonathan Robie wrote:


I am setting up a system to generate pages using this template, using 
HTML fragments that represent the main text for a given page. I think 
that's important to make sure that that the pages are consistent. 
Basically, you'll stick the HTML content for a given page, wrapped in 
a div/ element, in a separate file, and there will be simple way to 
expand it into a full-fledged page that uses this template. I expect 
to have that today.


I've checked these tools into trunk/qpid/doc/website now. Look at 
README.txt in the main directory to see how to write pages, look at the 
source in website/content for examples.


After that - we have to convert static pages for the site, and link to 
Wiki pages for content not yet converted or not yet available. Who can 
help with that?


I've created some content and built some pages to verify the Python 
script that creates pages in the template format and put them here for 
your viewing pleasure:


http://people.apache.org/~jonathan/qpid-site/

The following pages have been done in that prototype:

index.html
acknowledgements.html
amqp.html
compatibility.html
download.html
getting_started.html
mailing_lists.html
people.html
qpid_integrated_with.html
source_repository.html

Anyone want to help by creating new content and placing it in 
website/content? I'll be back on Wednesday.


Jonathan






-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-20 Thread Martin Ritchie
So where are we at with getting our new web page setup ?

On 12 May 2010 18:38, Jonathan Robie jonathan.ro...@redhat.com wrote:
 On 05/12/2010 10:53 AM, Rajith Attapattu wrote:

 On Wed, May 12, 2010 at 10:43 AM, Jonathan Robie
 jonathan.ro...@redhat.com  wrote:


 The first step might be to take inventory of what gets handled as static
 HTML. I hope that will be relatively few pages, and that it will not
 include
 the documentation pages.


 I would assume the static pages would be
 1. Home
 2. Mailing lists
 3. Source repositories
 4. Qpid Integrated with..
 5. People
 6. Acknowledgements
 7. What is AMQP ?
 8. Getting Involved

 The following should be direct links
 1. License
 2. Issue Reporting
 3. Wiki
 4. ASF


 I agree with all of this.

 I'd prefer the rest to be maintained in svn and export generated HTML.
 In particular there is a lot of benefit in maintaining the following
 in svn to ensure they are all current at any given time.

 1. Download
 2. FAQ
 3. Getting Started
 4. Building Qpid


 Yes, that makes sense.

 I am not sure what to do about developer pages.


 Me neither. Initially, I suggest we simply refer to the existing Wiki pages.
 But I think we need to figure out what we really want the developer pages to
 include, and what we want them to accomplish, before redesigning that part.

 Jonathan

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
Martin Ritchie

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-20 Thread Jonathan Robie
Here's a slightly modified  version of prototype 4, some of the changes 
are not visible, the main visible change is that the title and subtitle 
are larger than in Rajith and Robbie's designs:


http://people.apache.org/~jonathan/website/

I'd consider this a minor modification of what we agreed on, and we can 
change it further if we need to. But is this a good design to start with?


I'd also like to have higher res versions of the logos on the upper left 
and right, and might want to fiddle with the size 


Jonathan

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



RE: Website prototype take2

2010-05-20 Thread Robbie Gemmell
Looks ok to me, but then I would say that :P
As you mention, we can always change it anytime.

I'm assuming we will have the navigation on every page, and the header is 
obviously going to be standard among pages, footer, etc. I figure we should be 
using SSI's ( http://httpd.apache.org/docs/2.2/howto/ssi.html ) for those bits 
to ease future updates. I took a squint at the source ( 
http://svn.apache.org/viewvc/subversion/site/publish ) for the Subversion 
website when they moved it over to the Apache servers and that is what they are 
doing with their static site.

Highest resolution versions I know of for the two logos:
http://qpid.apache.org/images/qpid-logo.png
http://www.apache.org/images/asf_logo.gif

Robbie

 -Original Message-
 From: Jonathan Robie [mailto:jonathan.ro...@redhat.com]
 Sent: 20 May 2010 22:49
 To: dev@qpid.apache.org
 Subject: Re: Website prototype take2
 
 Here's a slightly modified  version of prototype 4, some of the changes
 are not visible, the main visible change is that the title and subtitle
 are larger than in Rajith and Robbie's designs:
 
 http://people.apache.org/~jonathan/website/
 
 I'd consider this a minor modification of what we agreed on, and we can
 change it further if we need to. But is this a good design to start
 with?
 
 I'd also like to have higher res versions of the logos on the upper
 left
 and right, and might want to fiddle with the size 
 
 Jonathan
 
 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-12 Thread Jonathan Robie

On 05/10/2010 10:21 AM, Rajith Attapattu wrote:

I am hoping to do as many static pages as I can during the weekend.
However I'd appreciate if people can volunteer to help with some of
the static pages.


The first step might be to take inventory of what gets handled as static 
HTML. I hope that will be relatively few pages, and that it will not 
include the documentation pages.


I assume that the pages already converted to Docbook in the doc/book/src 
directory will be managed using DocBook, converted automatically to PDF. 
We can also convert them to HTML in various ways.


Jonathan



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-12 Thread Rajith Attapattu
On Wed, May 12, 2010 at 10:43 AM, Jonathan Robie
jonathan.ro...@redhat.com wrote:
 On 05/10/2010 10:21 AM, Rajith Attapattu wrote:

 I am hoping to do as many static pages as I can during the weekend.
 However I'd appreciate if people can volunteer to help with some of
 the static pages.

 The first step might be to take inventory of what gets handled as static
 HTML. I hope that will be relatively few pages, and that it will not include
 the documentation pages.

I would assume the static pages would be
1. Home
2. Mailing lists
3. Source repositories
4. Qpid Integrated with..
5. People
6. Acknowledgements
7. What is AMQP ?
8. Getting Involved

The following should be direct links
1. License
2. Issue Reporting
3. Wiki
4. ASF

I'd prefer the rest to be maintained in svn and export generated HTML.
In particular there is a lot of benefit in maintaining the following
in svn to ensure they are all current at any given time.

1. Download
2. FAQ
3. Getting Started
4. Building Qpid

I am not sure what to do about developer pages.

 I assume that the pages already converted to Docbook in the doc/book/src
 directory will be managed using DocBook, converted automatically to PDF. We
 can also convert them to HTML in various ways.

 Jonathan



 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-12 Thread Jonathan Robie

On 05/12/2010 10:53 AM, Rajith Attapattu wrote:

On Wed, May 12, 2010 at 10:43 AM, Jonathan Robie
jonathan.ro...@redhat.com  wrote:
   

The first step might be to take inventory of what gets handled as static
HTML. I hope that will be relatively few pages, and that it will not include
the documentation pages.
 

I would assume the static pages would be
1. Home
2. Mailing lists
3. Source repositories
4. Qpid Integrated with..
5. People
6. Acknowledgements
7. What is AMQP ?
8. Getting Involved

The following should be direct links
1. License
2. Issue Reporting
3. Wiki
4. ASF
   


I agree with all of this.


I'd prefer the rest to be maintained in svn and export generated HTML.
In particular there is a lot of benefit in maintaining the following
in svn to ensure they are all current at any given time.

1. Download
2. FAQ
3. Getting Started
4. Building Qpid
   


Yes, that makes sense.


I am not sure what to do about developer pages.
   


Me neither. Initially, I suggest we simply refer to the existing Wiki 
pages. But I think we need to figure out what we really want the 
developer pages to include, and what we want them to accomplish, before 
redesigning that part.


Jonathan

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-10 Thread Rajith Attapattu
It seems we have a tie for both qpid_1 and qpid_3, with 4 votes each :)
We could probably make everybody happy by using Robbie hybrid version
which combines 1  3 :)

So unless somebody shouts, I am going to close the vote in the evening.
Please note that these pages are done with CSS, so in the future if we
have a better design, we can easily switch.

I am hoping to do as many static pages as I can during the weekend.
However I'd appreciate if people can volunteer to help with some of
the static pages.

Regards,

Rajith

On Mon, May 3, 2010 at 7:01 PM, Rajith Attapattu rajit...@gmail.com wrote:
 On Mon, May 3, 2010 at 6:21 PM, Jonathan Robie
 jonathan.ro...@redhat.com wrote:
 On 05/03/2010 06:02 PM, Nuno Santos wrote:

 On 05/03/2010 05:47 PM, Rajith Attapattu wrote:

 Just to recap,
 Following are the options (including Robbies prototype)

 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_3/
 http://people.apache.org/~robbie/qpid/website/qpid_4/

 I've managed to get us a navigation bar on the Wiki again:

 https://cwiki.apache.org/confluence/display/qpid/Index

 While we phase out the Wiki, I'll try to keep the color palette coordinated
 with whatever we choose for the web site going forward. We should also try
 to coordinate with the epydoc and doxygen color schemes. That makes
 largely-white with blue and grey very practical ...

 Agreed and that is the main reason why I went for the minimalistic
 approach in qpid_1 and qpid_3.
 qpid_2 was an experiment gone horribly wrong :)
 For qpid_3 I was sort of thinking about using the colors in the
 feature boxes to flow into the documentation.
 For example the broker/administration guide could use the same dark
 blue (#002C42) on the top and bottom strips that seem to be common in
 default doc book style sheets.
 And then the programming guide and management guides could use the
 respective colors from the feature boxes.
 However I am not sure how practical that is.

 I am happy with whatever that is practical and maintainable by anybody
 with minimal knowledge about HTML/CSS.

 Jonathan

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





 --
 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/




-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-10 Thread Martin Ritchie
On 10 May 2010 15:21, Rajith Attapattu rajit...@gmail.com wrote:
 It seems we have a tie for both qpid_1 and qpid_3, with 4 votes each :)
 We could probably make everybody happy by using Robbie hybrid version
 which combines 1  3 :)

Sounds like a good plan, I think the coloured background in the nav
section makes things easier to see.

Thanks to all for all the work that has been put in to improve our
website experience.

 So unless somebody shouts, I am going to close the vote in the evening.
 Please note that these pages are done with CSS, so in the future if we
 have a better design, we can easily switch.

 I am hoping to do as many static pages as I can during the weekend.
 However I'd appreciate if people can volunteer to help with some of
 the static pages.

 Regards,

 Rajith




 On Mon, May 3, 2010 at 7:01 PM, Rajith Attapattu rajit...@gmail.com wrote:
 On Mon, May 3, 2010 at 6:21 PM, Jonathan Robie
 jonathan.ro...@redhat.com wrote:
 On 05/03/2010 06:02 PM, Nuno Santos wrote:

 On 05/03/2010 05:47 PM, Rajith Attapattu wrote:

 Just to recap,
 Following are the options (including Robbies prototype)

 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_3/
 http://people.apache.org/~robbie/qpid/website/qpid_4/

 I've managed to get us a navigation bar on the Wiki again:

 https://cwiki.apache.org/confluence/display/qpid/Index

 While we phase out the Wiki, I'll try to keep the color palette coordinated
 with whatever we choose for the web site going forward. We should also try
 to coordinate with the epydoc and doxygen color schemes. That makes
 largely-white with blue and grey very practical ...

 Agreed and that is the main reason why I went for the minimalistic
 approach in qpid_1 and qpid_3.
 qpid_2 was an experiment gone horribly wrong :)
 For qpid_3 I was sort of thinking about using the colors in the
 feature boxes to flow into the documentation.
 For example the broker/administration guide could use the same dark
 blue (#002C42) on the top and bottom strips that seem to be common in
 default doc book style sheets.
 And then the programming guide and management guides could use the
 respective colors from the feature boxes.
 However I am not sure how practical that is.

 I am happy with whatever that is practical and maintainable by anybody
 with minimal knowledge about HTML/CSS.

 Jonathan

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





 --
 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/




 --
 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
Martin Ritchie

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-10 Thread Rafael Schloming

Rajith Attapattu wrote:

It seems we have a tie for both qpid_1 and qpid_3, with 4 votes each :)
We could probably make everybody happy by using Robbie hybrid version
which combines 1  3 :)

So unless somebody shouts, I am going to close the vote in the evening.
Please note that these pages are done with CSS, so in the future if we
have a better design, we can easily switch.


I think they're all huge improvements. My preference would be either 
qpid_1 or qpid_4.


--Rafael


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Website prototype take2

2010-05-03 Thread Rajith Attapattu
I managed some time during sunday to create 3 prototypes.
Based on the feedback from last time, most people said they preferred
a blue theme.

So without any further do, here are the  prototypes.
Feel free to submit your own prototype by create a completely new one
or modifying one of my prototypes.

http://people.apache.org/~rajith/qpid_1/
http://people.apache.org/~rajith/qpid_2/
http://people.apache.org/~rajith/qpid_3/

Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Carl Trieloff

On 05/03/2010 01:33 PM, Rajith Attapattu wrote:

I managed some time during sunday to create 3 prototypes.
Based on the feedback from last time, most people said they preferred
a blue theme.

So without any further do, here are the  prototypes.
Feel free to submit your own prototype by create a completely new one
or modifying one of my prototypes.

http://people.apache.org/~rajith/qpid_1/
http://people.apache.org/~rajith/qpid_2/
http://people.apache.org/~rajith/qpid_3/

Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

   



I like _1

Carl.

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Jonathan Robie

On 05/03/2010 01:46 PM, Carl Trieloff wrote:

On 05/03/2010 01:33 PM, Rajith Attapattu wrote:

I managed some time during sunday to create 3 prototypes.
Based on the feedback from last time, most people said they preferred
a blue theme.

So without any further do, here are the  prototypes.
Feel free to submit your own prototype by create a completely new one
or modifying one of my prototypes.

http://people.apache.org/~rajith/qpid_1/
http://people.apache.org/~rajith/qpid_2/
http://people.apache.org/~rajith/qpid_3/



I like _1


I also like that best.

Jonathan

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Alan Conway

On 05/03/2010 02:00 PM, Sorin S. wrote:

Hi Rajith,
Nice work. I personally like #3.

+1



Cheers,

Sorin


On Mon, May 3, 2010 at 6:33 PM, Rajith Attapatturajit...@gmail.com  wrote:


I managed some time during sunday to create 3 prototypes.
Based on the feedback from last time, most people said they preferred
a blue theme.

So without any further do, here are the  prototypes.
Feel free to submit your own prototype by create a completely new one
or modifying one of my prototypes.

http://people.apache.org/~rajith/qpid_1/http://people.apache.org/%7Erajith/qpid_1/
http://people.apache.org/~rajith/qpid_2/http://people.apache.org/%7Erajith/qpid_2/
http://people.apache.org/~rajith/qpid_3/http://people.apache.org/%7Erajith/qpid_3/

Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org







-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Rajika Kumarasiri
+1 for #1. Also may be all the hyperlinks should appear in a different
colour, so that some one knows it suppose to click.

Rajika

On Mon, May 3, 2010 at 11:03 PM, Rajith Attapattu rajit...@gmail.comwrote:

 I managed some time during sunday to create 3 prototypes.
 Based on the feedback from last time, most people said they preferred
 a blue theme.

 So without any further do, here are the  prototypes.
 Feel free to submit your own prototype by create a completely new one
 or modifying one of my prototypes.

 http://people.apache.org/~rajith/qpid_1/http://people.apache.org/%7Erajith/qpid_1/
 http://people.apache.org/~rajith/qpid_2/http://people.apache.org/%7Erajith/qpid_2/
 http://people.apache.org/~rajith/qpid_3/http://people.apache.org/%7Erajith/qpid_3/

 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org




-- 
http://rajikak.blogspot.com/


RE: Website prototype take2

2010-05-03 Thread Robbie Gemmell
Nice work Rajith,

I like the menu from #3, but as I said last time round I prefer white
backgrounds for content, so that draws me to #1, though I really don't like
the border there. Based on that I propose design #4 ('3+1') below hehe. Its
design #1 without the border, an increase in text area and font size,
justified, and the menu background from #3.

So my choice is #4, then #3, then #1 (assuming transferable vote :P), then
finally ill go with absolutely anything in order to get something new up :)

http://people.apache.org/~robbie/qpid/website/qpid_4/

Robbie

 -Original Message-
 From: Rajith Attapattu [mailto:rajit...@gmail.com]
 Sent: 03 May 2010 18:34
 To: dev@qpid.apache.org
 Subject: Website prototype take2
 
 I managed some time during sunday to create 3 prototypes.
 Based on the feedback from last time, most people said they preferred
 a blue theme.
 
 So without any further do, here are the  prototypes.
 Feel free to submit your own prototype by create a completely new one
 or modifying one of my prototypes.
 
 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_2/
 http://people.apache.org/~rajith/qpid_3/
 
 Regards,
 
 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/
 
 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Rajith Attapattu
Thanks everybody for the comments and support.
Robbie Good stuff and I quite like it too.

Lets run this thread till the end of the week and see what everybody's
preferences are.
If we manage to decide on a particular style we can then discuss how
we could share the work to get the site up and running quickly.

Regards,

Rajith

On Mon, May 3, 2010 at 4:21 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote:
 Nice work Rajith,

 I like the menu from #3, but as I said last time round I prefer white
 backgrounds for content, so that draws me to #1, though I really don't like
 the border there. Based on that I propose design #4 ('3+1') below hehe. Its
 design #1 without the border, an increase in text area and font size,
 justified, and the menu background from #3.

 So my choice is #4, then #3, then #1 (assuming transferable vote :P), then
 finally ill go with absolutely anything in order to get something new up :)

 http://people.apache.org/~robbie/qpid/website/qpid_4/

 Robbie

 -Original Message-
 From: Rajith Attapattu [mailto:rajit...@gmail.com]
 Sent: 03 May 2010 18:34
 To: dev@qpid.apache.org
 Subject: Website prototype take2

 I managed some time during sunday to create 3 prototypes.
 Based on the feedback from last time, most people said they preferred
 a blue theme.

 So without any further do, here are the  prototypes.
 Feel free to submit your own prototype by create a completely new one
 or modifying one of my prototypes.

 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_2/
 http://people.apache.org/~rajith/qpid_3/

 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org



 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Rajith Attapattu
Just to recap,
Following are the options (including Robbies prototype)

http://people.apache.org/~rajith/qpid_1/
http://people.apache.org/~rajith/qpid_3/
http://people.apache.org/~robbie/qpid/website/qpid_4/

(Note I got rid of qpid_2 as it seems like the ugly duckling)

Regards,

Rajith

On Mon, May 3, 2010 at 5:42 PM, Rajith Attapattu rajit...@gmail.com wrote:
 Thanks everybody for the comments and support.
 Robbie Good stuff and I quite like it too.

 Lets run this thread till the end of the week and see what everybody's
 preferences are.
 If we manage to decide on a particular style we can then discuss how
 we could share the work to get the site up and running quickly.

 Regards,

 Rajith

 On Mon, May 3, 2010 at 4:21 PM, Robbie Gemmell robbie.gemm...@gmail.com 
 wrote:
 Nice work Rajith,

 I like the menu from #3, but as I said last time round I prefer white
 backgrounds for content, so that draws me to #1, though I really don't like
 the border there. Based on that I propose design #4 ('3+1') below hehe. Its
 design #1 without the border, an increase in text area and font size,
 justified, and the menu background from #3.

 So my choice is #4, then #3, then #1 (assuming transferable vote :P), then
 finally ill go with absolutely anything in order to get something new up :)

 http://people.apache.org/~robbie/qpid/website/qpid_4/

 Robbie

 -Original Message-
 From: Rajith Attapattu [mailto:rajit...@gmail.com]
 Sent: 03 May 2010 18:34
 To: dev@qpid.apache.org
 Subject: Website prototype take2

 I managed some time during sunday to create 3 prototypes.
 Based on the feedback from last time, most people said they preferred
 a blue theme.

 So without any further do, here are the  prototypes.
 Feel free to submit your own prototype by create a completely new one
 or modifying one of my prototypes.

 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_2/
 http://people.apache.org/~rajith/qpid_3/

 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org



 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





 --
 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/




-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Jonathan Robie

On 05/03/2010 06:02 PM, Nuno Santos wrote:

On 05/03/2010 05:47 PM, Rajith Attapattu wrote:

Just to recap,
Following are the options (including Robbies prototype)

http://people.apache.org/~rajith/qpid_1/
http://people.apache.org/~rajith/qpid_3/
http://people.apache.org/~robbie/qpid/website/qpid_4/


I've managed to get us a navigation bar on the Wiki again:

https://cwiki.apache.org/confluence/display/qpid/Index

While we phase out the Wiki, I'll try to keep the color palette 
coordinated with whatever we choose for the web site going forward. We 
should also try to coordinate with the epydoc and doxygen color schemes. 
That makes largely-white with blue and grey very practical ...


Jonathan

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Website prototype take2

2010-05-03 Thread Rajith Attapattu
On Mon, May 3, 2010 at 6:21 PM, Jonathan Robie
jonathan.ro...@redhat.com wrote:
 On 05/03/2010 06:02 PM, Nuno Santos wrote:

 On 05/03/2010 05:47 PM, Rajith Attapattu wrote:

 Just to recap,
 Following are the options (including Robbies prototype)

 http://people.apache.org/~rajith/qpid_1/
 http://people.apache.org/~rajith/qpid_3/
 http://people.apache.org/~robbie/qpid/website/qpid_4/

 I've managed to get us a navigation bar on the Wiki again:

 https://cwiki.apache.org/confluence/display/qpid/Index

 While we phase out the Wiki, I'll try to keep the color palette coordinated
 with whatever we choose for the web site going forward. We should also try
 to coordinate with the epydoc and doxygen color schemes. That makes
 largely-white with blue and grey very practical ...

Agreed and that is the main reason why I went for the minimalistic
approach in qpid_1 and qpid_3.
qpid_2 was an experiment gone horribly wrong :)
For qpid_3 I was sort of thinking about using the colors in the
feature boxes to flow into the documentation.
For example the broker/administration guide could use the same dark
blue (#002C42) on the top and bottom strips that seem to be common in
default doc book style sheets.
And then the programming guide and management guides could use the
respective colors from the feature boxes.
However I am not sure how practical that is.

I am happy with whatever that is practical and maintainable by anybody
with minimal knowledge about HTML/CSS.

 Jonathan

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org