FAQ.
So what is mod_index_rss?
Where do I get it from?
What sort of license does it have?
How can I make suggestions for it?
How can I report a bug?
How do I install it?
How do I use it?
What are the directives?
What environmental variables exist
So what is mod_index_rss?
This module provides RSS output for directories. Sites
that publish mainly static content to directories (whether
images, html...) can use it to have dynamic lists
of their content.
Where do I get it from?
You can get it from either here via the web or here via ftp.
What sort of license does it have?
You are pretty much free to use it as you please. Check
out the License file with the distribution for more details.
(Its very BSD like)
How can I make suggestions for it?
Send email to brian@tangent.org.
How can I report a bug?
Enter your bug here here.
How do I install it?
Read the INSTALL file that comes along with the module.
How do I use it?
Mod_Index_RSS is enabled by default. Just by giving a URL
to a directory, and using the index=rss argument, it
will display RSS output. This does not break mod_autoindex.
So what are the directives?
IndexRSSEngine - On or Off (On by default). This enables the trigger engine.
IndexRSSEnabled - Supply a cookie name and then either a script or uri to call if the cookie is found.
IndexRSSDisabled - Supply a cookie name and then either a script or uri to call if the cookie is found.