Home
Articles
User Guides
RSS: uncharted.ca Custom Feed Generator
';
}
document.getElementById('url_output').value = url;
return false;
}
function setContentSource(query_str,section_name)
{
if( query_str.length > 0 && query_str.indexOf(section_name) == -1 )
{
return query_str +'+'+ section_name;
}
else if( query_str.length == 0 )
{
return query_str +section_name;
}
else {
return query_str;
}
}
function setMoreOptions(query_str,element)
{
if( query_str.length > 0 && query_str.indexOf(element.name) == -1 )
{
return query_str +'&'+element.name+'='+element.value;
}
else if( query_str.length == 0 )
{
return query_str +element.name+'='+element.value;
}
}
Articles
User Guides
RSS: uncharted.ca Custom Feed Generator RSS: uncharted.ca Custom Feed Generator
The uncharted.ca Custom Feed Generator is a simple utility you can use to personalize your RSS Feed.
The utility allows you to choose the sections and categories of content you'd like to receive in your feed, the format of the feed, and the quantity of items you'd like to receive in your feed.
If you're a web site operator looking for a simple way to syndicate uncharted.ca content on your site, we also offer some Javascript Feeds.
More information about RSS:
- A brief introduction to Really Simple Syndication
- Recommended RSS Readers
- Preconfigured uncharted.ca RSS Feeds