Thread: news / events RSS feeds

news / events RSS feeds

From
Robert Treat
Date:
The code consists of three files... pg_news.rdf, pg_events.rdf, and
Serializer.php (note the big S) which all currently reside in
/usr/local/www/www.postgresql.org/.   The Serializer.php file needs to be
placed in /usr/local/share/pear/XML/  for it to work, and we might need some
tweaking after that.   If someone can move it over I'll take this back up, or
you can take it up from where I left off...

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Re: news / events RSS feeds

From
"Dave Page"
Date:

> -----Original Message-----
> From: Robert Treat [mailto:xzilla@users.sourceforge.net]
> Sent: 09 March 2004 05:40
> To: pgsql-www@postgresql.org
> Subject: [pgsql-www] news / events RSS feeds
>
> The code consists of three files... pg_news.rdf,
> pg_events.rdf, and Serializer.php (note the big S) which all
> currently reside in
> /usr/local/www/www.postgresql.org/.   The Serializer.php file
> needs to be
> placed in /usr/local/share/pear/XML/  for it to work, and we
> might need some
> tweaking after that.   If someone can move it over I'll take
> this back up, or
> you can take it up from where I left off...

I've moved it across.

Regards, Dave

Re: news / events RSS feeds

From
Robert Treat
Date:
Ok, now it is complaining that it needs XML/Util.php.  Looking at the
code, I think that should be it, Marc, can you hook us up with that?

Robert Treat

On Tue, 2004-03-09 at 04:35, Dave Page wrote:
>
>
> > -----Original Message-----
> > From: Robert Treat [mailto:xzilla@users.sourceforge.net]
> > Sent: 09 March 2004 05:40
> > To: pgsql-www@postgresql.org
> > Subject: [pgsql-www] news / events RSS feeds
> >
> > The code consists of three files... pg_news.rdf,
> > pg_events.rdf, and Serializer.php (note the big S) which all
> > currently reside in
> > /usr/local/www/www.postgresql.org/.   The Serializer.php file
> > needs to be
> > placed in /usr/local/share/pear/XML/  for it to work, and we
> > might need some
> > tweaking after that.   If someone can move it over I'll take
> > this back up, or
> > you can take it up from where I left off...
>
> I've moved it across.
>
> Regards, Dave
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


Re: news / events RSS feeds

From
David Costa
Date:
On Mar 9, 2004, at 5:31 PM, Robert Treat wrote:

> Ok, now it is complaining that it needs XML/Util.php.  Looking at the
> code, I think that should be it, Marc, can you hook us up with that?

yes you need  to
add Serializer.php on your php include path within the XML folder...
e.g.

/usr/local/php5.0-b3/lib/php/XML

If you do not have am XML folder you should install XML_RPC with the
command "pear install XML_RPC"
perhaps you might also add XML_Util


>
> Robert Treat
>
> On Tue, 2004-03-09 at 04:35, Dave Page wrote:
>>
>>
>>> -----Original Message-----
>>> From: Robert Treat [mailto:xzilla@users.sourceforge.net]
>>> Sent: 09 March 2004 05:40
>>> To: pgsql-www@postgresql.org
>>> Subject: [pgsql-www] news / events RSS feeds
>>>
>>> The code consists of three files... pg_news.rdf,
>>> pg_events.rdf, and Serializer.php (note the big S) which all
>>> currently reside in
>>> /usr/local/www/www.postgresql.org/.   The Serializer.php file
>>> needs to be
>>> placed in /usr/local/share/pear/XML/  for it to work, and we
>>> might need some
>>> tweaking after that.   If someone can move it over I'll take
>>> this back up, or
>>> you can take it up from where I left off...
>>
>> I've moved it across.
>>
>> Regards, Dave
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 8: explain analyze is your friend
> --
> Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html


Re: news / events RSS feeds

From
Robert Treat
Date:
On Tue, 2004-03-09 at 11:39, David Costa wrote:
>
> On Mar 9, 2004, at 5:31 PM, Robert Treat wrote:
>
> > Ok, now it is complaining that it needs XML/Util.php.  Looking at the
> > code, I think that should be it, Marc, can you hook us up with that?
>
> yes you need  to
> add Serializer.php on your php include path within the XML folder...
> e.g.
>
> /usr/local/php5.0-b3/lib/php/XML

yup, thats what Dave did.

>
> If you do not have am XML folder you should install XML_RPC with the
> command "pear install XML_RPC"
> perhaps you might also add XML_Util
>

we have an XML folder, just no Util.php within it... so I guess we need
to do "pear install XML_Util"


Robert Treat

>
> >
> > Robert Treat
> >
> > On Tue, 2004-03-09 at 04:35, Dave Page wrote:
> >>
> >>
> >>> -----Original Message-----
> >>> From: Robert Treat [mailto:xzilla@users.sourceforge.net]
> >>> Sent: 09 March 2004 05:40
> >>> To: pgsql-www@postgresql.org
> >>> Subject: [pgsql-www] news / events RSS feeds
> >>>
> >>> The code consists of three files... pg_news.rdf,
> >>> pg_events.rdf, and Serializer.php (note the big S) which all
> >>> currently reside in
> >>> /usr/local/www/www.postgresql.org/.   The Serializer.php file
> >>> needs to be
> >>> placed in /usr/local/share/pear/XML/  for it to work, and we
> >>> might need some
> >>> tweaking after that.   If someone can move it over I'll take
> >>> this back up, or
> >>> you can take it up from where I left off...
> >>
> >> I've moved it across.
> >>
> >> Regards, Dave
> >>
> >> ---------------------------(end of
> >> broadcast)---------------------------
> >> TIP 8: explain analyze is your friend
> > --
> > Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
> >
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> >                http://www.postgresql.org/docs/faqs/FAQ.html
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL