More Details about OpenAccess_EPUB - SavinaRoja/OpenAccess_EPUB GitHub Wiki

##Command-line Arguments Most of the following commands have default values they use if they are not supplied. These are defined in the programs settings.py file, more information about it below. Each of the following may be combined. oaepub --version - Will print out the version of the program you are using

oaepub -o or oaepub --output - Will specify where the produced ePub will be placed.

oaepub -l or oaepub --log-to - Will specify where the program log will be placed.

oaepub -I or oaepub --images - Will specify a local directory of images which will be placed inside the ePub's image directory. If you don't use this, it will do the following in order: look for a directory called "images" and use that, check the local image cache for the images that correspond to the article's DOI, attempt to download them from the publisher's website.

##How to change default Settings During installation, the source code is placed within a section of your Python installation. After locating the directory containing your Python files, look for two folders called "site-packages" and "dist-packages". Inside one of those directories, you will find a directory called "OpenAccess_EPUB". Open it and find the directory named "settings" then open the settings.py file inside with a text editor. Each setting has comments to explain what they do; modify these to alter the default behavior of the program.