Fix for zip files, status in epub.

This commit is contained in:
Jim Miller
2011-05-05 20:47:39 -05:00
parent 94669a2179
commit 0e28d86a7b
5 changed files with 28 additions and 13 deletions
+5 -11
View File
@@ -35,23 +35,17 @@ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
<div id='greeting'>
<p>Hi, {{ nickname }}! This is a fan fiction downloader, which makes reading stories from various websites
much easier. </p>
<p>For Amazon Kindle use Mobi output(see notice below), for Sony Reader, Nook and iPad use ePub</p>
<p>Or see your personal list of <a href="/recent">previously downloaded fanfics</a>.</p>
</div>
<h3>Experimental New Feature</h3>
<h3>Experimental New Version!</h3>
<p>
If you select EPub format, when it's done you will also be given a 'Convert' link.
This version is a new re-org/re-write of the code
</p>
<p>
That link will take you to <a href="http://convertfiles.com">convertfiles.com</a> where you can
directly convert your new story to FictionBook (fb2), Mobipocket (mobi), MS Reader (lit) or Adobe Portable
Document Format(pdf).
There's also a 'Convert' link for EPubs on your <a href="/recent">recent downloads</a>
page. We'd really like to hear from users about this in our <a href="http://groups.google.com/group/fanfic-downloader">Google Group</a>.
So far, only a few sites are supported: fanfiction.net, twilighted.net and whofic.com.
</p>
<p>
We'd especially like Kindle and other Mobi users to try it. The <a href="http://convertfiles.com">convertfiles.com</a> Mobi file
appears to be more correct than our Mobi output.
Mobi support (for Kindle) is only via EPub conversion in this version.
</p>
<div id='error'>
@@ -66,7 +60,7 @@ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
<input type='radio' name='format' value='epub' checked>EPub</input>
<input type='radio' name='format' value='html'>HTML</input>
<input type='radio' name='format' value='txt'>Plain Text</input>
<p><i>For Mobi (Kindle) select EPub and Convert it.</i></p>
<p><i>For Mobi (Kindle) select EPub and use the Convert link when it's finished.</i></p>
</div>
</div>