From a4d97500b5d3e72d20773d94fd1ab6a025262d49 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Fri, 28 Jun 2013 11:05:30 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 18 +++++++++++++++---
3 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/app.yaml b/app.yaml
index 1a3e784a..952cb23a 100644
--- a/app.yaml
+++ b/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
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 48ff6905..e2582086 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -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
diff --git a/index.html b/index.html
index c313810b..36630889 100644
--- a/index.html
+++ b/index.html
@@ -53,14 +53,16 @@
Hi, {{ nickname }}! This is FanFictionDownLoader, which makes reading stories from various websites
much easier.
-
Changes:
-
+ - New Site: fanfic.potterheadsanonymous.com - Thanks Ida!
+ - New Site: www.simplyundeniable.com - Thanks Ida!
+ - Allow domain fanfic.mugglenet.com for mugglenet.com
- -->
+
Questions? Check out our
FAQs.
@@ -618,6 +620,16 @@
Use the URL of the story's chapter list, such as
http://www.nickandgreg.net/desert_archive/viewstory.php?sid=1234
+
fanfic.potterheadsanonymous.com
+
+ Use the URL of the story's chapter list, such as
+
http://fanfic.potterheadsanonymous.com/viewstory.php?sid=1234
+
+ www.simplyundeniable.com
+
+ Use the URL of the story's chapter list, such as
+
http://www.simplyundeniable.com/viewstory.php?sid=1234
+