FanFicFare v2.3.5
Installation instructions:
Plugin:
Install zip attached file.
Web service:
http://fanficfare.appspot.com/
Command line interface:
Rather being delivered as a zip file with dependencies included, FanFicFare is delivered as a pip
Python package. It's been tested on Python 2.6 and 2.7, but not on Python 3.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies beautifulsoup4, html5lib, chardet and six.)
Run fanficfare -h
from command-line.
Changes:
- Change ffnet metadata collection to allow for chars with (' - ') in them.
- Fix for SIYE when author puts story URL in bio.
- Allow old goto/post chapter URLs in base_xenforoforum.
- Remove Django from app.yaml--old version going away. (Webservice only)
- Add n_anthaver and r_anthaver modes to custom_columns_settings for averaging metadata for anthologies before setting in integer and float calibre custom columns. (Plugin only)
- Include 'prefix' tags in forumtags in base_xenforoforum.
- Save addheaders when setting cookiejar. For ffn referer.
- Update translations. (Plugin only)