summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-05-10 14:29:30 -0600
committermo khan <mo@mokhan.ca>2013-05-10 14:29:30 -0600
commit98697a17ce717282c04880a352e112ae6003c6f1 (patch)
treed461dc4f75ba9dab8a409e9e62f3c2c2724d2444
parent16a5b04e1c6f8f53048e295a9597467a3c50438e (diff)
remove all except the book
-rw-r--r--Book.txt (renamed from manuscript/Book.txt)0
-rw-r--r--Icon 0
-rw-r--r--convert_html/README12
-rw-r--r--manuscript/Sample.txt1
-rw-r--r--manuscript/chapter1.txt7
5 files changed, 0 insertions, 20 deletions
diff --git a/manuscript/Book.txt b/Book.txt
index 094426f..094426f 100644
--- a/manuscript/Book.txt
+++ b/Book.txt
diff --git a/Icon b/Icon
deleted file mode 100644
index e69de29..0000000
--- a/Icon
+++ /dev/null
diff --git a/convert_html/README b/convert_html/README
deleted file mode 100644
index b7c558b..0000000
--- a/convert_html/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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/Sample.txt b/manuscript/Sample.txt
deleted file mode 100644
index 094426f..0000000
--- a/manuscript/Sample.txt
+++ /dev/null
@@ -1 +0,0 @@
-chapter1.txt
diff --git a/manuscript/chapter1.txt b/manuscript/chapter1.txt
deleted file mode 100644
index 6341a11..0000000
--- a/manuscript/chapter1.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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.