View Single Post
Old 12-10-2010, 09:20 AM   #1
danorum
Member
danorum began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Sep 2010
Device: Kindle
Content Server --url-prefix

First off... AWESOME FEATURE!

1 question and a small bug...

Is there a way to specify this command line argument somewhere so that when the Calibre GUI starts the server it starts with this argument?


There is a bug in the rewrite of the main browse page. The icons are written correctly, but the paths they link to are not. For example:

Code:
<li><a title="Browse books by All books" href="/browse/category/allbooks">&nbsp;</a><img src="/books/browse/icon/book.png" alt="All books" /><span class="label">All books</span></li>
my prefix is set to /books. I have set an additional proxy redirect for /browse to /books/browse, so I am getting by for now. This feature has simplified my reverse proxy significantly and shouldn't require more work with any changes to the content server.


Thanks again!
Dan
danorum is offline   Reply With Quote