|  07-20-2009, 03:26 PM | #61 | |
| Time Enough at Last            Posts: 387 Karma: 1151316 Join Date: Feb 2008 Location: New England Device: iPad 3, iPhone 5, Kindle 3, Fire, Sony PRS-350 | Quote: 
 This is an excellent concept.  I wonder what the status of the Book Designer code is at the moment?  Is it "abandonware"?  Would there be legal ramifications if someone started messing with the code?  I wonder how difficult it would be to get in touch with the original authors (Russian?) and get permission from them to carry on the good name and works of Book Designer? | |
|   |   | 
|  07-20-2009, 04:11 PM | #62 | 
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | 
				
				Abandonware
			 
			
			Book Designer was developed by a Russian Group. All of the information is in the WIKI. I have tried sending email but never have received an answer. I have no idea what language or tool set was used.  Getting the source code might be more trouble than its worth. Using the pearl and/or java already available under a GNU license seems to make more sense. All HTML editors and browsers have similar sceens and tool bars. Want to try it? Charlie Last edited by crutledge; 07-20-2009 at 04:14 PM. | 
|   |   | 
|  07-20-2009, 08:03 PM | #63 | |
| Time Enough at Last            Posts: 387 Karma: 1151316 Join Date: Feb 2008 Location: New England Device: iPad 3, iPhone 5, Kindle 3, Fire, Sony PRS-350 | Quote: 
  But there are any number of really clever, bright, and capable folk here at MobileRead who could do a lot of good with the Book Designer code, I bet! | |
|   |   | 
|  07-20-2009, 08:50 PM | #64 | 
| Fanatic         Posts: 535 Karma: 972 Join Date: Jul 2009 Device: The new iPad | 
			
			Charlie, you're concepts are very much useful! we appreciate your sharing of thoughts. these are important information we need to learn. | 
|   |   | 
|  07-21-2009, 03:01 AM | #65 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			Wouldn't that insert a page-break at every paragraph? Apologies - I'm not terribly good at CSS!
		 | 
|   |   | 
|  07-21-2009, 04:19 AM | #66 | |
| Wizard            Posts: 3,413 Karma: 13369310 Join Date: May 2008 Location: Launceston, Tasmania Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet | Quote: 
 div.section { margin: 1em 0 0 0; padding: 0; page-break-after: always; } Where div.section is for chapters. So at the end of the chapter there is a page break. Regards, Alex | |
|   |   | 
|  07-21-2009, 04:26 AM | #67 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			So would you then use this by saying: <div class="section"> .... where you wanted a page break? | 
|   |   | 
|  07-21-2009, 05:29 AM | #68 | |
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
 No, only for those paragraphs you code with <p style="page-break-before:always">, the rest you can simply code them with <p>. | |
|   |   | 
|  07-21-2009, 05:39 AM | #69 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			I understand now - thank you.
		 | 
|   |   | 
|  07-21-2009, 08:05 AM | #70 | |
| Wizard            Posts: 3,413 Karma: 13369310 Join Date: May 2008 Location: Launceston, Tasmania Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet | Quote: 
 <div class="section"> <a name="preface"></a> <!-- Anchors go before headings --> <h3>Preface to this version</h3> <p> Major General Smedley Darlington Butler USMC was one of the most highly decorated military men from the pre-World War II era, and won two Congressional Medals of Honor. He served from 1898 to 1931 and saw action all over the world. </p> {Lots of text deleted} </div> <!-- End of Preface div; page break in CSS --> This is a small section of an ebook I uploaded in XHTML with CSS format in a post last night asking people to check out the template. You're welcome to download the zip file and look at the XHTML and CSS, and suggest any improvements or ask any questions. Regards, Alex PS I found three errors in the text when proof reading it on my Cybook. They have been fixed in the mobi version I'll upload later, but if you find any more errors please let me know. | |
|   |   | 
|  07-21-2009, 08:39 AM | #71 | |
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
 <h3 id="preface">Preface to this version</h3> | |
|   |   | 
|  07-22-2009, 01:14 AM | #72 | |
| Wizard            Posts: 3,413 Karma: 13369310 Join Date: May 2008 Location: Launceston, Tasmania Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet | Quote: 
 I've had problems finding information about marking up with XHTML 1.1. Ronin has recommended w3schools.org; do you have any suggestions? Regards, Alex | |
|   |   | 
|  07-22-2009, 01:19 AM | #73 | 
| Wizard            Posts: 3,413 Karma: 13369310 Join Date: May 2008 Location: Launceston, Tasmania Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet | 
			
			PS I've found that Mobipocket often does not bold or size headings correctly when the anchor is after the hn tag, hence the comment. Is this problem overcome with XHTML 1.1? Regards, Alex | 
|   |   | 
|  07-22-2009, 03:18 AM | #74 | |
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | Quote: 
 That's because when you jump to a location in the document in Mobi, it starts parsing the HTML from that precise point, so if you're "inside" a bold, header, or any other tag, it doesn't know. It's up to the document creator to ensure that all anchor tags are placed outside such formatting tags. | |
|   |   | 
|  07-22-2009, 06:16 AM | #75 | |
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
 http://www.w3.org/TR/xhtml11/changes.html | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| <Command Line> Add multiple books in multiple formats | himitsu | Calibre | 8 | 09-25-2010 11:07 PM | 
| Bug: entries with multiple formats trigger multiple conversions | flinx1 | Calibre | 12 | 05-21-2010 06:23 AM | 
| Error Converting Zip Files w/ Multiple Formats | TheHeartlessHero | Calibre | 2 | 04-10-2010 10:54 AM | 
| Process for creating several eBook formats from MS Word doc | jinlo | Workshop | 10 | 06-12-2009 11:05 AM | 
| Free eBook in multiple DRM-free formats | cmwilson | Deals and Resources (No Self-Promotion or Affiliate Links) | 46 | 05-20-2009 10:03 AM |