mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-08 01:43:11 +01:00
Bump versions.
This commit is contained in:
parent
2ce514a38e
commit
173fca8773
4 changed files with 10 additions and 10 deletions
|
|
@ -48,7 +48,7 @@ class FanFicFareBase(InterfaceActionBase):
|
|||
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (2, 3, 5)
|
||||
version = (2, 3, 6)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(
|
|||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||
# the version across setup.py and the project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version="2.3.5",
|
||||
version="2.3.6",
|
||||
|
||||
description='A tool for downloading fanfiction to eBook formats',
|
||||
long_description=long_description,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanficfare
|
||||
application: fanficfare
|
||||
version: 2-3-05
|
||||
version: 2-3-06
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<div id='urlbox'>
|
||||
<div id='greeting'>
|
||||
<p>Hi, {{ nickname }}! This is FanFicFare, which makes reading stories from various websites
|
||||
much easier. </p>
|
||||
much easier by helping you download them to EBook files. </p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
If you have any problems with this application, please
|
||||
report them in
|
||||
the <a href="http://groups.google.com/group/fanfic-downloader">FanFicFare Google Group</a>. The
|
||||
<a href="http://2-3-04a.fanficfare.appspot.com">previous version
|
||||
<a href="http://2-3-05.fanficfare.appspot.com">previous version
|
||||
</a> is also available for you to use if necessary.
|
||||
</p>
|
||||
<div id='error'>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
<div id='urlbox'>
|
||||
<div id='greeting'>
|
||||
<p>
|
||||
This is a FanFicFare, which makes reading stories from various websites much easier. Before you
|
||||
This is a FanFicFare, which makes reading stories from various websites much easier by helping you download them to EBook files. Before you
|
||||
can start downloading fanfics, you need to login, so FanFicFare can remember your fanfics and store them.
|
||||
</p>
|
||||
<p><a href="{{ login_url }}">Login using Google account</a></p>
|
||||
|
|
@ -85,17 +85,17 @@
|
|||
|
||||
<div id='typebox'>
|
||||
<p>
|
||||
<b>FanFicFare calibre Plugin</b>
|
||||
<b>FanFicFare Calibre Plugin</b>
|
||||
<br /><br />
|
||||
|
||||
There's also a version of this downloader that runs inside
|
||||
the popular <a href="http://calibre-ebook.com/">calibre</a>
|
||||
the popular <a href="http://calibre-ebook.com/">Calibre</a>
|
||||
ebook management package as a plugin.
|
||||
|
||||
<br /><br />
|
||||
|
||||
Once you have calibre installed and running, inside
|
||||
calibre, you can go to 'Get plugins to enhance calibre' or
|
||||
Once you have Calibre installed and running, inside
|
||||
Calibre, you can go to 'Get plugins to enhance calibre' or
|
||||
'Get new plugins' and
|
||||
install <a href="http://www.mobileread.com/forums/showthread.php?t=259221">FanFicFare</a>.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue