Options for Reading List "Send to Device" and "To Read" lists. Fix config per

library.  Plugin specific example.ini.  Button to keyboard shortcut config.
More duplicate URL removal to avoid odd race conditions.
This commit is contained in:
Jim Miller
2012-01-15 22:02:46 -06:00
parent ac6b790b7d
commit ce379a0700
6 changed files with 431 additions and 152 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if __name__=="__main__":
exclude=['*.pyc','*~','*.xcf']
# from top dir. 'w' for overwrite
createZipFile(filename,"w",
['plugin-defaults.ini','example.ini','epubmerge.py','fanficdownloader'],
['plugin-defaults.ini','plugin-example.ini','epubmerge.py','fanficdownloader'],
exclude=exclude)
#from calibre-plugin dir. 'a' for append
os.chdir('calibre-plugin')