How to protect pages of a website with Phorum (Easy way)
Posted by tonimad
Anonymous User
Re: How to protect pages of a website with Phorum (Easy way) July 22, 2009 08:16AM |
Well, I need to incorporate a dynamic RSS feed (generated in XML) into an application using only a static XML file (.xml).
Re: How to protect pages of a website with Phorum (Easy way) July 22, 2009 08:19AM |
Admin Registered: 22 years ago Posts: 9,240 |
Anonymous User
Re: How to protect pages of a website with Phorum (Easy way) July 22, 2009 08:34AM |
Quote
Thomas Seifert
So? use wget, curl or some other tool to download the rss-feed.
Thanks for the references, i will look further into that softwares.
What i want to do is quite simple: to extract the title and link of the RSS feed in a XHTML format <a href="link">title</a> for that it creates automatically an associated XML file composed with this content:
<content>
<a href="link1">title1</a>
<a href=""link2">title 2</a>
...
<a href="linkz">titlez</a>
</content>
that i can use into another application.
Let's call this feature: RSS Extractor ;-)
Edited 4 time(s). Last edit at 07/22/2009 08:39AM by ab1.
Anonymous User
Re: How to protect pages of a website with Phorum (Easy way) July 22, 2009 08:56AM |
Well, i think the easy way would be to duplicate the RSS feed: creating a new one that i maintain hidden and available only for the third application with only the needed features.
Sorry if i think aloud and thanks for the advices.
Edit: Well in fact, phorum is much more developed than i was thinking, all the work is already done.
One can just use the HTML feed already implemented into the feed_functions.php
"feed.php?3,type=html"
Edited 2 time(s). Last edit at 07/22/2009 10:05AM by ab1.
Sorry if i think aloud and thanks for the advices.
Edit: Well in fact, phorum is much more developed than i was thinking, all the work is already done.
One can just use the HTML feed already implemented into the feed_functions.php
"feed.php?3,type=html"
Edited 2 time(s). Last edit at 07/22/2009 10:05AM by ab1.
Sorry, only registered users may post in this forum.