From 753ffef8bc54a1cb7e6a517f7f81f0e477967fd8 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Thu, 1 Mar 2012 19:31:22 -0600
Subject: [PATCH] Bump web service/CLI version, too, update announcements.
---
app.yaml | 4 ++--
fanficdownloader/story.py | 2 +-
index.html | 17 ++++++++++++++---
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/app.yaml b/app.yaml
index 9fd83c4a..c1eec878 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
-application: ffd-retief-hrd
-version: 4-3-3
+application: fanfictiondownloader
+version: 4-4-0
runtime: python27
api_version: 1
threadsafe: true
diff --git a/fanficdownloader/story.py b/fanficdownloader/story.py
index fd58def0..2c2d42a9 100644
--- a/fanficdownloader/story.py
+++ b/fanficdownloader/story.py
@@ -187,7 +187,7 @@ class Story:
try:
self.metadata = {'version':os.environ['CURRENT_VERSION_ID']}
except:
- self.metadata = {'version':'4.3'}
+ self.metadata = {'version':'4.4'}
self.replacements = []
self.chapters = [] # chapters will be tuples of (title,html)
self.imgurls = []
diff --git a/index.html b/index.html
index 6fab4ff9..9c59b47a 100644
--- a/index.html
+++ b/index.html
@@ -54,15 +54,26 @@
much easier.
- New Site gayauthors.org
+ Outages
- Thanks to Ida Leter's hard work, we now support gayauthors.org, a fanfiction site specializing in gay stories.
+ This web service has been having almost daily outages
+ recently due to problems with running out of quota for the
+ application. We are working to improve the situation.
+
+ Update
+
+ This most recent code update is mostly for new features in
+ the calibre plugin and CLI versions. However, the web
+ service does now also offer a a new option, 'replace_hr'
+ <hr> tags with '* * *' and support for
+ fimfiction.net's locked story passwords. When it asks for
+ user/pass, give the story password.
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 }}