From 4ffb5de4d8e906eb69823b1ca48b29e874cb89e1 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Thu, 26 Mar 2015 10:48:35 -0500
Subject: [PATCH] Bump versions, survey URL in index.html.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 37 +++++++++++++++++++++++++++----------
3 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/app.yaml b/app.yaml
index b8011f6..5515e77 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 2-1-04
+version: 2-1-05
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index dd2a81f..7f063e4 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -42,7 +42,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
- version = (2, 1, 4)
+ version = (2, 1, 5)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index de5189a..dd856dc 100644
--- a/index.html
+++ b/index.html
@@ -54,18 +54,35 @@
much easier.
+ Survey about Name Change
+
+ Due to Google's recent decision to phase out
+ code.google.com, the FFDL project code base is going to
+ have to move to a new home (almost certainly github).
+
+
+ That makes now a good time to discuss changing the name
+ from FanFictionDownLoader (FFDL) to something else.
+
+
+ The reason is because the current name is very generic and
+ there's another program at/called
+ fanfictiondownloader.net. More than once, we've had users
+ of fanfictiondownloader.net come to us looking for support
+ for the other program.
+
+
+ If you'd like to vote for one of the names under consideration, please
+ click
+ here. Thanks!
+
+
Changes:
-
- - Change potionsandsnitches.net to potionsandsnitches.org.
- - Add multi-author support for ksarchive.
- - Add keep_title_attr option. Some sites(AO3) use a tags with title for in-text foreign language translations.
- - Add language metadata for AO3.
-
- - Known issue: Specific metadata 'eroticatags' for literotica.com doesn't work on all stories.
- - Known issue: Metadata collection is not as complete for 'Base eFiction' adapters.
+ - Add devianthearts.com as a Base eFiction site.
+ - Allow https URLs for fictionmania.tv.
+ - Allow storiesofarda.com/chapterAllview.asp?SID=999 urls.
-
Questions? Check out our
FAQs.
@@ -74,7 +91,7 @@
If you have any problems with this application, please
report them in
the FanFictionDownLoader Google Group. The
- Previous Version is also available for you to use if necessary.
+ Previous Version is also available for you to use if necessary.
{{ error_message }}