Added automatic slide show

This commit is contained in:
ville rantanen
2012-01-04 13:58:05 +02:00
parent 65ba792af8
commit b3edbc2c4f
2 changed files with 74 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ from datetime import datetime
# (c) ville.rantanen@helsinki.fi
__version__='1.3'
__version__='1.4'
webfilesearch=re.compile('.*index.html$|.*gallerystyle.css$|.*galleryscript.js$|.*descriptions.csv$|\..*',re.I)
imagesearch=re.compile('.*\.jpg$|.*\.jpeg$|.*\.gif$|.*\.png$|.*\.svg$|.*\.pdf$',re.I)