50 lines
1.7 KiB
XML
50 lines
1.7 KiB
XML
##############################################################################################
|
|
# Configuration file for RSS feed
|
|
#
|
|
# 2 types of segments in this ini file.
|
|
#
|
|
# [RESERVED] Common data for the feeds
|
|
# title Title of the feeds in English (mandatory)
|
|
# copyright Copyright sentence in English to be added at the end of the descriptions
|
|
# copyright-$$LANG Localized copyright sentence (optional)
|
|
# nodescription User message if feed has no description (optional)
|
|
# search_before Sequences to search before scraping, the format is "/XX/,/YY/"
|
|
# replace_before Sequences to replace before scraping separated by ","
|
|
# search_after Sequences to search after scraping, the format is "/XX/,/YY/"
|
|
# replace_after Sequences to replace after scraping separated by ","
|
|
# trim_title_after String in the title to trim after
|
|
# trim_title_before String in the title to trim before
|
|
# encoding Encoding (iso or utf8), iso by default (optional)
|
|
# file Root name of the cache file
|
|
#
|
|
# [ITEM]
|
|
# ttl Time to live in seconds or 'daily' (mandatory)
|
|
# xml URI for the feed (mandatory)
|
|
###############################################################################################
|
|
[RESERVED]
|
|
title=Today
|
|
copyright= RSS feed provided by answers.com and brought to you by Mitel Networks.
|
|
search_before=/Quote of the Day: /,/Word of the Day: /,/\&m/
|
|
replace_before=,,
|
|
search_after=
|
|
replace_after=
|
|
file=day
|
|
|
|
[Word of the Day]
|
|
ttl=daily
|
|
xml=http://wordsmith.org/awad/rss1.xml
|
|
|
|
[Birthdays today]
|
|
ttl=daily
|
|
xml=http://feeds2.feedburner.com/historyorb/famousbirthdays
|
|
|
|
[This day in History]
|
|
ttl=daily
|
|
xml=http://www.historychannel.com/global/feeds/tdihrss.jsp
|
|
|
|
[Quote of the Day]
|
|
ttl=daily
|
|
xml=http://feeds.feedburner.com/brainyquote/QUOTEBR
|
|
|
|
|