From: marius p. <ma...@re...> - 2006-03-27 13:49:18
|
I try to feed my google.com/reader with developer's rss but it doesn't work with this url http://www.firebirdsql.org/index.php?op=devjournal&id=print_rss&no_rss=1 What is needed is pure xml without html tags , so other readers can work with -- Linux Administrator |
From: Helen B. <he...@fi...> - 2006-03-28 00:24:57
|
At 11:59 PM 27/03/2006, you wrote: >I try to feed my google.com/reader with >developer's rss but it doesn't work with this url >http://www.firebirdsql.org/index.php?op=devjournal&id=print_rss&no_rss=1 >What is needed is pure xml without html tags , so other readers can work >with We can't do it until we migrate the site off Sourceforge. Basically, clicking that icon will generate the XML "under the hood"; what you see on the output screen is just that - output, that you can copy and paste somewhere. We have no capability to write any files to disk dynamically - that capability was removed from public projects 18 months ago. So what we currently have is but a stopgap, until we move sites. However, the DJ page *is* RSS-enabled (study the page source), so you don't need to click the button to get your active bookmarks in Firefox and other browsers that have integrated aggregation. Just click the little orange button on the Firefox display and the browser itself will take you through the steps. The crawler programs don't need to click any buttons. As you see in the page source, they call a chunk named rss.php, that generates the XML they need. The button click also calls this chunk after it has printed the XML to the screen. If you know something about how to generate and publish a well-formed XML file dynamically under conditions where one can't write anything, we'd be very glad to hear about it. The only alternative we see at the moment would be to generate such a file off-line and upload it via SFTP, as we do with our other web objects. This is totally self-defeating, of course, and we're not going to do it. Helen |
From: marius p. <ma...@gm...> - 2006-03-28 07:18:47
|
On 3/28/06, Helen Borrie <he...@fi...> wrote: > > At 11:59 PM 27/03/2006, you wrote: > >I try to feed my google.com/reader with > >developer's rss but it doesn't work with this url > >http://www.firebirdsql.org/index.php?op=3Ddevjournal&id=3Dprint_rss&no_r= ss=3D1 > >What is needed is pure xml without html tags , so other readers can work > >with > > We can't do it until we migrate the site off Sourceforge. Basically, > clicking that icon will generate the XML "under the hood"; what you > see on the output screen is just that - output, that you can copy and > paste somewhere. Now works ok in google reader too , thank you Helen for the response http://www.firebirdsql.org/devjournal/rss.php -- developer flamerobin.org |
From: Helen B. <he...@fi...> - 2006-03-28 09:07:03
|
At 05:18 PM 28/03/2006, you wrote: >Now works ok in google reader too , thank you Helen for the response ><http://www.firebirdsql.org/devjournal/rss.php>http://www.firebirdsql.org/devjournal/rss.php The current state was the outcome of some testing and changes Dmitry and I worked on this afternoon local time. I ditched altogether the page that outputs the xml; Dmitry found a content-type tag that did the trick and I replaced variables in the script with constant values. So, as a piece of code, it stinks, but it works. I will do some more changes to our php functions so that we write <a name="blah"> tags into the devjournal notes; then we will replace the current URLs that are in the guid field. And a couple of other little things. This was mainly an experiment so, at present, we've realised a concept to some extent. :-) I'm still an RSS-bunny, but today I installed a shareware RSS reader plug-in into Eudora 7. Lucky I didn't do the gallant thing and pay for it, as it is a Mark I disaster. I'll look for something else. The aggregator in Firefox seems to work OK. FF is a nice browser but I really dislike its nasty habit of storing gazillions of things on my c-drive that I don't get any choice about. Helen |