;All changes that you may need to make can be found in this file. Do not delete
; or comment out any of the default keys.
[general]
;Set cron to true if you have setup crontab to renew the feed periodically and
; simply direct your users to the cached rss file.
;Set to false if your unable to set up a cron and need to direct your users to
; the php script.
cron = true
;=================================================
url = "http://www.example.com";==CHANGE THIS URL==
;=================================================
[cache]
;Filesystem path to cache file, relative to deviantart.php or absolute.
path = ""
file = "deviantart.rss"
;URL is appended to [general][url]
url = "/"
;Maximum age in seconds
maxage = 86400
[imagecache]
;Filesystem path to the image cache folder, relative to deviantart.php or
; absolute. Ensure that the folder is writable.
path = "cache/"
;Complete URL to the image cache folder for public access.
;========================================================
url = "http://www.example.com/cache/";==CHANGE THIS URL==
;========================================================
;Feed details
[feed]
;======================================
user = "";==ENTER YOUR USER NAME HERE==
;======================================
start = 1
request = 12
;Any additional elements to add to the channel node. Note that any additions
; here will alkso need to be included in the xsl template file.
[channel]
description = "Recent deviations"
language = "en-US"
[xsl]
;Single property is path to xsl file, relative to deviantart.php or absolute.
path = "deviantart.xsl"
|