 |
|
 |
 |
 |
 |
Q. Can I use a different name for the feed, I'd like to call it "news" ?
A. Yes certainly, edit the code, where you see a line near the top that says $rssFolder = ......, replace the word rssFeedFolder with your name of news
Q. Can I rssFeedFolder pickup the HTML files from the top-level folder of my site ?
A. Yes, edit the code, where you see a line near the top that says $rssFolder = ......, replace the word rssFeedFolder with the word root - in our rss.php, this will build the feed from all files whose names end in .html or .htm - in our rss.cgi, this will only build the feed from files whose names end in .html unless you edit the line that says $strGlobSearch = "$strDocRoot/*.html to be *.htm instead of the *.html
Q. How can I have more than one feed on my site ?
A. Make a second copy of the script. Call the second one rssNews.cgi or rssProducts.php etc.
Q. How much does it cost to register ?
A. Nothing. There is no registration. We give the code away. Some people will need help customizing it and we gladly help those people for a small fee.
Q. Do you have any really detailed installation instructions ?
A. Yes, right here.
Q. You say to use a <TITLE> tag to make sure rssFeedFolder knows what our feed pages are about, how do I do that ?
A. We have a whole page about the HTML title tag.
Q. You say to use a description meta tag to make sure rssFeedFolder can get a summary of our feed pages, how do I do that ?
A. We have a whole page about the HTML description meta tag.
Q. Is there a way to make sure search engines ignore my RSS feed folders ?
A. We have a whole page about how and why to use a robots.txt file.
|
 |
 |
 |
 |
 |
|
 |
|