Tag Archives: epub

(Re)Making Love: A Sex After Sixty Story

Because I know you care, here’s the backstory.

(Re)Making Love: A Sex After Sixty Story

A while back we decided to dip our toes into the ePublishing business. It came first with the offer to help Gina publish her book, The Complete Guide to Google Wave, in as open and free-as-in-freedom way as possible. As it were, Gina wanted help turning the page on the traditional publishing model. Who are we to blow against the wind?

But Gina’s is a tech book. I come from creative writing stock. Indeed, Jon and Trish are avid readers of fiction and non-fiction as well. So in our collective affinity for the humanities I reached out to see if there would be any writers interested in turning the page on traditional publishing outside of the tech world.

And then came Mary.

Mary L. Tabor is by all counts free. Free-thinking, free-loving, free-wheeling. Free. She’s a graduate of The Ohio State University’s Creative Writing Program (my alma mater as well) and having shucked a past life behind the corporate veil, she’s now proudly living in the ivory tower of creativity. As the title of her book would suggest, she’s older than we are, but challenges us in her youthful understanding of the world. And by youthful, I don’t mean naive. I mean un-blemished. I mean optimistic. I mean joyful and carefree and without pretense or fear. Mary is a breath of fresh air.

Here’s my blurb for the book:

Mary has written a memoir of the highest quality. Her experiences and the way she brings them to us remind us why we bother to read in the first place: empathy is better than callousness, trust more rewarding than cynicism, adventure food for the soul.

A few months ago I was going through the process of helping edit Mary’s memoir and it suddenly occurred to me how important her work was. If you buy the book (and I really hope you do) you’ll see straight away how strange a thing this eBook is. It is, by all counts, a book written in the current times. You’ll be struck at how current the events surrounding her life feel because they didn’t happen too long ago. You’ll be struck at how intimate the memoir can be when it’s raw and recent and un-filtered. And you’ll also be struck at how candid Mary is with her life because, as I mention in her blurb, she has the voice of an adventurer who believes with every gray and flowing hair on her sixty-plus head that there is no fourth wall for empathy. That we are publishing an eBook with her name on it is really the whole point. The medium allows for this kind of recency and intimacy. You should see for yourself.

(Re)Making Love: A Sex After Sixty Story

Available on Kindle, iPad, Sony eReader, PDF, Print, and more.

Posted in on publishing, our books | Tagged , , , , , , , | 2 Comments

Importing an ePub file into iTunes (to read on the iPad)

We’ve created this guide to show how you can import a DRM-free version of an ePub eBook into iTunes. All of our books are currently available in ePub format can be imported in this manner so that you can read them in iBooks. When Apple grants access to the iBooks bookstore to small publishers like us, we’ll have a more convenient in-app download process. Until then, this workaround will suffice for our books and anything else you might have acquired in ePub format.

[If you are on a PC and want to provide us with screenshots for how you followed this process on your PC-connected iPad, please send them to us or upload in the comments below. Thanks in advance.]

Unzip the zip file

Select the ePub file to import

Drag the ePub file to iTunes

Confirm it's in your iTunes library

Sync

Confirm it imported in to your iPad bookshelf

Enjoy the read!

Posted in on publishing, our books | Tagged , , , | 3 Comments

How do I get a book on the iPad’s iBooks bookstore and app?

There is no short answer to this question (yet). But we did figure out a way to get our books on the iPad and in the iBooks app library. Here’s how…

But first, an overview:

1. Apple’s iBooks app supports the ePub format. Therefore  you cannot just add a PDF or Mobi file. You have to create the ePub format.

2. The ePub format is 99% HTML. So if you’re comfortable editing HTML, you’ll do fine. If not, then get comfortable by practicing, perhaps, on your book. Programming HTML is the entry level skill needed for programming Web pages too.

3. Apple has still not granted access to their iBooks bookstore to independent publishers. That said, there are companies that can help you get your book for sale on the iBooks app. Namely Smashwords and Lulu.

OK, now for the tutorial.

Create the Master Template

Create an HTML template that you’ll use to add the content of your book. Keep it simple. You can get more complicated with your formatting later. For now, we just want to get chapters created and bind the virtual book. Here’s what I start with:

DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”content-type” content=”text/html;charset=utf-8″ />
<title>Template</title>
</head>
<body>
</body
</html>

Duplicate the Template for Each Chapter

Each HTML page you create will eventually be a whole chapter in the book once you’ve converted it. So in advance of getting your content into the chapters, you need to create those HTML pages. You can name them what you want, but I recommend giving them names like chapter1.html and introduction.html depending on what content they represent. This will help you later when you compile the pages into the ePub format later. Here’s a screenshot of the pages I included in our book. Notice that there is an images directory. If you have any images, it doesn’t matter where you put them, but if you include them all in one directory it makes the compilation process later a little easier.

Pages in the book

Add Content to Each Chapter

