FanFicFare v2.5.0
Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
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:
- Fixes for unusual (changed?) chapter URLs on storiesonline.net.
- Adding words_added metadata for epub logpage on epub updates only.
- Fix for CLI not working correctly with -u epubfile
- Tiny fix to html output--close TOCTOP tag.
- Adding normalize_chapterurl() for xenforoforum and normalize_text_links option.
- Add internalize_text_links option for epub and html formats(xenforoforum only right now). Also fix for growing whitespace in epub updates and missing always_reload_first_chapter in highlight list.
- Update translations.
- Bump versions.