diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-10 14:16:14 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-10 14:16:14 -0600 |
| commit | 16a5b04e1c6f8f53048e295a9597467a3c50438e (patch) | |
| tree | 6f40125710f9c964acd1b54cfa89b361e5967de6 | |
initial commit
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Icon | 0 | ||||
| -rw-r--r-- | convert_html/README | 12 | ||||
| -rw-r--r-- | manuscript/Book.txt | 1 | ||||
| -rw-r--r-- | manuscript/Sample.txt | 1 | ||||
| -rw-r--r-- | manuscript/chapter1.txt | 7 |
6 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25623e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.dropbox diff --git a/convert_html/README b/convert_html/README new file mode 100644 index 0000000..b7c558b --- /dev/null +++ b/convert_html/README @@ -0,0 +1,12 @@ +This folder is used to convert HTML files to Markdown and place them in your book. + +To do this: + +1) Place the HTML files in this folder +2) Go to the import page for your book (E.g. http://leanpub.com/yourbookname/import) +3) Click on the "Start Conversion" button. + +We will take all files that end in .html, convert them to markdown and place them in your manuscript folder. + +The HTML files will be placed in convert_done after they are converted. + diff --git a/manuscript/Book.txt b/manuscript/Book.txt new file mode 100644 index 0000000..094426f --- /dev/null +++ b/manuscript/Book.txt @@ -0,0 +1 @@ +chapter1.txt diff --git a/manuscript/Sample.txt b/manuscript/Sample.txt new file mode 100644 index 0000000..094426f --- /dev/null +++ b/manuscript/Sample.txt @@ -0,0 +1 @@ +chapter1.txt diff --git a/manuscript/chapter1.txt b/manuscript/chapter1.txt new file mode 100644 index 0000000..6341a11 --- /dev/null +++ b/manuscript/chapter1.txt @@ -0,0 +1,7 @@ +# Chapter One + +This is an example chapter of a Leanpub book. To start your book, simply replace the content of this file with your writing, and then go to your book page on Leanpub and click on the Preview tab to make a preview of your book. + +Briefly, to write a Leanpub book, you write a bunch of plain text files, all in the same folder as this file. These text files are written in a format called Markdown, which is a simple way of doing formatting that lets you focus on your writing. + +To learn more about how to write a Leanpub book, see our helpful [help page](http://leanpub.com/help). This page has lots of examples, as well as links to sample books and videos. |
