From f32667ea04872c83ded4c05e9aeb2aa067329c07 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 19 Mar 2012 21:06:00 -0500 Subject: [PATCH] Update index.html, plugin-defaults.ini, bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- index.html | 26 +++++++++++++++++++------- plugin-defaults.ini | 13 ++++++++++--- 4 files changed, 31 insertions(+), 12 deletions(-) diff --git a/app.yaml b/app.yaml index 10e9fb93..161ef428 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-3 +version: 4-4-4 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index bf78347c..a65dec79 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -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, 5, 9) + version = (1, 5, 10) minimum_calibre_version = (0, 8, 30) #: This field defines the GUI plugin class that contains all the code diff --git a/index.html b/index.html index 0010b2c9..f65edd79 100644 --- a/index.html +++ b/index.html @@ -54,20 +54,19 @@ much easier.

-

Site Removed

+

New Site Added

- Support for gayauthors.org has been removed following - complaints from the administration of that site. + Support for ksarchive.com has been added. Thanks for Jade AislinSam implementing this.

-

New Sites Added

- Support for www.midnightwhispers.ca and nfacommunity.com has been added. Thanks for Sam for implementing these. -

+ Questions? Check out our new + FAQs. Thanks to Wyndham for writing these. +

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 }} @@ -131,6 +130,13 @@

+

Supported sites:

+

+ There's a + Supported + Sites page in our wiki. If you have a site you'd like + to see supported, please check there first. +

fictionalley.org
@@ -276,6 +282,11 @@ Use the URL of the story's chapter list, such as
http://www.midnightwhispers.ca/viewstory.php?sid=1124.
+
ksarchive.com
+
+ Use the URL of the story's chapter list, such as +
http://ksarchive.com/viewstory.php?sid=1124. +

A few additional things to know, which will make your life substantially easier: @@ -286,6 +297,7 @@ is being verified by Google and is absolutely, totally unknown to anyone but you.

  • + Small post written by me — how to read fiction in Stanza or any other ebook reader.
  • diff --git a/plugin-defaults.ini b/plugin-defaults.ini index 60cd9a41..2dedcee0 100644 --- a/plugin-defaults.ini +++ b/plugin-defaults.ini @@ -292,9 +292,16 @@ extratags: FanFiction,Testing,HTML #is_adult:true [fanfiction.mugglenet.com] -## Some sites do not require a login, but do require the user to -## confirm they are adult for adult content. In commandline version, -## this should go in your personal.ini, not defaults.ini. +## Some sites require login (or login for some rated stories) The +## program can prompt you, or you can save it in config. In +## commandline version, this should go in your personal.ini, not +## defaults.ini. +#username:YourName +#password:yourpassword + +## Some sites also require the user to confirm they are adult for +## adult content. In commandline version, this should go in your +## personal.ini, not defaults.ini. #is_adult:true [fanfiction.portkey.org]