<? $BASEURL = ’http://www.myweb.com/lilina’ ; // lilina目录的web地址 $USERNAME = ’user’ ; // 管理员名 $PASSWORD = ’pass’ ; // 管理员密码 $SITETITLE = "My lilina news aggregator" ; // lilina页面标题 $OWNERNAME = "user" ; //用户名 $OWNEREMAIL = "admin@myweb.com" ; //管理邮件 $DATAFILE = ’./.myfeeds.data’ ; //数据文件 $TIMEFILE = ’./.time.data’ ; //时间文件 $GOOGLE_KEY = ’’ ; // 使用google API关键字. 详细信息可以访问 http://www.google.com/apis/
/* 这里是对del.icio.us进行的操作,一般最好无须配置,作者给出了原因如下: IMPORTANT NOTE! Setting ENABLE_DELICIOUS to 1 will make lilina poll del.icio.us for tags. THIS MAY RESULT TO DEL.ICIO.US BANNING YOUR IP!!! Until del.icio.us officially allows such use, it is better to leave this to 0. */
$ENABLE_DELICIOUS = 0 ;
/* 缓存失效时间,默认为1个小时,可以根据需要进行修改,单位为秒。 可以通过强制调用 index.php?force_update=1 的办法进行强制失效处理 */
define(’MAGPIE_CACHE_AGE’,60 * 60*1); ?> |