Jim Miller
0cc3b81580
ConfigParser.read_file added in py3.2, readfp removed in py3.12, only used in plugin #1006
2023-10-13 16:01:48 -05:00
Jim Miller
bd9128044a
Fix for more arbitrary py3 incompatibility(MutableSet). Closes #748
2021-10-20 13:14:56 -05:00
Jim Miller
4fb60c0a9c
import changes for arch linux system plugins - As submitted by eli-schwartz
2021-04-16 11:16:29 -05:00
Jim Miller
8e9a734299
PI: imports from calibre_plugins.fanficfare_plugin.fanficfare not .fanficfare.
2021-04-13 21:58:38 -05:00
Jim Miller
10993a4fe2
Remove unused imports calibre-plugin
2021-01-25 21:09:24 -06:00
Jim Miller
e1d087733f
For anthologies, look for common val in numbered series00 if not all share 'series'.
2020-07-15 13:46:51 -05:00
Eli Schwartz
31ac92a06d
py3: read config as unicode all the time
2019-12-17 10:44:06 -06:00
Eli Schwartz
b4feb0153d
python3: get configparser bits from six.moves
2019-12-17 10:44:06 -06:00
Eli Schwartz
4d1be812e8
python3: use the io module everywhere
...
Make the calibre plugin usage work on python3. Since FanFicFare does not
support python 2.5, make it work by using the modern idiom.
Essentially, six.StringIO and six.BytesIO makes no sense to use
anywhere, since any code that works on python3 at all will also work
with the io module in python >= 2.6. The only caveat is that the
unadorned str type in python2 works with neither, but it is always best
to be explicit and use either unicode or bytes.
2019-12-17 10:44:06 -06:00
Matěj Cepl
e86874d124
Replace leading TABs with spaces ( #316 )
...
* Replace leading TABs with spaces
* Convert all files from CRLF to LF
* Fix incorrect indentation
2018-07-08 22:08:02 -05:00
Jim Miller
26e54b3fcb
Remove unneeded vim & #! comments.
2015-07-10 10:55:46 -05:00
Jim Miller
4dcfd6e4be
Add [base_efiction] and [base_xenforoforum] sections, add base_xenforoforum_adapter, document new options.
2015-06-29 13:07:21 -05:00
Jim Miller
53e9030a61
Remove 'Include images in EPUBs?' config option from plugin--default to always include images.
2015-04-23 17:56:04 -05:00
Jim Miller
6b36cb29b9
Additional Renaming from FFDL to FFF, plugin copyright/LICENSE updates.
2015-04-08 17:28:25 -05:00