public inbox for [email protected]
help / color / mirror / Atom feednews / events RSS feeds
5+ messages / 3 participants
[nested] [flat]
* news / events RSS feeds
@ 2004-03-09 05:39 Robert Treat <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Robert Treat @ 2004-03-09 05:39 UTC (permalink / raw)
To: pgsql-www
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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: news / events RSS feeds
@ 2004-03-09 09:35 Dave Page <[email protected]>
2004-03-09 16:31 ` Re: news / events RSS feeds Robert Treat <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Dave Page @ 2004-03-09 09:35 UTC (permalink / raw)
To: Robert Treat <[email protected]>; pgsql-www
> -----Original Message-----
> From: Robert Treat [mailto:[email protected]]
> Sent: 09 March 2004 05:40
> To: [email protected]
> 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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: news / events RSS feeds
2004-03-09 09:35 Re: news / events RSS feeds Dave Page <[email protected]>
@ 2004-03-09 16:31 ` Robert Treat <[email protected]>
2004-03-09 16:39 ` Re: news / events RSS feeds David Costa <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Robert Treat @ 2004-03-09 16:31 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgsql-www
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:[email protected]]
> > Sent: 09 March 2004 05:40
> > To: [email protected]
> > 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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: news / events RSS feeds
2004-03-09 09:35 Re: news / events RSS feeds Dave Page <[email protected]>
2004-03-09 16:31 ` Re: news / events RSS feeds Robert Treat <[email protected]>
@ 2004-03-09 16:39 ` David Costa <[email protected]>
2004-03-09 19:08 ` Re: news / events RSS feeds Robert Treat <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: David Costa @ 2004-03-09 16:39 UTC (permalink / raw)
To: Robert Treat <[email protected]>; +Cc: pgsql-www
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:[email protected]]
>>> Sent: 09 March 2004 05:40
>>> To: [email protected]
>>> 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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: news / events RSS feeds
2004-03-09 09:35 Re: news / events RSS feeds Dave Page <[email protected]>
2004-03-09 16:31 ` Re: news / events RSS feeds Robert Treat <[email protected]>
2004-03-09 16:39 ` Re: news / events RSS feeds David Costa <[email protected]>
@ 2004-03-09 19:08 ` Robert Treat <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Robert Treat @ 2004-03-09 19:08 UTC (permalink / raw)
To: David Costa <[email protected]>; +Cc: pgsql-www
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:[email protected]]
> >>> Sent: 09 March 2004 05:40
> >>> To: [email protected]
> >>> 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
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2004-03-09 19:08 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-03-09 05:39 news / events RSS feeds Robert Treat <[email protected]>
2004-03-09 09:35 Re: news / events RSS feeds Dave Page <[email protected]>
2004-03-09 16:31 ` Robert Treat <[email protected]>
2004-03-09 16:39 ` David Costa <[email protected]>
2004-03-09 19:08 ` Robert Treat <[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