public inbox for [email protected]  
help / color / mirror / Atom feed
News Feed: PHP/Postgresql Advocacy
13+ messages / 5 participants
[nested] [flat]

* News Feed: PHP/Postgresql Advocacy
@ 2004-02-17 00:27 David Costa <[email protected]>
  2004-02-17 03:45 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Robert Treat <[email protected]>
  0 siblings, 1 reply; 13+ messages in thread

From: David Costa @ 2004-02-17 00:27 UTC (permalink / raw)
  To: pgsql-www; pgsql-www; pgsql-www; pgsql-www; +Cc: Alexey Borzov <[email protected]>; Joshua D.Drake <[email protected]>; Marc G.Fournier <[email protected]>; [email protected]

Hello Everyone :)

It was a long day but I managed to finalise a newsfeed from the 
postgresql.org website.

You can see it at http://www.dotgeek.org/ on the right column

As you might now, XML Feeds, made available under the rdf/rss format 
are a tremendous tool. O'Reilly on lamp is using this extensively 
http://www.onlamp.com/ to aggregate news from several sources. They 
would certainly add some news from postgresql and I am sure that many 
of the postgresql users will be more than glad to add the news
in their website.

Basically everyone with a website and an rss parser can add the 
postgresql.org news anytime using our raw feed  at 
http://www.dotgeek.org/pgnews/news.rss

The news are first parsed, then stored on a postgresql database in our 
server. For the feed I used PHP, Pear XML_Serializer, and a custom RSS 
parser.

On the next few days we will move on as planned adding a column at 
dotgeek entirely dedicated to  PHP&PostgreSQL development.

The first articles will be written by me and Hans-Jürgen Schönig.

The next ideal step could be XML feeds for the mailing lists.

Oh.. of course if Marc or Dave would like to see/try the sources for an 
official adoption, all yours, not urgent thou.

1:25 AM here, time to go home. I will keep you posted on my Advocacy 
initiatives, hope you don't mind ;)

All the best,
Regards
David Costa






^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
@ 2004-02-17 03:45 ` Robert Treat <[email protected]>
  2004-02-17 07:47   ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Alexey Borzov <[email protected]>
  2004-02-17 09:39   ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 09:40   ` Re: News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  0 siblings, 3 replies; 13+ messages in thread

From: Robert Treat @ 2004-02-17 03:45 UTC (permalink / raw)
  To: David Costa <[email protected]>; pgsql-www; +Cc: Marc G.Fournier <[email protected]>; Dave Page <[email protected]>

Wow, very cool David.  This is something we have talked about having before, 
and we seem so close now I think we need to find a way to make it happen. 
David, I noticed your news feed points to us19 rather than the main server... 
just curious if there was any reason why?  I am thinking if we could set up 
www.postgresql.org/news.rss we could make that a public news feed that folks 
could pull from.  It would also be included in the mirror system if someone 
needed to pull a local feed (though it would be slightly delayed).   The only 
question I would have is how does this fit in with the web code rewrite / 
translation stuff?

Robert Treat

On Monday 16 February 2004 19:27, David Costa wrote:
> Hello Everyone :)
>
> It was a long day but I managed to finalise a newsfeed from the
> postgresql.org website.
>
> You can see it at http://www.dotgeek.org/ on the right column
>
> As you might now, XML Feeds, made available under the rdf/rss format
> are a tremendous tool. O'Reilly on lamp is using this extensively
> http://www.onlamp.com/ to aggregate news from several sources. They
> would certainly add some news from postgresql and I am sure that many
> of the postgresql users will be more than glad to add the news
> in their website.
>
> Basically everyone with a website and an rss parser can add the
> postgresql.org news anytime using our raw feed  at
> http://www.dotgeek.org/pgnews/news.rss
>
> The news are first parsed, then stored on a postgresql database in our
> server. For the feed I used PHP, Pear XML_Serializer, and a custom RSS
> parser.
>
> On the next few days we will move on as planned adding a column at
> dotgeek entirely dedicated to  PHP&PostgreSQL development.
>
> The first articles will be written by me and Hans-Jürgen Schönig.
>
> The next ideal step could be XML feeds for the mailing lists.
>
> Oh.. of course if Marc or Dave would like to see/try the sources for an
> official adoption, all yours, not urgent thou.
>
> 1:25 AM here, time to go home. I will keep you posted on my Advocacy
> initiatives, hope you don't mind ;)
>
> All the best,
> Regards
> David Costa
>
>
>
>
> ---------------------------(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] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 03:45 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Robert Treat <[email protected]>
@ 2004-02-17 07:47   ` Alexey Borzov <[email protected]>
  2 siblings, 0 replies; 13+ messages in thread

From: Alexey Borzov @ 2004-02-17 07:47 UTC (permalink / raw)
  To: Robert Treat <[email protected]>; +Cc: David Costa <[email protected]>; pgsql-www; Marc G.Fournier <[email protected]>; Dave Page <[email protected]>

Hi!

Robert Treat wrote:
> The only 
> question I would have is how does this fit in with the web code rewrite / 
> translation stuff?

Is the question rhetoric or do you have any specific problems in mind?




^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 03:45 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Robert Treat <[email protected]>
@ 2004-02-17 09:39   ` David Costa <[email protected]>
  2004-02-17 15:07     ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Marc G. Fournier <[email protected]>
  2 siblings, 1 reply; 13+ messages in thread

