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
Jim Miller
9c2dbde065
Update a copyright.
2018-09-05 18:41:00 -05:00
Jim Miller
becba63ce4
Cleanup Web Service HTML & CSS a bit. Email ebooks disabled.
2018-08-15 12:13:35 -05:00
Jim Miller
08e4942276
Web: stripHTML() on allrecent descriptions.
2018-08-10 13:49:50 -05:00
Jim Miller
d521cfdcf0
Consolidate URL chapter range code and apply to CLI for #302 .
2018-05-08 15:27:42 -05:00
Jim Miller
1d2a00feab
Remove debug output of dependency versions.
2017-05-07 13:26:27 -05:00
Jim Miller
118360102d
Debug output of depend package versions.
2017-04-29 20:01:17 -05:00
Jim Miller
ab44185cfa
Fix for webservice over-long error msgs causing problems, specific errmsg for unknown site.
2016-09-21 16:55:38 -05:00
Jim Miller
085fb47b08
Remove Django from app.yaml--old version going away.
2016-07-09 09:27:46 -05:00
Jim Miller
df836412cc
Fix for webservice problem with multi-chunk stories.
2016-03-17 10:22:52 -05:00
Jim Miller
1d1e43f16f
Change str() to unicode() many places.
2015-11-13 14:45:26 -06:00
Jim Miller
49c899df5d
Add chapter range to title if used. Can be disabled in ini.
2015-07-29 08:42:44 -05:00
Jim Miller
ee0817faba
Add chapter limits with URL (like [3-4]) for web service.
2015-07-17 13:11:38 -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
b3e72a271c
Move fff_internals package to fanficfare, share defaults.ini/example.ini between cli and web service again.
2015-04-08 13:49:36 -05:00
Jim Miller
d2af52b0fd
Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub.
2015-04-07 14:01:59 -05:00
Jim Miller
cd2c58a38a
Re-org file structure, make PI work with it, CLI & web service currently broken.
2015-04-05 17:10:31 -05:00