PhpDig.net

Go Back   PhpDig.net > General Forums > Feedback & News

Reply
 
Thread Tools
Old 04-12-2004, 07:53 PM   #1
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
RSS/XML Search Feeds

Hi. Do a search using the online demo and then click the 'View RSS for this Page' link near the bottom of the search results page.

What do you think? Give me some feedback! Thanks.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Old 04-12-2004, 10:36 PM   #2
renehaentjens
Orange Mole
 
Join Date: Nov 2003
Posts: 69
Looks great.

Tiny bug? I saw an untranslated ampersand in:
<description>...o-8859-7 and <span class="phpdigHighlight">windows</span>-1251 added thanks to all those for helping . Characters '._~@#$:&%/;,=- now allowed in indexing and searches. CSS modified in all...</description>
__________________
René Haentjens, Ghent University
renehaentjens is offline   Reply With Quote
Old 04-13-2004, 04:19 AM   #3
MedaVian
Green Mole
 
Join Date: Apr 2004
Location: Central Coast, NSW, Australia
Posts: 1
Smile

Just what I was looking for ..

Is there a way to get this to be the default page after the search ?

ie: instead of the html results pages ?

Would fit with a small project I am playing with ..

regards,
Darrin
MedaVian is offline   Reply With Quote
Old 04-13-2004, 06:08 PM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Yeah, the translation was using ASCII values but now it uses HTML entities instead:
PHP Code:
function xmlentities($string$quote_style=ENT_COMPAT) {
    
$trans get_html_translation_table(HTML_ENTITIES$quote_style);
    
$encoded str_replace("&amp;","&amp;amp;",strtr($string$trans));
    return 
$encoded;

To make the feed as default page, I suppose a header redirect could be done once the file is created.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rss Feed djavet Feedback & News 1 01-07-2005 07:04 AM
RSS version? AllKnightAccess Troubleshooting 2 09-27-2004 12:06 AM
RSS Feed For These Forums vinyl-junkie Feedback & News 6 08-16-2004 06:06 AM
RSS/XML Import RaGe Mod Requests 0 04-29-2004 06:12 AM
XML feeds sid Mod Requests 5 03-21-2004 08:12 PM


All times are GMT -8. The time now is 02:46 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.