From: David Costa @ 2004-02-17 09:39 UTC (permalink / raw)
  To: Robert Treat <[email protected]>; +Cc: pgsql-www; Dave Page <[email protected]>; Marc G.Fournier <[email protected]>


On Feb 17, 2004, at 4:45 AM, Robert Treat wrote:

> Wow, very cool David.

Thank you! I am far from an XML expert but with so many friends on the 
php pear
development team it was just a 7  hours job :D

> This is something we have talked about having before,
> and we seem so close now I think we need to find a way to make it 
> happen.
> David, I noticed your news feed points to us19 rather than the main 
> server...
> just curious if there was any reason why?

Egoism ;) ?? Kidding of course.

I am not sure how this might effect the load on the main 
www.postgresql.org for one.
if someone adds the rss feed to his site, he might  hit the server 
every hour or every 30 minutes. Many news aggregators, which are now 
default
in a number of CMS like Postnuke, Drupal, Phpnuke, Slashcode do that 
and you need to be careful if you have
some limits on the server traffic.

The second reason is because this is not something official and I 
didn't want to bother anyone.

> I am thinking if we could set up
> www.postgresql.org/news.rss we could make that a public news feed that 
> folks
> could pull from.

Sure, I am ready anytime but I would like to further explain: I am 
currently parsing the news from our mirror, adding the news on the 
database
and then I manipulate the news for the feed. This is not the normal way 
to do it. Assuming that the news are already in a database, one of my 
scripts might
not be required on the official site.

Secondly, I think we need to provide a number of feeds aka news and a 
feed for each of the main mailing lists.

>  It would also be included in the mirror system if someone
> needed to pull a local feed (though it would be slightly delayed).   
> The only
> question I would have is how does this fit in with the web code 
> rewrite /
> translation stuff?

I am not sure. For the time being you can use our "alpha" feed url. 
Talking about advocacy, I think that the feeds are a great tool.

The second easy to implement feature is the ip to country. This will 
display, on the download page, something like this " We detected that 
you are from
$country"  example http://www.php.net/my.php

Advantage? this will enhance the overall browsing and download 
experience. Visitors in Austria will hit the local mirror with a better 
performance
and less load on the main box.

Eventually I am not suggesting a quick adoption of these tools. I will 
keep working on these features and if there is an interest for official 
adoption, I am here
to help as always.

All the best,
David Costa


> Robert Treat
>
> On Monday 16 February 2004 19:27, David Costa wrote:
>> Hello Everyone :)
>>
>> It was a long day but I managed to finalise a newsfeed from the
>> postgresql.org website.
>>
>> You can see it at http://www.dotgeek.org/ on the right column
>>
>> As you might now, XML Feeds, made available under the rdf/rss format
>> are a tremendous tool. O'Reilly on lamp is using this extensively
>> http://www.onlamp.com/ to aggregate news from several sources. They
>> would certainly add some news from postgresql and I am sure that many
>> of the postgresql users will be more than glad to add the news
>> in their website.
>>
>> Basically everyone with a website and an rss parser can add the
>> postgresql.org news anytime using our raw feed  at
>> http://www.dotgeek.org/pgnews/news.rss
>>
>> The news are first parsed, then stored on a postgresql database in our
>> server. For the feed I used PHP, Pear XML_Serializer, and a custom RSS
>> parser.
>>
>> On the next few days we will move on as planned adding a column at
>> dotgeek entirely dedicated to  PHP&PostgreSQL development.
>>
>> The first articles will be written by me and Hans-Jürgen Schönig.
>>
>> The next ideal step could be XML feeds for the mailing lists.
>>
>> Oh.. of course if Marc or Dave would like to see/try the sources for 
>> an
>> official adoption, all yours, not urgent thou.
>>
>> 1:25 AM here, time to go home. I will keep you posted on my Advocacy
>> initiatives, hope you don't mind ;)
>>
>> All the best,
>> Regards
>> David Costa
>>
>>
>>
>>
>> ---------------------------(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] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 03:45 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Robert Treat <[email protected]>
  2004-02-17 09:39   ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
