Thread: Updated Regional Contacts

Updated Regional Contacts

From
Josh Berkus
Date:
WWW,

Attached is an updated "Regional Contacts" page.  Please update the web
site.  Thanks!

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

Attachment

Re: Updated Regional Contacts

From
Josh Berkus
Date:
All,

> Attached is an updated "Regional Contacts" page.  Please update the web
> site.  Thanks!

Er, that's the script I use to generate them (share & enjoy).  Here's the
real contact list.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

Attachment

Re: Updated Regional Contacts

From
"Magnus Hagander"
Date:
Fixed, along with:

Change & to & for france.
Moved the <a name> into the <dt> section for USA, because <a> is not
permitted outside it. It used to be in the right place, but was wrong in
your file.

//Magnus

> -----Original Message-----
> From: pgsql-www-owner@postgresql.org
> [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Josh Berkus
> Sent: den 10 oktober 2006 00:10
> To: pgsql-www@postgresql.org
> Subject: Re: [pgsql-www] Updated Regional Contacts
>
> All,
>
> > Attached is an updated "Regional Contacts" page.  Please update the
> > web site.  Thanks!
>
> Er, that's the script I use to generate them (share & enjoy).
>  Here's the real contact list.
>
> --
> --Josh
>
> Josh Berkus
> PostgreSQL @ Sun
> San Francisco
>

Re: Updated Regional Contacts

From
"Magnus Hagander"
Date:
As I'm sure everybody noticed,  didn't actually do this. Because rob had
already done it. Upon commit it happily merged all the changes into
nothing at all :-)

But the change has been done. I obviously need to read the commit
messages better :-)

//Magnus

> -----Original Message-----
> From: Magnus Hagander
> Sent: den 12 oktober 2006 15:46
> To: 'josh@agliodbs.com'; pgsql-www@postgresql.org
> Subject: RE: [pgsql-www] Updated Regional Contacts
>
> Fixed, along with:
>
> Change & to & for france.
> Moved the <a name> into the <dt> section for USA, because <a>
> is not permitted outside it. It used to be in the right
> place, but was wrong in your file.
>
> //Magnus
>
> > -----Original Message-----
> > From: pgsql-www-owner@postgresql.org
> > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Josh Berkus
> > Sent: den 10 oktober 2006 00:10
> > To: pgsql-www@postgresql.org
> > Subject: Re: [pgsql-www] Updated Regional Contacts
> >
> > All,
> >
> > > Attached is an updated "Regional Contacts" page.  Please
> update the
> > > web site.  Thanks!
> >
> > Er, that's the script I use to generate them (share & enjoy).
> >  Here's the real contact list.
> >
> > --
> > --Josh
> >
> > Josh Berkus
> > PostgreSQL @ Sun
> > San Francisco
> >

Re: Updated Regional Contacts

From
Josh Berkus
Date:
Magnus,

I'm confused.  Is the XHTML output by my script correct, or not?

If not, can you give me a marked up version so I can correct it?  I
don't know what line your comments are referring to.

--Josh Berkus

Re: Updated Regional Contacts

From
"Magnus Hagander"
Date:
> Magnus,
>
> I'm confused.  Is the XHTML output by my script correct, or not?
>
> If not, can you give me a marked up version so I can correct
> it?  I don't know what line your comments are referring to.

It's incorrect. The corrected version is in cvs at
http://gborg.postgresql.org/cgi-bin/cvsweb.cgi/portal/template/en/about/
press/contact.html?rev=1.12;cvsroot=pgweb

//Magnus