|
From: Chilts <and...@us...> - 2005-05-08 03:30:05
|
Update of /cvsroot/pollpod/pollpod/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12230/pollpod/conf Modified Files: pollpod.ini Log Message: - added ability to save both the XML feed and parsed (XML::Simple) version - added example options to config file - Minor: made a couple of tmsg()s to be fmsg()s Index: pollpod.ini =================================================================== RCS file: /cvsroot/pollpod/pollpod/conf/pollpod.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pollpod.ini 6 May 2005 13:57:38 -0000 1.1 +++ pollpod.ini 8 May 2005 03:29:56 -0000 1.2 @@ -1,8 +1,9 @@ [Options] PodCastSaveDir=~/podcasts +SaveRssXmlFeeds=yes +DumpParsedXml=yes SaveLatestOnly=no TestOnly=no -DumpItemsInFeed=no CatchUpAll=no MakeDirs=yes NormaliseFilenames=yes |