public inbox for [email protected]help / color / mirror / Atom feed
Link locations for beta? 13+ messages / 6 participants [nested] [flat]
* Link locations for beta? @ 2009-04-11 00:17 Josh Berkus <[email protected]> 0 siblings, 2 replies; 13+ messages in thread From: Josh Berkus @ 2009-04-11 00:17 UTC (permalink / raw) To: pgsql-www WWW team, I need links for all of the following items, to where they will be once the beta is released. Please correct any of the below: Release Notes: http://www.postgresql.org/docs/8.4/static/release-8-4.html OR: http://developer.postgresql.org/pgdocs/postgres/release-8-4.html which?? Source Code: http://www.postgresql.org/ftp/source/v8.4beta1/ Windows Installers: http://www.postgresql.org/ftp/binary/v8.3beta1/win32/ Other Binaries: Beta Information Page: http://www.postgresql.org/developer/beta Bug Report Form: http://www.postgresql.org/support/submitbug -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-11 02:16 Bruce Momjian <[email protected]> parent: Josh Berkus <[email protected]> 1 sibling, 0 replies; 13+ messages in thread From: Bruce Momjian @ 2009-04-11 02:16 UTC (permalink / raw) To: Josh Berkus <[email protected]>; +Cc: pgsql-www Josh Berkus wrote: > WWW team, > > I need links for all of the following items, to where they will be once > the beta is released. Please correct any of the below: > > Release Notes: > http://www.postgresql.org/docs/8.4/static/release-8-4.html > OR: > http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > > which?? The second one is updated regularly so I would use that. I am not sure when the first one is updated. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-11 08:08 Dave Page <[email protected]> parent: Josh Berkus <[email protected]> 1 sibling, 2 replies; 13+ messages in thread From: Dave Page @ 2009-04-11 08:08 UTC (permalink / raw) To: Josh Berkus <[email protected]>; +Cc: pgsql-www On Sat, Apr 11, 2009 at 1:17 AM, Josh Berkus <[email protected]> wrote: > WWW team, > > I need links for all of the following items, to where they will be once the > beta is released. Please correct any of the below: > > Release Notes: > http://www.postgresql.org/docs/8.4/static/release-8-4.html > OR: > http://developer.postgresql.org/pgdocs/postgres/release-8-4.html The latter is probably safest for the first beta. > Source Code: > http://www.postgresql.org/ftp/source/v8.4beta1/ > > Windows Installers: > http://www.postgresql.org/ftp/binary/v8.3beta1/win32/ > > Other Binaries: You should just direct people to www.postgresql.org/downloads which has links/info about getting binaries for all sorts of platforms. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-11 09:54 Magnus Hagander <[email protected]> parent: Dave Page <[email protected]> 1 sibling, 1 reply; 13+ messages in thread From: Magnus Hagander @ 2009-04-11 09:54 UTC (permalink / raw) To: Dave Page <[email protected]>; +Cc: Josh Berkus <[email protected]>; pgsql-www Dave Page wrote: > On Sat, Apr 11, 2009 at 1:17 AM, Josh Berkus <[email protected]> wrote: >> WWW team, >> >> I need links for all of the following items, to where they will be once the >> beta is released. Please correct any of the below: >> >> Release Notes: >> http://www.postgresql.org/docs/8.4/static/release-8-4.html >> OR: >> http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > > The latter is probably safest for the first beta. I'd much rather see us use the first. Otherwise, we end up with links all over the web pointing to the wrong place in the future - the majority of which would be links we don't control. //Magnus ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-11 14:17 Tom Lane <[email protected]> parent: Magnus Hagander <[email protected]> 0 siblings, 2 replies; 13+ messages in thread From: Tom Lane @ 2009-04-11 14:17 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: Dave Page <[email protected]>; Josh Berkus <[email protected]>; pgsql-www Magnus Hagander <[email protected]> writes: >>> Release Notes: >>> http://www.postgresql.org/docs/8.4/static/release-8-4.html >>> OR: >>> http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > I'd much rather see us use the first. I agree. Can we temporarily set up a cron job to copy the devel docs tree over to docs/8.4 once a day or so? A manual copy right now would be second best, but we'll be working on the docs throughout beta and it'd be nice if the advertised URL stayed up to date. regards, tom lane ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-11 15:42 Magnus Hagander <[email protected]> parent: Tom Lane <[email protected]> 1 sibling, 0 replies; 13+ messages in thread From: Magnus Hagander @ 2009-04-11 15:42 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Dave Page <[email protected]>; Josh Berkus <[email protected]>; pgsql-www On 11 apr 2009, at 16.17, Tom Lane <[email protected]> wrote: > Magnus Hagander <[email protected]> writes: >>>> Release Notes: >>>> http://www.postgresql.org/docs/8.4/static/release-8-4.html >>>> OR: >>>> http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > >> I'd much rather see us use the first. > > I agree. Can we temporarily set up a cron job to copy the devel docs > tree over to docs/8.4 once a day or so? A manual copy right now would > be second best, but we'll be working on the docs throughout beta and > it'd be nice if the advertised URL stayed up to date The docs are currently loaded manually from the tarballs. As long as the same files are present in the snapshot tarballs it should be fairly easy to modify the script and stick it in a cron job. /Magnus ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 01:53 Josh Berkus <[email protected]> parent: Dave Page <[email protected]> 1 sibling, 1 reply; 13+ messages in thread From: Josh Berkus @ 2009-04-13 01:53 UTC (permalink / raw) To: Dave Page <[email protected]>; +Cc: pgsql-www Dave, > You should just direct people to www.postgresql.org/downloads which > has links/info about getting binaries for all sorts of platforms. Only if you're going to update that page with a paragraph for where to find the beta. Are you? -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 09:13 Dave Page <[email protected]> parent: Josh Berkus <[email protected]> 0 siblings, 1 reply; 13+ messages in thread From: Dave Page @ 2009-04-13 09:13 UTC (permalink / raw) To: Josh Berkus <[email protected]>; +Cc: pgsql-www On Mon, Apr 13, 2009 at 2:53 AM, Josh Berkus <[email protected]> wrote: > Dave, > >> You should just direct people to www.postgresql.org/downloads which >> has links/info about getting binaries for all sorts of platforms. > > Only if you're going to update that page with a paragraph for where to find > the beta. Are you? No - we don't list any other versions explicitly. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 17:05 Josh Berkus <[email protected]> parent: Dave Page <[email protected]> 0 siblings, 2 replies; 13+ messages in thread From: Josh Berkus @ 2009-04-13 17:05 UTC (permalink / raw) To: Dave Page <[email protected]>; +Cc: pgsql-www On 4/13/09 2:13 AM, Dave Page wrote: > On Mon, Apr 13, 2009 at 2:53 AM, Josh Berkus<[email protected]> wrote: >> Dave, >> >>> You should just direct people to www.postgresql.org/downloads which >>> has links/info about getting binaries for all sorts of platforms. >> Only if you're going to update that page with a paragraph for where to find >> the beta. Are you? > > No - we don't list any other versions explicitly. In that case, I'd rather provide direct links in the announcement and on /developer/beta. There's no excuse to make people hunt for the beta instead of making it obvious. HOWEVER, I would like a change to where the betas are posted (Marc, you listening?). Please put all betas at: http://www.postgresql.org/ftp/source/v8.4beta/ http://www.postgresql.org/ftp/binary/v8.3beta/win32/ Instead of putting each beta version in a path like: http://www.postgresql.org/ftp/source/v8.4beta1/ http://www.postgresql.org/ftp/binary/v8.3beta1/win32/ That way, we won't have to keep updating the links every where for each beta and RC release; the directories will remain the same. -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 17:54 Magnus Hagander <[email protected]> parent: Tom Lane <[email protected]> 1 sibling, 0 replies; 13+ messages in thread From: Magnus Hagander @ 2009-04-13 17:54 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Dave Page <[email protected]>; Josh Berkus <[email protected]>; pgsql-www Tom Lane wrote: > Magnus Hagander <[email protected]> writes: >>>> Release Notes: >>>> http://www.postgresql.org/docs/8.4/static/release-8-4.html >>>> OR: >>>> http://developer.postgresql.org/pgdocs/postgres/release-8-4.html > >> I'd much rather see us use the first. > > I agree. Can we temporarily set up a cron job to copy the devel docs > tree over to docs/8.4 once a day or so? A manual copy right now would > be second best, but we'll be working on the docs throughout beta and > it'd be nice if the advertised URL stayed up to date. I've set up such a temporary job. FYI 2 web team: it's run out of my personal crontab on wwwmaster - because that's where I had the load scripts set up. So if something goes boom, just disable it there. There is nothing else in my crontab, so it should be Painfully Obvious which one it is :) //Magnus ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 18:04 Dave Page <[email protected]> parent: Josh Berkus <[email protected]> 1 sibling, 1 reply; 13+ messages in thread From: Dave Page @ 2009-04-13 18:04 UTC (permalink / raw) To: Josh Berkus <[email protected]>; +Cc: pgsql-www On Mon, Apr 13, 2009 at 6:05 PM, Josh Berkus <[email protected]> wrote: > In that case, I'd rather provide direct links in the announcement and on > /developer/beta. There's no excuse to make people hunt for the beta instead > of making it obvious. Right - which s exactly why I don't want you to publish links directly to a small handful of binaries and ignore the fact that the vast majority actually come from other places such as the yum repo, the EDB download server, ports, apt etc. etc. > HOWEVER, I would like a change to where the betas are posted (Marc, you > listening?). Please put all betas at: > > http://www.postgresql.org/ftp/source/v8.4beta/ > http://www.postgresql.org/ftp/binary/v8.3beta/win32/ > > That way, we won't have to keep updating the links every where for each beta > and RC release; the directories will remain the same. So for the sake of changing 2 characters in each announcement, we have to change the filing system to one which requires more and more effort for every user to locate the file they want? I don't think that makes much sense. It's also likely to lead users to 404's more often as the website usually updates before all the mirrors do, so having a single page for all releases will potentially have invalid links on it for up to 24 hours, whereas users will be far less likely to find them on an as-yet unadvertised page. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 18:16 Jaime Casanova <[email protected]> parent: Josh Berkus <[email protected]> 1 sibling, 0 replies; 13+ messages in thread From: Jaime Casanova @ 2009-04-13 18:16 UTC (permalink / raw) To: Josh Berkus <[email protected]>; +Cc: Dave Page <[email protected]>; pgsql-www On Mon, Apr 13, 2009 at 12:05 PM, Josh Berkus <[email protected]> wrote: > http://www.postgresql.org/ftp/binary/v8.3beta/win32/ > i guess you mean http://www.postgresql.org/ftp/binary/v8.4beta/win32/ ;) -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 ^ permalink raw reply [nested|flat] 13+ messages in thread
* Re: Link locations for beta? @ 2009-04-13 18:42 Josh Berkus <[email protected]> parent: Dave Page <[email protected]> 0 siblings, 0 replies; 13+ messages in thread From: Josh Berkus @ 2009-04-13 18:42 UTC (permalink / raw) To: Dave Page <[email protected]>; +Cc: pgsql-www Dave, > Right - which s exactly why I don't want you to publish links directly > to a small handful of binaries and ignore the fact that the vast > majority actually come from other places such as the yum repo, the EDB > download server, ports, apt etc. etc. Except it's not clear to the user from the page which of those have betas, and how to get those betas. If we want to not have a full set of links in the e-mails, then we need to have explicit links & information on how to get every single beta binary somewhere else, like the developer/beta page. In other words: if people have difficulty *finding* the betas, they won't test them. > So for the sake of changing 2 characters in each announcement, we have > to change the filing system to one which requires more and more effort > for every user to locate the file they want? I don't think that makes > much sense. It was more about the web pages than the announcements. > It's also likely to lead users to 404's more often as the website > usually updates before all the mirrors do, so having a single page for > all releases will potentially have invalid links on it for up to 24 > hours, whereas users will be far less likely to find them on an as-yet > unadvertised page. Ah, I didn't know about that issue. -- Josh Berkus PostgreSQL Experts Inc. www.pgexperts.com ^ permalink raw reply [nested|flat] 13+ messages in thread
end of thread, other threads:[~2009-04-13 18:42 UTC | newest] Thread overview: 13+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2009-04-11 00:17 Link locations for beta? Josh Berkus <[email protected]> 2009-04-11 02:16 ` Bruce Momjian <[email protected]> 2009-04-11 08:08 ` Dave Page <[email protected]> 2009-04-11 09:54 ` Magnus Hagander <[email protected]> 2009-04-11 14:17 ` Tom Lane <[email protected]> 2009-04-11 15:42 ` Magnus Hagander <[email protected]> 2009-04-13 17:54 ` Magnus Hagander <[email protected]> 2009-04-13 01:53 ` Josh Berkus <[email protected]> 2009-04-13 09:13 ` Dave Page <[email protected]> 2009-04-13 17:05 ` Josh Berkus <[email protected]> 2009-04-13 18:04 ` Dave Page <[email protected]> 2009-04-13 18:42 ` Josh Berkus <[email protected]> 2009-04-13 18:16 ` Jaime Casanova <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox