Place the filename of the language file you'd like to use
in this box. The MyHeadlines Language files can be found
in "/html/modules/MyHeadlines/lang"
date_format
This is the template for converting the date stamp. More
information on the acceptable variables can be found here: PHP Docs: Date Function
rss_timeout
This is the timeout in seconds before giving up
on refresshing the content from any given source.
consecutive_failures_before_bad
This is the number of retries before a source is marked
as bad in the database. The retries are not executed
imediately, but instead at the regular source timeout
interval. As soon as a success is registered this counter
is reset and the next failure will appear as the first.
NOTE: a "bad" source is not visible to the user for
subscriptions, it is held in wait for an admin to verify
the status.
rss_max_items
This is the number of items to show in the side boxes.
The cache holds older items in the database until they
expire (see rss_cache_expire), but only the most recent
items upto rss_max_items are displayed.
rss_show_summary
This will show the summary information that may be
included with stored headline. 1=show 0=dont show
rss_override_logo_width
If your theme does not align any more due to the size of
the logos displayed within the MyHeadlines side blocks
then turn on the override feature to scale all logos
to be the same width (see rss_logo_width).
1 = override, 0 = do not override
rss_logo_width
This is the static width for all logo images, in pixels.
Set this to a value that fits within your theme side blocks.
rss_cache_expire
This is the number of days to keep headlines in the database.
The longer your keep them the bigger your database will be,
and the deeper the search. It's a trade off, better searches
for larger databases.
num_search_results_per_page
This is the maximum number of search results to display per page.
If there is a possibility that there are more results available
then more button will be shown.
max_updates_per_cron_cycle
This one is an advanced feature. If you have setup a cron job
according to the install document this feature will allow you to
limit the amount of time the cron job spends refreshing the cache.
The job will stop after updating this number of unique headline
sources. Please refer to the advanced installation instructions.
show_shameless_plug
This one hijacks sites with no logo image defined and shows the
"Powered by: MyHeadlines" banner. If you're sick of my cheesy
image, and wish it would just go away...
1 = Show Image, 0 = Hide Image.
stck_timeout
This is the timeout in minutes between cache updates for
stock quotes.
rss_proxy_enabled
Turn on/off proxy support. Are you behind a proxy server? Set this
to 1, if not leave it as 0.
google_registration_key
Enter your Google API registration key here. This will enable SOAP
backend connection to Google. Set this to 0 if you want to disable.
In order to use Google Web APIs you first must register with Google to
receive an authentication key. You can do this online at http://www.google.com/apis/.
rss_proxy_host
This is the IP address or host name of your proxy server
(this variable is visible when "rss_proxy_enable" = 1)
rss_proxy_port
This is the Port number for proxy connections on the rss_proxy_host
(this variable is visible when "rss_proxy_enable" = 1)
rss_proxy_user
Does your proxy server require authentication? If no, leave this as 0
if it does require authentication enter the user name here.
(this variable is visible when "rss_proxy_enable" = 1)
rss_proxy_pass
Does your proxy server require authentication? If no, leave this as 0
if it does require authentication enter the user password here.
(this variable is visible when "rss_proxy_enable" = 1)