Lists: | pgsql-www |
---|
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org> |
Cc: | Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Some restructuring of the download section |
Date: | 2012-06-17 09:48:38 |
Message-ID: | CABUevExJ2zibPcT7VF+Zmxuz_aEu7HrHYEE5dV8uLcAeupYQgw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
Per discussions I've had with people for a long time now, I finally
got around to making some changes to the structure of the download
section last week, to make it a little bit less cluttered and
confusing. And I think minus a few details they're about ready to go.
And then I promptly forgot about posting it here...
So, important things first. Since it contains a lot of cut/paste
between different places the diff can be a bit hard to read. So I've
pushed a preview version of it up at
http://young-window-5672.herokuapp.com/download/. Username is webtest,
password foobar - to make sure google doesn't end up crawling it for
me...
I've pushed my development branch to github. It contains a lot of
minor changes and back/forth changes, so the history is probably not
very interested, but you can view the full diff to master at
https://github.com/mhagander/pgweb/compare/master...downloadrefactor,
or clone that github repo if you want to make some changes off it.
The main difference for people to actually see are, other than
generally trying to make it easier to read:
* Add more distinct links in the navigation bar. The Download one
becomes redundant, but it also makes it much easier to "get back" to
the starting point
* Remove the strange horizontal menu we used to select platform - it
didn't correspond to any kind of standard way of doing webpage layout,
and confused a lot of people
* Introduce a more granular split between Linux distributions, to be
able to target information more specifically - instead of a huge
if/elseif/elseif block between which distro you're on. Results in more
pages, but a lot more structured and easy to read pages.
* Put much more actual information on the per-distribution/per-os
pages. E.g. instead of "you can use yum", it has "how and why to use
yum" (and similar for other distros)
* Remove individual (and usually inconsistent) packager crediting -
this should be credited on the main project (/community/contributors/
page) like all other contributors.
* Update the snapshot download information which has been lacking love
for a long time
* In some pages, get rid of 200-char long rows and just fold them into
normal rows (e.g. the windows download page). Generates a big diff,
though...
Constructive comments are most welcome ;)
Also, I need help to update the details for operating systems/distros
and install methods that I don't know myself. I'd appreciate it if
someone who does could look at e.g. the RedHat pages and then
construct similar pages for the following OSes (either send me the
text, or just do a fork+pullreq on github):
* FreeBSD (Palle has promised to work on this alrady)
* OpenBSD (I suggest you wait until Palle is done with FreeBSD, since
I suspect they will be very similar)
* SuSE
* Mac OS X (the Fink and Macports part - I think I have the rest
covered by bugging people on IRC)
* Solaris
It's no worse than it is before, but it would be good to be able to
improve the information on those pages as well.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 11:53:54 |
Message-ID: | CA+OCxozjjWnoCR72Ed9J2mDvFjqtk8L0yr-R4pOSV_3N8KAo=w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 10:48 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> So, important things first. Since it contains a lot of cut/paste
> between different places the diff can be a bit hard to read. So I've
> pushed a preview version of it up at
> http://young-window-5672.herokuapp.com/download/. Username is webtest,
> password foobar - to make sure google doesn't end up crawling it for
> me...
Thanks for working on this - it looks good.
> * Remove the strange horizontal menu we used to select platform - it
> didn't correspond to any kind of standard way of doing webpage layout,
> and confused a lot of people
Better remove the other horizontal menu at the top of the page too then :-p
(that's a joke, but seriously, I've never heard of anyone getting
confused by that - and frankly if someone does get confused by a
horizontal list, they probably stand zero chance of using PostgreSQL
without getting confused).
> * Introduce a more granular split between Linux distributions, to be
> able to target information more specifically - instead of a huge
> if/elseif/elseif block between which distro you're on. Results in more
> pages, but a lot more structured and easy to read pages.
The large bold warnings about the installers were added because they
used to be listed at the top of the page, above the platform-specific
packaging options (because they tended to confuse people less). It's
yet to be seen if users will become confused again - we have the info
they should need now, but I suspect that doesn't necessarily mean
they'll read it before emailing us. In any case, I think those
warnings should either be removed or made non-bold now.
> * Update the snapshot download information which has been lacking love
> for a long time
Per the above for the platform packaging warning (though, if you just
un-bold it, it should refer to the packages above, not below).
> * Mac OS X (the Fink and Macports part - I think I have the rest
> covered by bugging people on IRC)
Postgres.app shouldn't be included on there (yet) for a number of reasons:
- We have noone on the packagers list maintaining releases with the
community schedule.
- We haven't had any commitment to maintain releases in line with our
support policy.
- It's still a beta.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 13:14:25 |
Message-ID: | CABUevEzhnOm4a6Ziq4VaGo-LQtry8Y3fVv6RbmFT+DYpF5PrLg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 7:53 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Sun, Jun 17, 2012 at 10:48 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>
>> So, important things first. Since it contains a lot of cut/paste
>> between different places the diff can be a bit hard to read. So I've
>> pushed a preview version of it up at
>> http://young-window-5672.herokuapp.com/download/. Username is webtest,
>> password foobar - to make sure google doesn't end up crawling it for
>> me...
>
> Thanks for working on this - it looks good.
>
>> * Remove the strange horizontal menu we used to select platform - it
>> didn't correspond to any kind of standard way of doing webpage layout,
>> and confused a lot of people
>
> Better remove the other horizontal menu at the top of the page too then :-p
>
> (that's a joke, but seriously, I've never heard of anyone getting
> confused by that - and frankly if someone does get confused by a
> horizontal list, they probably stand zero chance of using PostgreSQL
> without getting confused).
Yeah, I realize that was a joke. So maybe my phrasing was bad.
The way it was positioned as a horizontal menu *where it was*, and the
way it looks, doesn't really conform to anything that people do
elsewhere. If other sites use things like that *at all*, it's for
links to places further down on the same page or such - certainly not
for what's actually the most important links on the whole page...
>> * Introduce a more granular split between Linux distributions, to be
>> able to target information more specifically - instead of a huge
>> if/elseif/elseif block between which distro you're on. Results in more
>> pages, but a lot more structured and easy to read pages.
>
> The large bold warnings about the installers were added because they
> used to be listed at the top of the page, above the platform-specific
> packaging options (because they tended to confuse people less). It's
> yet to be seen if users will become confused again - we have the info
> they should need now, but I suspect that doesn't necessarily mean
> they'll read it before emailing us. In any case, I think those
> warnings should either be removed or made non-bold now.
I wouldn't want to remove them at all, since they're clearly still correct.
In fact, given the number of people I've run into who've had problems
because of that, I'd rather leave them as bold as well. But I'll be
happy to defer that decision to someone who's neither you nor me ;)
>> * Update the snapshot download information which has been lacking love
>> for a long time
>
> Per the above for the platform packaging warning (though, if you just
> un-bold it, it should refer to the packages above, not below).
Oh, nice one. Fixed.
>> * Mac OS X (the Fink and Macports part - I think I have the rest
>> covered by bugging people on IRC)
>
> Postgres.app shouldn't be included on there (yet) for a number of reasons:
>
> - We have noone on the packagers list maintaining releases with the
> community schedule.
> - We haven't had any commitment to maintain releases in line with our
> support policy.
> - It's still a beta.
agreed. That was actually mostly put in there as an example of how it
would look, and in the hope that they would finish it. And then I
forgot about commenting it out :-) Also done now.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 13:25:04 |
Message-ID: | CA+OCxoyyNWKJrK3j2FKipt+nsu4sXLe0DLMUPrwe51PUdq0LJA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 2:14 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
>> The large bold warnings about the installers were added because they
>> used to be listed at the top of the page, above the platform-specific
>> packaging options (because they tended to confuse people less). It's
>> yet to be seen if users will become confused again - we have the info
>> they should need now, but I suspect that doesn't necessarily mean
>> they'll read it before emailing us. In any case, I think those
>> warnings should either be removed or made non-bold now.
>
> I wouldn't want to remove them at all, since they're clearly still correct.
>
> In fact, given the number of people I've run into who've had problems
> because of that, I'd rather leave them as bold as well.
Citations please? I don't recall ever hearing of people running into
such problems. I still maintain that it should be pretty blindingly
obvious that a graphical installer isn't an RPM or DEB - and that
being the case it seems like clutter on the page that is distracting
from the more important text that's there and will achieve little
except cause fewer people to actually read everything else.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 14:06:15 |
Message-ID: | 1339941975.2027.1.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, 2012-06-17 at 17:48 +0800, Magnus Hagander wrote:
> Per discussions I've had with people for a long time now, I finally
> got around to making some changes to the structure of the download
> section last week, to make it a little bit less cluttered and
> confusing. And I think minus a few details they're about ready to go.
> And then I promptly forgot about posting it here...
>
> So, important things first. Since it contains a lot of cut/paste
> between different places the diff can be a bit hard to read. So I've
> pushed a preview version of it up at
> http://young-window-5672.herokuapp.com/download/. Username is webtest,
> password foobar - to make sure google doesn't end up crawling it for
> me...
>
> I've pushed my development branch to github. It contains a lot of
> minor changes and back/forth changes, so the history is probably not
> very interested, but you can view the full diff to master at
> https://github.com/mhagander/pgweb/compare/master...downloadrefactor,
> or clone that github repo if you want to make some changes off it.
>
> The main difference for people to actually see are, other than
> generally trying to make it easier to read:
> * Add more distinct links in the navigation bar. The Download one
> becomes redundant, but it also makes it much easier to "get back" to
> the starting point
> * Remove the strange horizontal menu we used to select platform - it
> didn't correspond to any kind of standard way of doing webpage layout,
> and confused a lot of people
> * Introduce a more granular split between Linux distributions, to be
> able to target information more specifically - instead of a huge
> if/elseif/elseif block between which distro you're on. Results in more
> pages, but a lot more structured and easy to read pages.
> * Put much more actual information on the per-distribution/per-os
> pages. E.g. instead of "you can use yum", it has "how and why to use
> yum" (and similar for other distros)
> * Remove individual (and usually inconsistent) packager crediting -
> this should be credited on the main project (/community/contributors/
> page) like all other contributors.
> * Update the snapshot download information which has been lacking love
> for a long time
> * In some pages, get rid of 200-char long rows and just fold them into
> normal rows (e.g. the windows download page). Generates a big diff,
> though...
>
> Constructive comments are most welcome ;)
>
> Also, I need help to update the details for operating systems/distros
> and install methods that I don't know myself. I'd appreciate it if
> someone who does could look at e.g. the RedHat pages and then
> construct similar pages for the following OSes (either send me the
> text, or just do a fork+pullreq on github):
> * FreeBSD (Palle has promised to work on this alrady)
> * OpenBSD (I suggest you wait until Palle is done with FreeBSD, since
> I suspect they will be very similar)
> * SuSE
> * Mac OS X (the Fink and Macports part - I think I have the rest
> covered by bugging people on IRC)
> * Solaris
>
> It's no worse than it is before, but it would be good to be able to
> improve the information on those pages as well.
>
Seems good to me, though I would add PGXN on the "Additional Software"
part (before pgFoundry).
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 15:43:51 |
Message-ID: | CABUevExq3QLPumAwfGrKyB-w35zMErdW=xJraty0B2oANbZ9ZQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 9:25 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Sun, Jun 17, 2012 at 2:14 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>
>>> The large bold warnings about the installers were added because they
>>> used to be listed at the top of the page, above the platform-specific
>>> packaging options (because they tended to confuse people less). It's
>>> yet to be seen if users will become confused again - we have the info
>>> they should need now, but I suspect that doesn't necessarily mean
>>> they'll read it before emailing us. In any case, I think those
>>> warnings should either be removed or made non-bold now.
>>
>> I wouldn't want to remove them at all, since they're clearly still correct.
>>
>> In fact, given the number of people I've run into who've had problems
>> because of that, I'd rather leave them as bold as well.
>
> Citations please? I don't recall ever hearing of people running into
> such problems. I still maintain that it should be pretty blindingly
As I've said previously, it's mainly been from people who aren't on
our lists, so I can't easily point there. I know it's up on the lists
every now and then as well, but it's getting too late in the evening
to spend time searching for that.
I've heard it from customers. I've heard it from people I've met at
conferences. I've heard it in IRC channels. I've heard it in
usergroups.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 15:51:50 |
Message-ID: | CA+OCxozAD7D383VsPiL3qGYJWJZReD691wMB8NuQCJm1QH9BXg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 4:43 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Sun, Jun 17, 2012 at 9:25 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>> On Sun, Jun 17, 2012 at 2:14 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>>
>>>> The large bold warnings about the installers were added because they
>>>> used to be listed at the top of the page, above the platform-specific
>>>> packaging options (because they tended to confuse people less). It's
>>>> yet to be seen if users will become confused again - we have the info
>>>> they should need now, but I suspect that doesn't necessarily mean
>>>> they'll read it before emailing us. In any case, I think those
>>>> warnings should either be removed or made non-bold now.
>>>
>>> I wouldn't want to remove them at all, since they're clearly still correct.
>>>
>>> In fact, given the number of people I've run into who've had problems
>>> because of that, I'd rather leave them as bold as well.
>>
>> Citations please? I don't recall ever hearing of people running into
>> such problems. I still maintain that it should be pretty blindingly
>
> As I've said previously, it's mainly been from people who aren't on
> our lists, so I can't easily point there. I know it's up on the lists
> every now and then as well, but it's getting too late in the evening
> to spend time searching for that.
>
> I've heard it from customers. I've heard it from people I've met at
> conferences. I've heard it in IRC channels. I've heard it in
> usergroups.
So why don't I hear it? I get enough private emails from users with
other questions/comments - presumably as my name is next to the
download link.
Regardless though - I'm fine with leaving it there, or removing it. I
would rather remove it to simplify the text, but most importantly
don't think it should be bold, for exactly the reason Kevin gave.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 15:58:40 |
Message-ID: | CA+OCxoz2frNmRPWBU_8yW=-mtNNrxoCdQVdXWAfBQTdqyx1WMw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 4:51 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Sun, Jun 17, 2012 at 4:43 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>
>>> Citations please? I don't recall ever hearing of people running into
>>> such problems. I still maintain that it should be pretty blindingly
>>
>> As I've said previously, it's mainly been from people who aren't on
>> our lists, so I can't easily point there. I know it's up on the lists
>> every now and then as well, but it's getting too late in the evening
>> to spend time searching for that.
>>
>> I've heard it from customers. I've heard it from people I've met at
>> conferences. I've heard it in IRC channels. I've heard it in
>> usergroups.
One other thought - presumably the people telling you this are not
reading the bold text that's there at the moment? Which probably means
those people aren't reading the rest of what's there either, so
there's likely not much we can do to help them.
In other words, maybe they aren't the best people to consider when we
think about anything other than simplifying those pages.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 16:11:06 |
Message-ID: | CABUevEyVxQkdOiopGiyCB8Jys2WQrp21D87GPdpVz4_G-neP5g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 11:58 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Sun, Jun 17, 2012 at 4:51 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>> On Sun, Jun 17, 2012 at 4:43 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>>
>>>> Citations please? I don't recall ever hearing of people running into
>>>> such problems. I still maintain that it should be pretty blindingly
>>>
>>> As I've said previously, it's mainly been from people who aren't on
>>> our lists, so I can't easily point there. I know it's up on the lists
>>> every now and then as well, but it's getting too late in the evening
>>> to spend time searching for that.
>>>
>>> I've heard it from customers. I've heard it from people I've met at
>>> conferences. I've heard it in IRC channels. I've heard it in
>>> usergroups.
>
> One other thought - presumably the people telling you this are not
> reading the bold text that's there at the moment? Which probably means
> those people aren't reading the rest of what's there either, so
> there's likely not much we can do to help them.
Well, it's certainly gone down since the warning was added :-) A
number of them had just done it, found the problem, fixed it
themselves and then took a chance to report it once they ran into
someone who actually works on the site...
> In other words, maybe they aren't the best people to consider when we
> think about anything other than simplifying those pages.
That's a pretty good point though, that still holds at least partially :)
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | pgsql-www(at)postgresql(dot)org |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 21:54:28 |
Message-ID: | 4FDE5214.80203@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
Magnus,
Wow, much more comprehensible. I'm sure I'll find some nits later, but
it's so much easier to understand now that it's hard to find anything
worth adjusting.
Except ...
http://young-window-5672.herokuapp.com/download/snapshots/
For Snapshots page, I think the Source Code text block should be the top
section, instead of the bottom, since the most updated snapshots are
usually source.
--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com
From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | pgsql-www(at)postgresql(dot)org |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-17 21:59:23 |
Message-ID: | 4FDE533B.3090109@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
Dave, Magnus,
I do think we should keep the warning about One-Click being an
alternative to RPM/Deb/Whatever and not complimentary to it. However, I
don't think it needs to be Bold.
Cynically, I don't think people will actually read the warning, but when
I get complaints about it, I like to point out that it's there.
--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com
From: | Martin Atukunda <matlads(at)gmail(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-18 20:28:27 |
Message-ID: | CAL7D8TFVSbTQuF_G4Jqd=vSuKZw6L-Mm9tn9rAg+PsfJT1ccwQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
Looks good and *is* much more readable than the current version on the site.
I would suggest (in a bid to make even more readable) that we indent
the paragraphs so that its clear under which heading the content is.
For instance I find the section on Binary Distributions a lot easier
to read because of the indentation introduced by the list.
just my 2c
- Martin -
On Sun, Jun 17, 2012 at 10:48 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Per discussions I've had with people for a long time now, I finally
> got around to making some changes to the structure of the download
> section last week, to make it a little bit less cluttered and
> confusing. And I think minus a few details they're about ready to go.
> And then I promptly forgot about posting it here...
>
> So, important things first. Since it contains a lot of cut/paste
> between different places the diff can be a bit hard to read. So I've
> pushed a preview version of it up at
> http://young-window-5672.herokuapp.com/download/. Username is webtest,
> password foobar - to make sure google doesn't end up crawling it for
> me...
>
> I've pushed my development branch to github. It contains a lot of
> minor changes and back/forth changes, so the history is probably not
> very interested, but you can view the full diff to master at
> https://github.com/mhagander/pgweb/compare/master...downloadrefactor,
> or clone that github repo if you want to make some changes off it.
>
> The main difference for people to actually see are, other than
> generally trying to make it easier to read:
> * Add more distinct links in the navigation bar. The Download one
> becomes redundant, but it also makes it much easier to "get back" to
> the starting point
> * Remove the strange horizontal menu we used to select platform - it
> didn't correspond to any kind of standard way of doing webpage layout,
> and confused a lot of people
> * Introduce a more granular split between Linux distributions, to be
> able to target information more specifically - instead of a huge
> if/elseif/elseif block between which distro you're on. Results in more
> pages, but a lot more structured and easy to read pages.
> * Put much more actual information on the per-distribution/per-os
> pages. E.g. instead of "you can use yum", it has "how and why to use
> yum" (and similar for other distros)
> * Remove individual (and usually inconsistent) packager crediting -
> this should be credited on the main project (/community/contributors/
> page) like all other contributors.
> * Update the snapshot download information which has been lacking love
> for a long time
> * In some pages, get rid of 200-char long rows and just fold them into
> normal rows (e.g. the windows download page). Generates a big diff,
> though...
>
> Constructive comments are most welcome ;)
>
> Also, I need help to update the details for operating systems/distros
> and install methods that I don't know myself. I'd appreciate it if
> someone who does could look at e.g. the RedHat pages and then
> construct similar pages for the following OSes (either send me the
> text, or just do a fork+pullreq on github):
> * FreeBSD (Palle has promised to work on this alrady)
> * OpenBSD (I suggest you wait until Palle is done with FreeBSD, since
> I suspect they will be very similar)
> * SuSE
> * Mac OS X (the Fink and Macports part - I think I have the rest
> covered by bugging people on IRC)
> * Solaris
>
> It's no worse than it is before, but it would be good to be able to
> improve the information on those pages as well.
>
> --
> Magnus Hagander
> Me: http://www.hagander.net/
> Work: http://www.redpill-linpro.com/
>
> --
> Sent via pgsql-www mailing list (pgsql-www(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-www
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Martin Atukunda <matlads(at)gmail(dot)com> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-19 00:45:49 |
Message-ID: | CABUevEysa_L9Tw=E+KdURhj8xgp7BXbUhtcXphDScMSkewo=YA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Tue, Jun 19, 2012 at 4:28 AM, Martin Atukunda <matlads(at)gmail(dot)com> wrote:
> Looks good and *is* much more readable than the current version on the site.
>
> I would suggest (in a bid to make even more readable) that we indent
> the paragraphs so that its clear under which heading the content is.
>
> For instance I find the section on Binary Distributions a lot easier
> to read because of the indentation introduced by the list.
Hi!
That might well be a good idea, but it's "out of scope" for this
patch. We're not going to use a different layout for just these pages,
we're using the standard stylesheets from the website. Unfortunately
they are a little bit unclear on exafctly these things. I believe it's
already on the TODO list for whenever we do the next website style
update, to get that more clear.
But thanks for the suggestion anyway!
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From: | Bjorn Munch <bjorn(dot)munch(at)oracle(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org> |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-19 07:44:10 |
Message-ID: | 20120619074410.GA12302@khepri15.no.oracle.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On 17/06 17.48, Magnus Hagander wrote:
>
> Also, I need help to update the details for operating systems/distros
> and install methods that I don't know myself. I'd appreciate it if
> someone who does could look at e.g. the RedHat pages and then
> construct similar pages for the following OSes (either send me the
> text, or just do a fork+pullreq on github):
OK one comment about the details for Solaris. I can't easily access
non-web stuff from within the firewall, but it's just one small
change:
I'd like to remove OpenSolaris form the list of "Solarises" mentioned;
I replaced that with Solaris 11 several minor versions ago, so Solaris
10 and 11 will be the platforms packaged for in the foreseeable
future.
- Bjorn (Solaris tar ball builder)
From: | Pierre-Emmanuel André <pea(at)raveland(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, bjorn(dot)munch(at)oracle(dot)com |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-19 08:22:16 |
Message-ID: | 20120619082216.GA3367@kronos.raveland.priv |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Sun, Jun 17, 2012 at 05:48:38PM +0800, Magnus Hagander wrote:
> Per discussions I've had with people for a long time now, I finally
> got around to making some changes to the structure of the download
> section last week, to make it a little bit less cluttered and
> confusing. And I think minus a few details they're about ready to go.
> And then I promptly forgot about posting it here...
>
> So, important things first. Since it contains a lot of cut/paste
> between different places the diff can be a bit hard to read. So I've
> pushed a preview version of it up at
> http://young-window-5672.herokuapp.com/download/. Username is webtest,
> password foobar - to make sure google doesn't end up crawling it for
> me...
>
> I've pushed my development branch to github. It contains a lot of
> minor changes and back/forth changes, so the history is probably not
> very interested, but you can view the full diff to master at
> https://github.com/mhagander/pgweb/compare/master...downloadrefactor,
> or clone that github repo if you want to make some changes off it.
>
> The main difference for people to actually see are, other than
> generally trying to make it easier to read:
> * Add more distinct links in the navigation bar. The Download one
> becomes redundant, but it also makes it much easier to "get back" to
> the starting point
> * Remove the strange horizontal menu we used to select platform - it
> didn't correspond to any kind of standard way of doing webpage layout,
> and confused a lot of people
> * Introduce a more granular split between Linux distributions, to be
> able to target information more specifically - instead of a huge
> if/elseif/elseif block between which distro you're on. Results in more
> pages, but a lot more structured and easy to read pages.
> * Put much more actual information on the per-distribution/per-os
> pages. E.g. instead of "you can use yum", it has "how and why to use
> yum" (and similar for other distros)
> * Remove individual (and usually inconsistent) packager crediting -
> this should be credited on the main project (/community/contributors/
> page) like all other contributors.
> * Update the snapshot download information which has been lacking love
> for a long time
> * In some pages, get rid of 200-char long rows and just fold them into
> normal rows (e.g. the windows download page). Generates a big diff,
> though...
>
> Constructive comments are most welcome ;)
>
> Also, I need help to update the details for operating systems/distros
> and install methods that I don't know myself. I'd appreciate it if
> someone who does could look at e.g. the RedHat pages and then
> construct similar pages for the following OSes (either send me the
> text, or just do a fork+pullreq on github):
> * FreeBSD (Palle has promised to work on this alrady)
> * OpenBSD (I suggest you wait until Palle is done with FreeBSD, since
> I suspect they will be very similar)
> * SuSE
> * Mac OS X (the Fink and Macports part - I think I have the rest
> covered by bugging people on IRC)
> * Solaris
>
> It's no worse than it is before, but it would be good to be able to
> improve the information on those pages as well.
Hi,
The new page have a better look and i think that it's more readable.
Regards,
--
Pierre-Emmanuel André <pea at raveland.org>
GPG key: 0x7AE329DC
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Bjorn Munch <bjorn(dot)munch(at)oracle(dot)com> |
Cc: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)freebsd(dot)org>, Pierre-Emmanuel André <pea(at)raveland(dot)org> |
Subject: | Re: Some restructuring of the download section |
Date: | 2012-06-19 16:51:22 |
Message-ID: | CABUevEwHDBqi3mofMGgAaKaqLww7eCrWnDufc0b6v1bZ3zvL-w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Tuesday, June 19, 2012, Bjorn Munch wrote:
> On 17/06 17.48, Magnus Hagander wrote:
> >
> > Also, I need help to update the details for operating systems/distros
> > and install methods that I don't know myself. I'd appreciate it if
> > someone who does could look at e.g. the RedHat pages and then
> > construct similar pages for the following OSes (either send me the
> > text, or just do a fork+pullreq on github):
>
> OK one comment about the details for Solaris. I can't easily access
> non-web stuff from within the firewall, but it's just one small
> change:
>
You can browse the files on githjub if you want ;) In theory, you can even
edit them from a webbrowser I think - I've never tried that myself though...
I'd like to remove OpenSolaris form the list of "Solarises" mentioned;
> I replaced that with Solaris 11 several minor versions ago, so Solaris
> 10 and 11 will be the platforms packaged for in the foreseeable
> future.
>
ok, that's easy enough - changed in my local copy.
Should we perhaps extract some of the information from the README file and
put it on this webpage instead, to make it more in line with the other
pages? (Note that I say that without having actually looked at the README
file since I'm on a non-wifi flight - so if the information corresponding
to the stuff we have for other platforms isn't in the README file, perhaps
we can write at least some of that?)
//Magnus
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/