@ 2004-02-17 15:07     ` Marc G. Fournier <[email protected]>
  0 siblings, 0 replies; 13+ messages in thread

From: Marc G. Fournier @ 2004-02-17 15:07 UTC (permalink / raw)
  To: David Costa <[email protected]>; +Cc: Robert Treat <[email protected]>; pgsql-www; Dave Page <[email protected]>; Marc G.Fournier <[email protected]>

On Tue, 17 Feb 2004, David Costa wrote:

> The second easy to implement feature is the ip to country. This will
> display, on the download page, something like this " We detected that
> you are from
> $country"  example http://www.php.net/my.php

/usr/local/share/GeoIP/GeoIP.dat is already installed for awstats ...
personally, if we could tie that in, it would be nice is we could extend
it past that and do an auto-redirect to the mirror itself ...

Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: [email protected]           Yahoo!: yscrappy              ICQ: 7615664



^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: News Feed: PHP/Postgresql Advocacy
  2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 03:45 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Robert Treat <[email protected]>
@ 2004-02-17 09:40   ` David Costa <[email protected]>
  2 siblings, 0 replies; 13+ messages in thread

From: David Costa @ 2004-02-17 09:40 UTC (permalink / raw)
  To: [email protected]


On Feb 17, 2004, at 4:45 AM, Robert Treat wrote:

> Wow, very cool David.

Thank you! I am far from an XML expert but with so many friends on the 
php pear
development team it was just a 7  hours job :D

> This is something we have talked about having before,
> and we seem so close now I think we need to find a way to make it 
> happen.
> David, I noticed your news feed points to us19 rather than the main 
> server...
> just curious if there was any reason why?

Egoism ;) ?? Kidding of course.

I am not sure how this might effect the load on the main 
www.postgresql.org for one.
if someone adds the rss feed to his site, he might  hit the server 
every hour or every 30 minutes. Many news aggregators, which are now 
default
in a number of CMS like Postnuke, Drupal, Phpnuke, Slashcode do that 
and you need to be careful if you have
some limits on the server traffic.

The second reason is because this is not something official and I 
didn't want to bother anyone.

> I am thinking if we could set up
> www.postgresql.org/news.rss we could make that a public news feed that 
> folks
> could pull from.

Sure, I am ready anytime but I would like to further explain: I am 
currently parsing the news from our mirror, adding the news on the 
database
and then I manipulate the news for the feed. This is not the normal way 
to do it. Assuming that the news are already in a database, one of my 
scripts might
not be required on the official site.

Secondly, I think we need to provide a number of feeds aka news and a 
feed for each of the main mailing lists.

>  It would also be included in the mirror system if someone
> needed to pull a local feed (though it would be slightly delayed).   
> The only
> question I would have is how does this fit in with the web code 
> rewrite /
> translation stuff?

I am not sure. For the time being you can use our "alpha" feed url. 
Talking about advocacy, I think that the feeds are a great tool.

The second easy to implement feature is the ip to country. This will 
display, on the download page, something like this " We detected that 
you are from
$country"  example http://www.php.net/my.php

Advantage? this will enhance the overall browsing and download 
experience. Visitors in Austria will hit the local mirror with a better 
performance
and less load on the main box.

Eventually I am not suggesting a quick adoption of these tools. I will 
keep working on these features and if there is an interest for official 
adoption, I am here
to help as always.

All the best,
David Costa


> Robert Treat
>
> On Monday 16 February 2004 19:27, David Costa wrote:
>> Hello Everyone :)
>>
>> It was a long day but I managed to finalise a newsfeed from the
>> postgresql.org website.
>>
>> You can see it at http://www.dotgeek.org/ on the right column
>>
>> As you might now, XML Feeds, made available under the rdf/rss format
>> are a tremendous tool. O'Reilly on lamp is using this extensively
>> http://www.onlamp.com/ to aggregate news from several sources. They
>> would certainly add some news from postgresql and I am sure that many
>> of the postgresql users will be more than glad to add the news
>> in their website.
>>
>> Basically everyone with a website and an rss parser can add the
>> postgresql.org news anytime using our raw feed  at
>> http://www.dotgeek.org/pgnews/news.rss
>>
>> The news are first parsed, then stored on a postgresql database in our
>> server. For the feed I used PHP, Pear XML_Serializer, and a custom RSS
>> parser.
>>
>> On the next few days we will move on as planned adding a column at
>> dotgeek entirely dedicated to  PHP&PostgreSQL development.
>>
>> The first articles will be written by me and Hans-Jürgen Schönig.
>>
>> The next ideal step could be XML feeds for the mailing lists.
>>
>> Oh.. of course if Marc or Dave would like to see/try the sources for 
>> an
>> official adoption, all yours, not urgent thou.
>>
>> 1:25 AM here, time to go home. I will keep you posted on my Advocacy
>> initiatives, hope you don't mind ;)
>>
>> All the best,
>> Regards
>> David Costa
>>
>>
>>
>>
>> ---------------------------(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] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
@ 2004-02-17 09:29 Dave Page <[email protected]>
  2004-02-17 09:50 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  2004-02-17 10:07 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Alexey Borzov <[email protected]>
  0 siblings, 2 replies; 13+ messages in thread

