Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Workshop

Notices

Reply
 
Thread Tools Search this Thread
Old 08-05-2016, 04:04 PM   #1
TheEdlets
Junior Member
TheEdlets began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2016
Device: none
Desperate help!

Hi everyone,

I have an opportunity to intern for a blogger who needs his 'best of' book formatting.

Started on Scrivener through his recommendation but it's clear that Scriv won't be good enough as he wants it to look pro. (Can't even change the colour of the contents on Scriv)

The book is split into 4 years and each year has around 35 articles in - each about 1 - 2 pages...

So I get Sigil today and wow the learning curve seems big, especially for someone not that tech savvy.

I'm basically after some advice. Time is of the essence (I'm basically on a 'chance') and need to try and format this book ASAP.

Which resources should I look to online and which general route should I take?

If anyone's a pro and can get me on the right track over skype for $/per hour I'd also listen.

Thanks!

Ed Rostron
TheEdlets is offline   Reply With Quote
Old 08-05-2016, 04:54 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
A basic knowledge of HTML is incredibly valuable. Check out the http://w3schools.com tutorials and reference guide.

Also, Pablo's Quick and Dirty EPub Tutorial.

Last edited by eschwartz; 08-05-2016 at 05:12 PM.
eschwartz is offline   Reply With Quote
Advert
Old 08-05-2016, 06:58 PM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,672
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@TheEdlets - If you are proficient with a word processor and have access to it and you can wrangle the blogposts into it, then that may be a better place to start (given you've tried Scrivener it should be possible).

Scrivener is a primarily a writer's tool, your task would appear to be that of book builder.

There are browser extensions that will help create ebooks from webpages - this describes one of them ==>> Build your own multi-article EPUB with GrabMyBooks

I suggest this thread be moved to the Workshop forum.

BR

Last edited by BetterRed; 08-05-2016 at 07:01 PM.
BetterRed is offline   Reply With Quote
Old 08-05-2016, 07:36 PM   #4
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by TheEdlets View Post
I have an opportunity to intern for a blogger who needs his 'best of' book formatting.

So I get Sigil today and wow the learning curve seems big, especially for someone not that tech savvy.

I'm basically after some advice. Time is of the essence (I'm basically on a 'chance') and need to try and format this book ASAP.
Not to pry, but I wonder how this fell into your lap if you don't know much about ebook formatting? :P

Quote:
Originally Posted by TheEdlets View Post
The book is split into 4 years and each year has around 35 articles in - each about 1 - 2 pages...
I assume this is HTML articles from a website? I would recommend stripping the code down to its bare bones (basic <h1-6>, <p>, <blockquote>, [...]).

You also have to keep in mind that much of the "fancy" CSS (if any) may not work in ebooks and needs to degrade gracefully.

Quote:
Originally Posted by TheEdlets View Post
(Can't even change the colour of the contents on Scriv)
Color has to be tackled carefully, because many of the ebooks would be read on e-ink (which is only grayscale).

You have to be very careful when doing things like colored boxes.

Quote:
Originally Posted by TheEdlets View Post
Which resources should I look to online and which general route should I take?
I agree with eschwartz, those are good places to start (you should at least have a basic grasp of HTML/CSS).

Depending on the specifics of the project, people may use different tools in their workflow.

For any sort of HTML -> EPUB conversions, I always strip everything down to the bare bones tags. Depending on the quality of the input, I either do that manually using basic Regex, or if the code is particularly spaghetti, a Calibre EPUB -> EPUB convert.

If these are blog posts, there are bound to be many typos and formatting inconsistencies (the writers typically don't have the keenest eye for these sorts of things, or are doing everything via Visual Editors... which make it very easy for hideous code to get introduced).

Once you get a clean base, then you work your way up from there (fix punctuation, look for typos, properly mark headings/blockquotes, fix code, reintroduce basic CSS).
Tex2002ans is offline   Reply With Quote
Old 08-06-2016, 06:13 AM   #5
TheEdlets
Junior Member
TheEdlets began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2016
Device: none
Thanks for the replies! All very helpful

@tex2002ans I applied as a ghost writer, wasn't a match but he liked my enthusiasm and needed someone to do this.

The big question lads

How long would it take to learn HTML and how would you go about this?

I've told him I've taken Scriv as far as it can go and I'm willing to learn HTML if he wants me to, just need some assistance with how to go about it!

Cheers
TheEdlets is offline   Reply With Quote
Advert
Old 08-06-2016, 07:16 AM   #6
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Here's a different thought: you could paste these blog posts into Word and clean them up there, using a simple Normal style (say 12 point Times New Roman, single spaced, no indents in paragraph, no space between paragraphs, justified text). Save as a *.doc file (I've never really gotten into *.docx) and run it through Word2CleanHtml.com online. (Or use Toxaris's plug-in.)

Then open the html in Sigil and find a basic style sheet somewhere. (Mine is on my blog at http://notjohnkdp.blogspot.com/ and you're welcome to borrow or adapt it.) Then tweak it to your heart's content, frequently using the Flight Crew validator (now a plug-in).
Notjohn is offline   Reply With Quote
Old 08-06-2016, 11:42 AM   #7
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,603
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by BetterRed View Post
I suggest this thread be moved to the Workshop forum.
Since this has definitely moved into the realm of general html/css advice and/or epub construction, I'm inclined to agree.

If any Sigil-specific topics arise from the conversation, the OP is welcome (and encouraged) to start a new Sigil thread.

Last edited by DiapDealer; 08-06-2016 at 11:45 AM.
DiapDealer is online now   Reply With Quote
Old 08-10-2016, 12:26 AM   #8
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,463
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by TheEdlets View Post
Thanks for the replies! All very helpful

@tex2002ans I applied as a ghost writer, wasn't a match but he liked my enthusiasm and needed someone to do this.

The big question lads

How long would it take to learn HTML and how would you go about this?

I've told him I've taken Scriv as far as it can go and I'm willing to learn HTML if he wants me to, just need some assistance with how to go about it!

Cheers
Not to sound overly arch, but perhaps you should tell him that despite the public perception that any moron can make an ebook, without knowing anything whatsoever about HTML, XHTML,and CSS--it's actually NOT true. Moreover, (having had an approach about this very type of work more than once), cleaning up blog posts is usually harder than is making a book from Word, because the blogging platform(s) out there make liberal use of cruft coding and tags.

If you are a quick study, you can probably get through the w3schools HTML course in a day or less. Ditto the CSS course. Learning, however, to actually deploy both, and--bigger issue--learning what does, and does not, work in eBooks will take quite a while longer. Learning the peculiarities of what works in, for example, Kindle, but doesn't work somewhere else, and vice-versa--that will take some time.

Offered FWIW.

Hitch
Hitch is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Desperate appeal for help ..! carpetmojo Sony Reader 6 10-26-2011 11:24 AM
PRS-650 desperate help needed with plugboards etc! BelgarionNL Sony Reader 3 07-05-2011 09:09 PM
Hebrew on kindle, I'm desperate! kivsha Kindle Developer's Corner 23 05-16-2011 04:49 PM
Desperate at Fictionwise! diana.stout Sony Reader 9 07-29-2008 04:49 PM


All times are GMT -4. The time now is 12:20 PM.


MobileRead.com is a privately owned, operated and funded community.