Quote:
Originally Posted by Roberts324
Fix confirmed on my system.
A question: when surfing to mobileread's .imp files pages and clicking on a book.imp title, I get a new page. At the bottom of that page is a message: "No Thread specified. If you followed a valid link, please notify the administrator." The .imp file is not downloaded. What am I doing wrong?
|
Does .prc downloading (and converting) work as well?
Start from my content index.html and click the link to: 'E-Book Uploads: Mobi/PRC Books' and page down until you see the thread for a .prc ebook, say 'Church, R. W.: Bacon, v.1, 6 Sept 2008', After you enter that thread, again page down until you see the underlined attachment, in this case, 'CHURCH_BACON.prc'. When you click that link, the PrcConverter plugin should convert it to .imp and initate a direct download.
As a test, create a next.html and place it in the content directory. In next.html, place your test direct links to .imp or .prc ebooks, like:
Code:
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome to the second content page</h1>
<p> Go to <A UNDERLINE='YES' HREF="https://www.mobileread.com/forums/attachment.php?attachmentid=16065&d=1220715504">CHURCH_BACON.prc</a></p>
<p> Go to <A UNDERLINE='YES' HREF="https://www.mobileread.com/forums/attachment.php?attachmentid=16079&d=1220752997">The Mind of the Maker.imp</a></p>
</body>
</html>
Then from my index.html, click 'Go to local content
next page'
For testing an internet link to a site that uses <form> and
plays a variant of the classic kids game 'Rock Paper Scissors', add this link to next.html:
Code:
<p> Go to <A UNDERLINE='YES' HREF="http://www.penzilla.net/tutorials/python/cgi/rpssl.html">Sample cgi Rpssl page</A> page.</p>
This one is called 'Rock Paper Scissors Spock Lizard'.
http://www.penzilla.net/tutorials/python/cgi/rpssl.html
Hope you get this part working soon! This is so much fun.... and some of it IS practical too!