From: Dave Page @ 2004-02-17 09:29 UTC (permalink / raw)
  To: Robert Treat <[email protected]>; David Costa <[email protected]>; pgsql-www; +Cc: Marc G.Fournier <[email protected]>

 

> -----Original Message-----
> From: Robert Treat [mailto:[email protected]] 
> Sent: 17 February 2004 03:45
> To: David Costa; [email protected]
> Cc: Marc G.Fournier; Dave Page
> Subject: Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
> 
> Wow, very cool David.  This is something we have talked about 
> having before, and we seem so close now I think we need to 
> find a way to make it happen. 

Agreed. Very nice.

> David, I noticed your news feed points to us19 rather than 
> the main server... 

David runs us19...

> just curious if there was any reason why?  I am thinking if 
> we could set up www.postgresql.org/news.rss we could make 
> that a public news feed that folks could pull from.  It would 
> also be included in the mirror system if someone 
> needed to pull a local feed (though it would be slightly 
> delayed).   The only 
> question I would have is how does this fit in with the web 
> code rewrite / translation stuff?

Yes, I guess it may need modification. Having said that though - would
it be easier to keep it on the main server and generate the feed
directly from the database? At least that way it wn't be affected by
Alexeys work.

Regards Dave



^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 09:29 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
@ 2004-02-17 09:50 ` David Costa <[email protected]>
  1 sibling, 0 replies; 13+ messages in thread

From: David Costa @ 2004-02-17 09:50 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgsql-www; pgsql-www; Marc G.Fournier <[email protected]>; Robert Treat <[email protected]>; pgsql-www


On Feb 17, 2004, at 10:29 AM, Dave Page wrote:
>
> Agreed. Very nice.
>

:)

>> David, I noticed your news feed points to us19 rather than
>> the main server...
>
> David runs us19...
>

Aheam yes well I did it locally just to avoid any possible trouble or 
let's say as a test :D

>> just curious if there was any reason why?  I am thinking if
>> we could set up www.postgresql.org/news.rss we could make
>> that a public news feed that folks could pull from.  It would
>> also be included in the mirror system if someone
>> needed to pull a local feed (though it would be slightly
>> delayed).   The only
>> question I would have is how does this fit in with the web
>> code rewrite / translation stuff?
>
> Yes, I guess it may need modification. Having said that though - would
> it be easier to keep it on the main server and generate the feed
> directly from the database? At least that way it wn't be affected by
> Alexeys work.

  As long as you have the news in a database, the feed generation 
package is one single script. Then you need to add a cronjob and you 
are done.
Of course it might not be a priority so it can wait. No hurry from my 
side ;)

In the meantime I could do the feed for the mailing lists.  Oh ...I 
also need to find the time to finish my postgresql articles
;)
I think the feeds fits well in the advocacy project. I know many 
developers with a blog or newsfeed aggregator. I suspect they would be 
pleased to add the pgsql feed.

  In fact many of the leading website are now generating a lot of 
traffic via the feeds. Just think about 100 then 1000 websites 
displaying the official postgresql.org feed.

We might also shake up the guys at O'Reilly to add it somewhere.


>
> Regards Dave




^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 09:29 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
@ 2004-02-17 10:07 ` Alexey Borzov <[email protected]>
  1 sibling, 0 replies; 13+ messages in thread

From: Alexey Borzov @ 2004-02-17 10:07 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: Robert Treat <[email protected]>; David Costa <[email protected]>; pgsql-www; Marc G.Fournier <[email protected]>

Hi!

Dave Page wrote:
> Yes, I guess it may need modification. Having said that though - would
> it be easier to keep it on the main server and generate the feed
> directly from the database? At least that way it wn't be affected by
> Alexeys work.

