public inbox for [email protected]help / color / mirror / Atom feed
Link to Peter E's homepage in the 7.4.1 install file doesn't work 6+ messages / 4 participants [nested] [flat]
* Link to Peter E's homepage in the 7.4.1 install file doesn't work @ 2003-12-29 03:47 Justin Clift <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Justin Clift @ 2003-12-29 03:47 UTC (permalink / raw) To: pgsql-www Hi all, Just downloaded v 7.4.1 and was reading through the INSTALL file. It mentions needing to go to a page in Peter E's webspace (gettext.html) to get some NLS stuff, however this link provided doesn't work: http://www.postgresql.org/~petere/gettext.html Peter's webspace doesn't seem to be accessible at all through there, so maybe it's a missing alias in the Apache config? Regards and best wishes, Justin Clift ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Link to Peter E's homepage in the 7.4.1 install file doesn't work @ 2003-12-29 15:22 Robert Treat <[email protected]> parent: Justin Clift <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Robert Treat @ 2003-12-29 15:22 UTC (permalink / raw) To: Justin Clift <[email protected]>; pgsql-www; +Cc: Peter Eisentraut <[email protected]> ISTM the domain should have been developer.postgresql.org, not www, but even still that page doesn't exist.... this looks like the potential replacement: http://developer.postgresql.org/~petere/nlsinfo/ Peter, maybe you can clarify this for us. Robert Treat On Sunday 28 December 2003 22:47, Justin Clift wrote: > Hi all, > > Just downloaded v 7.4.1 and was reading through the INSTALL file. It > mentions needing to go to a page in Peter E's webspace (gettext.html) to > get some NLS stuff, however this link provided doesn't work: > > http://www.postgresql.org/~petere/gettext.html > > Peter's webspace doesn't seem to be accessible at all through there, so > maybe it's a missing alias in the Apache config? > > Regards and best wishes, > > Justin Clift > > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Link to Peter E's homepage in the 7.4.1 install file doesn't work @ 2004-01-04 16:44 Peter Eisentraut <[email protected]> parent: Robert Treat <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Peter Eisentraut @ 2004-01-04 16:44 UTC (permalink / raw) To: Robert Treat <[email protected]>; Justin Clift <[email protected]>; pgsql-www Robert Treat wrote: > ISTM the domain should have been developer.postgresql.org, not www, > but even still that page doesn't exist.... this looks like the > potential replacement: > > http://developer.postgresql.org/~petere/nlsinfo/ > > Peter, maybe you can clarify this for us. http://developer.postgresql.org/~petere/bsd-gettext/ ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Link to Peter E's homepage in the 7.4.1 install file @ 2004-01-05 02:10 Justin Clift <[email protected]> parent: Peter Eisentraut <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Justin Clift @ 2004-01-05 02:10 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: Robert Treat <[email protected]>; pgsql-www Peter Eisentraut wrote: > Robert Treat wrote: > >>ISTM the domain should have been developer.postgresql.org, not www, >>but even still that page doesn't exist.... this looks like the >>potential replacement: >> >>http://developer.postgresql.org/~petere/nlsinfo/ >> >>Peter, maybe you can clarify this for us. > > http://developer.postgresql.org/~petere/bsd-gettext/ Ok, so what's the course of action here? + Update the website configuration to automatically re-direct to the new location + Update the PostgreSQL Source tarball to also point to the new location so that eventually we don't have to keep the re-direct in place ? Regards and best wishes, Justin Clift ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Link to Peter E's homepage in the 7.4.1 install file @ 2004-01-21 01:10 Robert Treat <[email protected]> parent: Justin Clift <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Robert Treat @ 2004-01-21 01:10 UTC (permalink / raw) To: Justin Clift <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-www On Sun, 2004-01-04 at 21:10, Justin Clift wrote: > Peter Eisentraut wrote: > > > Robert Treat wrote: > > > >>ISTM the domain should have been developer.postgresql.org, not www, > >>but even still that page doesn't exist.... this looks like the > >>potential replacement: > >> > >>http://developer.postgresql.org/~petere/nlsinfo/ > >> > >>Peter, maybe you can clarify this for us. > > > > http://developer.postgresql.org/~petere/bsd-gettext/ > > Ok, so what's the course of action here? > > + Update the website configuration to automatically re-direct to the > new location > + Update the PostgreSQL Source tarball to also point to the new > location so that eventually we don't have to keep the re-direct in place > > ? IIRC Peter has updated the code to reflect this. Marc/Dave can we get a report on the # of 404's being generated looking for the bad url? This would tell us how urgent the problem is. Robert Treat -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Link to Peter E's homepage in the 7.4.1 install file @ 2004-01-21 04:11 Marc G. Fournier <[email protected]> parent: Robert Treat <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Marc G. Fournier @ 2004-01-21 04:11 UTC (permalink / raw) To: Robert Treat <[email protected]>; +Cc: Justin Clift <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-www svr1# grep petere access_log | grep " 404 " | wc -l 6 svr1# gzcat access_log.0.gz | grep petere | grep " 404 " | wc -l 10 that goes back to the 17th of Jan ... so doesn't look too critical ... On Tue, 20 Jan 2004, Robert Treat wrote: > On Sun, 2004-01-04 at 21:10, Justin Clift wrote: > > Peter Eisentraut wrote: > > > > > Robert Treat wrote: > > > > > >>ISTM the domain should have been developer.postgresql.org, not www, > > >>but even still that page doesn't exist.... this looks like the > > >>potential replacement: > > >> > > >>http://developer.postgresql.org/~petere/nlsinfo/ > > >> > > >>Peter, maybe you can clarify this for us. > > > > > > http://developer.postgresql.org/~petere/bsd-gettext/ > > > > Ok, so what's the course of action here? > > > > + Update the website configuration to automatically re-direct to the > > new location > > + Update the PostgreSQL Source tarball to also point to the new > > location so that eventually we don't have to keep the re-direct in place > > > > ? > > IIRC Peter has updated the code to reflect this. Marc/Dave can we get a > report on the # of 404's being generated looking for the bad url? This > would tell us how urgent the problem is. > > Robert Treat > -- > Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to [email protected] > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [email protected] Yahoo!: yscrappy ICQ: 7615664 ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2004-01-21 04:11 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2003-12-29 03:47 Link to Peter E's homepage in the 7.4.1 install file doesn't work Justin Clift <[email protected]> 2003-12-29 15:22 ` Robert Treat <[email protected]> 2004-01-04 16:44 ` Peter Eisentraut <[email protected]> 2004-01-05 02:10 ` Re: Link to Peter E's homepage in the 7.4.1 install file Justin Clift <[email protected]> 2004-01-21 01:10 ` Re: Link to Peter E's homepage in the 7.4.1 install file Robert Treat <[email protected]> 2004-01-21 04:11 ` Re: Link to Peter E's homepage in the 7.4.1 install file Marc G. Fournier <[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