kindle version, content warning, ebook information page
This commit is contained in:
parent
70a7d6fe3d
commit
d509333954
|
@ -1,2 +1,3 @@
|
|||
book
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
*.mobi
|
|
@ -1,6 +1,7 @@
|
|||
# Project Koomer
|
||||
|
||||
- [Introduction](./introduction.md)
|
||||
- [eBook Copy of This Story](./ebook.md)
|
||||
- [August, 2012](./08_2012.md)
|
||||
- [September, 2012](./09_2012.md)
|
||||
- [October, 2012](./10_2012.md)
|
||||
|
|
|
@ -40,7 +40,9 @@ within.md
|
|||
'
|
||||
|
||||
pandoc -o project-koomer.epub --epub-chapter-level=1 title.txt $FILES
|
||||
kindlegen project-koomer.epub
|
||||
mkdir -p ../book
|
||||
cp ./project-koomer.mobi ../book
|
||||
cp ./project-koomer.epub ../book
|
||||
cd .. && mdbook build
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
## eBook Copy of This Story
|
||||
|
||||
This eBook file is Public Domain. Sharing, remixing and redistributing are encouraged.
|
||||
|
||||
- [ePub (iBooks, etc.)](./project-koomer.epub)
|
||||
- [Kindle](./project-koomer.mobi)
|
|
@ -6,6 +6,10 @@ I don't really know what I can say to prepare you for this.
|
|||
|
||||
It is important to stress that this is one person's recorded interactions and results with tulpamancy. This does not represent the normal experience that one can expect from tulpamancy. This is an edge case to say the least.
|
||||
|
||||
**Content Warning**
|
||||
|
||||
This book is basically a subtle psychological horror creepypasta. If this is not something that you would be interested in reading through, you don't have to read it; there's no shame in closing this file and never opening it again. This should only be read by adults.
|
||||
|
||||
**Legal Notice**
|
||||
|
||||
This book is presented solely for educational and entertainment purposes. While best efforts have been used in preparing this book, the authors make no representations or warranties of any kind and assume no liabilities of any kind with respect to the accuracy or completeness of the contents and specifically disclaim any implied warranties of merchantability or fitness of use for a particular purpose. The authors shall not be held liable or responsible to any person or entity with respect to any loss or incidental or consequential damages caused, or alleged to have been caused, directly or indirectly, by the information or programs contained herein.
|
||||
|
|
Loading…
Reference in New Issue