I think that it'll be better to add the ability to mirror RSS feeds 
also. While the feed on the main server will be fetched from the DB, the 
feeds on mirrors will be static.

We can also think about generating feeds in multiple languages, just as 
it will be the case woth HTML.

I'll post a message a bit later on how to better do feed generation in 
the version of 'portal' with my changes.





^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
@ 2004-02-17 10:00 Dave Page <[email protected]>
  2004-02-17 10:41 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  0 siblings, 1 reply; 13+ messages in thread

From: Dave Page @ 2004-02-17 10:00 UTC (permalink / raw)
  To: David Costa <[email protected]>; Robert Treat <[email protected]>; +Cc: pgsql-www; Marc G.Fournier <[email protected]>

 

> -----Original Message-----
> From: David Costa [mailto:[email protected]] 
> Sent: 17 February 2004 09:39
> To: Robert Treat
> Cc: [email protected]; Dave Page; Marc G.Fournier
> Subject: Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
> 
> The second easy to implement feature is the ip to country. 
> This will display, on the download page, something like this 
> " We detected that you are from $country"  example 
> http://www.php.net/my.php
> 

Hi David,

I thought I mentioned we already have that in the dev site (this is
Alexey's version): http://oc.cs.msu.su/pgorg/mirrors

Regards, Dave.



^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 10:00 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
@ 2004-02-17 10:41 ` David Costa <[email protected]>
  0 siblings, 0 replies; 13+ messages in thread

From: David Costa @ 2004-02-17 10:41 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: Robert Treat <[email protected]>; pgsql-www; Marc G.Fournier <[email protected]>


On Feb 17, 2004, at 11:00 AM, Dave Page wrote:
>
> Hi David,
>
> I thought I mentioned we already have that in the dev site (this is
> Alexey's version): http://oc.cs.msu.su/pgorg/mirrors
>

Sorry, my fault. :D


> Regards, Dave.
>
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html





^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
@ 2004-02-17 10:08 Dave Page <[email protected]>
  2004-02-17 10:43 ` Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
  0 siblings, 1 reply; 13+ messages in thread

From: Dave Page @ 2004-02-17 10:08 UTC (permalink / raw)
  To: David Costa <[email protected]>; +Cc: pgsql-www; Marc G.Fournier <[email protected]>; Robert Treat <[email protected]>; pgsql-www

 

> -----Original Message-----
> From: David Costa [mailto:[email protected]] 
> Sent: 17 February 2004 09:50
> To: Dave Page
> Cc: <[email protected]>; Marc G.Fournier; Robert 
> Treat; [email protected]
> Subject: Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
> 
> 
>   As long as you have the news in a database, the feed 
> generation package is one single script. Then you need to add 
> a cronjob and you are done.
> Of course it might not be a priority so it can wait. No hurry 
> from my side ;)

If you can make it work, I see no reason why we cannot add it :-)

Regards, Dave.



^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy
  2004-02-17 10:08 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
@ 2004-02-17 10:43 ` David Costa <[email protected]>
  0 siblings, 0 replies; 13+ messages in thread

From: David Costa @ 2004-02-17 10:43 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgsql-www; pgsql-www; Marc G.Fournier <[email protected]>; [email protected], Robert Treat <[email protected]>


On Feb 17, 2004, at 11:08 AM, Dave Page wrote:
>>
>
> If you can make it work, I see no reason why we cannot add it :-)
>
>

No problem, let's wait for Marc then I can send you the source code and 
instructions. ;)
Cheers
David Costa

P.S. It works, I just fixed a small bug but I will keep testing just in 
case.

> Regards, Dave.
>
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html





^ permalink  raw  reply  [nested|flat] 13+ messages in thread


end of thread, other threads:[~2004-02-17 15:07 UTC | newest]

Thread overview: 13+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-02-17 00:27 News Feed: PHP/Postgresql Advocacy David Costa <[email protected]>
2004-02-17 03:45 ` Robert Treat <[email protected]>
2004-02-17 07:47   ` Alexey Borzov <[email protected]>
2004-02-17 09:39   ` David Costa <[email protected]>
2004-02-17 15:07     ` Marc G. Fournier <[email protected]>
2004-02-17 09:40   ` David Costa <[email protected]>
2004-02-17 09:29 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
2004-02-17 09:50 ` David Costa <[email protected]>
2004-02-17 10:07 ` Alexey Borzov <[email protected]>
2004-02-17 10:00 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
2004-02-17 10:41 ` David Costa <[email protected]>
2004-02-17 10:08 Re: [pgsql-advocacy] News Feed: PHP/Postgresql Advocacy Dave Page <[email protected]>
2004-02-17 10:43 ` David Costa <[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