buffynfaith.net on index.html, bump versions.

This commit is contained in:
Jim Miller 2013-01-15 16:09:36 -06:00
parent 70674a53eb
commit bc3644c5f0
3 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-38
version: 4-4-39
runtime: python27
api_version: 1
threadsafe: true

View file

@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 7, 4)
version = (1, 7, 5)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code

View file

@ -57,7 +57,7 @@
<h3>Changes:</h3>
<p>
<ul>
<li>New site: imagine.e-fic.com (Thanks Ida!)</li>
<li>New site: buffynfaith.net (Thanks Dan!)</li>
</ul>
FFDL now supports over 80 different sites.
</p>
@ -69,7 +69,7 @@
If you have any problems with this application, please
report them in
the <a href="http://groups.google.com/group/fanfic-downloader">FanFictionDownLoader Google Group</a>. The
<a href="http://4-4-37.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
<a href="http://4-4-38.fanfictiondownloader.appspot.com">Previous Version</a> is also available for you to use if necessary.
</p>
<div id='error'>
{{ error_message }}
@ -594,6 +594,13 @@
Use the URL of the story's chapter list, such as
<br /><a href="http://imagine.e-fic.com/viewstory.php?sid=1234">http://imagine.e-fic.com/viewstory.php?sid=1234</a>
</dd>
<dt>buffynfaith.net</dt>
<dd>
Use the URL of the story's chapter list, such as
<br /><a href="http://buffynfaith.net/fanfictions/index.php?act=vie&id=1234">http://buffynfaith.net/fanfictions/index.php?act=vie&amp;id=1234</a>
<br />Or, use the URL of any story chapter, such as
<br /><a href="http://buffynfaith.net/fanfictions/index.php?act=vie&id=1234&ch=2">http://buffynfaith.net/fanfictions/index.php?act=vie&amp;id=1234&amp;ch=2</a>
</dd>
</dl>
<p>