mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Bump versions.
This commit is contained in:
parent
22d9a674a3
commit
a4d97500b5
3 changed files with 17 additions and 5 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-61
|
||||
version: 4-4-62
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,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, 28)
|
||||
version = (1, 7, 29)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
18
index.html
18
index.html
|
|
@ -53,14 +53,16 @@
|
|||
<p>Hi, {{ nickname }}! This is FanFictionDownLoader, which makes reading stories from various websites
|
||||
much easier. </p>
|
||||
</div>
|
||||
<!-- put announcements here, h3 is a good title size.
|
||||
<!-- put announcements here, h3 is a good title size. -->
|
||||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>New Site: fanfic.potterheadsanonymous.com - Thanks Ida!</li>
|
||||
<li>New Site: www.simplyundeniable.com - Thanks Ida!</li>
|
||||
<li>Allow domain fanfic.mugglenet.com for mugglenet.com</li>
|
||||
</ul>
|
||||
</p>
|
||||
-->
|
||||
|
||||
<p>
|
||||
Questions? Check out our
|
||||
<a href="http://code.google.com/p/fanficdownloader/wiki/FanFictionDownloaderFAQs">FAQs</a>.
|
||||
|
|
@ -618,6 +620,16 @@
|
|||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://www.nickandgreg.net/desert_archive/viewstory.php?sid=1234">http://www.nickandgreg.net/desert_archive/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
<dt>fanfic.potterheadsanonymous.com</dt>
|
||||
<dd>
|
||||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://fanfic.potterheadsanonymous.com/viewstory.php?sid=1234">http://fanfic.potterheadsanonymous.com/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
<dt>www.simplyundeniable.com</dt>
|
||||
<dd>
|
||||
Use the URL of the story's chapter list, such as
|
||||
<br /><a href="http://www.simplyundeniable.com/viewstory.php?sid=1234">http://www.simplyundeniable.com/viewstory.php?sid=1234</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue