Support for ficwad.com. Further tweaks/improvments, especially to user config.

(I'm getting a bit carried away with making things configurable, honestly.)
This commit is contained in:
Jim Miller
2011-05-08 21:53:06 -05:00
parent ecd1690b70
commit d90c9ebced
15 changed files with 443 additions and 97 deletions
+29
View File
@@ -0,0 +1,29 @@
## This is an example of what your personal configuration might look
## like.
## Most common, I expect will be using this to save username/passwords
## for different sites.
[www.twilighted.net]
#username:YourPenname
#password:YourPassword
[www.ficwad.com]
#username:YourUsername
#password:YourPassword
## The [defaults] section here will override the system [defaults],
## but not format, site for site:format sections.
[defaults]
## Directories only useful in commandline or zip files.
#output_filename: books/${title}-${siteabbrev}_${storyId}${formatext}
#output_filename: books/${site}/${authorId}/${title}-${storyId}${formatext}
## For example, zip_output here will turn on zip for html and txt, but
## not epub because the system [epub] section explicitly says
## zip_output: false (epubs *are* specially formated zip files.)
#zip_output: true
#zip_filename: ${title}-${siteabbrev}_${storyId}${formatext}.zip
## This section will override anything in the system defaults or other
## sections here.
[overrides]