This part looks a lot like old school HTML editing. It’s easiest to describe by showing a sample from our book:
<body>
<H1>Chapter 1</H1>
<H2>Meet Google Wave</H2>
<p>Chapter 1 is an overview of what Google Wave is and the problems it solves. To dive straight into using Wave, skip ahead to Chapter 2, Get Started with Wave. </p>

<p>Google Wave is a web-based collaboration tool that helps groups of people grow documents out of conversations. Google created Wave to alleviate the problems that have plagued email for over 40 years. In this chapter, you’ll see how Wave combines features from several different modern web applications into a single interface, and how it distinguishes itself from existing collaboration software. See the most common uses of Wave, how Wave got its name, and why you won’t have to depend solely on Google to wave for long.</p>

<p>Come on in and meet Wave. </p>

<h2>“What email would look like if it were invented today”</h2>

<p> Google Wave is a group collaboration tool that makes it easy for several people to work together on a single document on the web. Wave combines some of the best features from modern web applications you already know and love—such as email, instant messenger, wikis, and forums—into a single, hybrid interface. As such, it’s difficult to describe Wave in only a few words. The Google Wave team bills Wave as “what email would look like if it were invented today.”[1]</p>

<p>Why does email need a reinvention? </p>

Relative to the lifespan of most technology, email is ancient. Invented over 40 years ago, email predates the internet as we know it—and in fact was a crucial tool in the creation of the internet. Despite its age, email hasn’t evolved much since the 1960s. Electronic mail is based on the paradigm of postal mail, a system of passing messages back and forth between senders and recipients. Wave makes a bet: surely there must be a better way to send, receive, preserve, and grow shared communiqués than via email.

<H4>Email’s Problems</H4>
<p>Email is simple, wildly popular, and works well—or else it wouldn’t have stayed in such widespread use as long as it has. But email has serious drawbacks when used to manage a conversation within a group. </p>

<p>Email propagates multiple copies and versions of messages. As soon as email is sent, the message’s contents are locked in. You can only copy, paste, edit, and send yet another copy of that message. As a result, email propagates copies of copies, storing each in a filing system of “boxes.”</p>

You’re simply entering in the content. Use standard tags H1-H6, P, EM, STRONG, A, and IMG as needed. Your markup works like HTML does in that H1 will be given semantic priority over H6. EM will be italicized. STRONG will be emboldened. Etc.

Compile with eCub

When you’ve finished creating the content and formatting lightly with your HTML markup, you’ll want to compile all of these assets into a single ePub file. Luckily there’s an app for that. eCub is that utility. Its available for use on Windows, Macs, and Linux machines. Download it. Install it.
This is a multistep process. I’ll summarize it in words first and show more detail in pictures below.
  1. Start a new project and import all of your HTML files into that project.
  2. Select each page and rename them, add them to your table of contents, and give them a chapter type.
  3. Compile the project into the ePub format.

Select each page, rename it and give it a "type"

The various types of chapters you can assign each HTML page

Before you compile your ePub book, you need to name each chapter, give it a type and also make sure the order of your book’s chapters is correct. The order they appear in your files menu above is how they will appear to the reader.
Tip: you don’t need a table of contents. The ePub format handles that for you.

Compile your book into the ePub format

Look in your publish directory to find your ePub file.

Import into iTunes

This part’s easy. Just drag your file into iTunes. Right here:

Import the ePub file into iTunes

Sync and Enjoy!

The book imported into iBooks

Posted in lessons learned in the trenches, on publishing, our books | Tagged , , , | Leave a comment

How Do I Publish a Book in the Apple iPad iBookstore?

Steve Jobs with the iPad

Hi, Steve. Thanks for innovating. We love your work. But there’s just this one thing that’s irking us now. As an independent publisher who’s primary channel for sales is digital, how can I delivery our titles to iPad owners?

This much we know:

  • The iPad is basically a larger iTouch. Yes, there are differences, but let’s just start there.
  • The iPad will have a native app called “iBooks” which is the way iPad owners will access the iBookstore at Apple.
  • HarperCollins, Penguin, Simon & Schuster, Macmillan and Hachette Book Group are already confirmed publishers with books available in the iBookstore.
  • The ePub format will be supported by the iBookstore.
  • And according to Steve Jobs in his Keynote: “We’re going to open the flood gates for the rest of the publishers in the world starting this afternoon.”

Where’s the flood?

I’m asking this because we’ve been researching this for our own book. We have new titles that will be ready for the iPad launch in 58 days. And if it takes weeks to get a book approved (in the same way it takes weeks to get an app approved) we need to have our ePub book(s) ASAP. I’m not sweating. Really. I’m sure Apple will indeed open the floodgates. But they’re already two days late.

After searching, I’m forced to lob this plea publicly: How do I as a publisher get a book in the Apple iBookstore?

iBooks App on the iPad

iBooks App on the iPad

Posted in our books, product reviews | Tagged , , , , , , , , , , | 31 Comments