Bubblin-Superbooks / siddhartha

Superbook Siddhartha by Hermann Hesse

Home Page:https://bubblin.io/hermannhesse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTRODUCTION

A nifty read for book lovers on the web. Best experienced on the iPad / Chrome.

Brought to you by web people and Bubblin Superbooks - an online cafΓ© of books.

MOBILE FIRST

First of its kind, this manuscript (repo) renders into a responsive mobile-first book. The manuscript was generated robotically using nodejs and bookiza and has been outputted into plain HTML, CSS and JavaScript i.e. native elements of web. Live book (demo) is available on the url provided at the top.

Read a timeless English classic on your favorite browser and share the work online with your friends, family, classmates or just about anyone. For FREE! In fact help us spread the word by sharing this project generously.

SUPPORT

Best experienced on 9" iPad but works nearly everywhere - iPhones, Android phones & tablets, Kindle Fire, Desktops, TVs. See details for more information.

πŸ‘‰ Research suggests that books (both physical and electronic) are best experienced on 9" tablets.

We hear you Steve Jobs, we hear you still!

THE MANUSCRIPT

This repo is the manuscript while the actual compiled book is hosted and rendered live on the writer's url at the top.

RECOMMENDED DEVICE/BROWSER:

Apple iPad + Google Chrome. You can also do the following:

  • Open the on iOS Safari (or your favorite browser). Start reading…
  • Tap the Share button at the top of the screen.
  • Tap Add to Home Screen… if you like that sort of a thing.

HACK IT IN YOUR OWN STYLE

Feel free to clone this manuscript and play with it. You can modify its content, layout or make fresh artwork (imagery) of your own for it and republish. If you do make something please tell us about it. We love looking at interesting work from people and might even share it with our community!

How:

$ git clone <manuscript> && cd <manuscript>
$ npm install
$ bookiza server

Bookiza server will compile the manuscript and open the book on localhost:4567.

Read about node, bookiza and bubblin to get started.

PROJECT

This app was created using bookiza -- a "book baking" tool.

The TREE of the manuscript looks somewhat like this:


PROJECT/
β”œβ”€β”€ README.md
β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ css
β”‚   β”œβ”€β”€ images
β”‚   └── scripts
β”œβ”€β”€ cover
β”‚   β”œβ”€β”€ back.jpg
β”‚   β”œβ”€β”€ cover.psd
β”‚   β”œβ”€β”€ front.jpg
β”‚   β”œβ”€β”€ spine.jpg
β”‚   └── spine.psd
β”œβ”€β”€ license.txt
β”œβ”€β”€ manuscript
β”‚   β”œβ”€β”€ page-1
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ page-2
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ page-3
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ page-4
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ page-5
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   β””
β”‚   β”œβ”€β”€
β”‚   β”‚  
β”‚   β”‚  
β”‚   β”œβ”€β”€
β”‚   β”‚  
β”‚   β”‚  
β”‚   β”œβ”€β”€ page-2N-1
β”‚   β”‚   β”œβ”€β”€ body.html
β”‚   β”‚   └── style.css
β”‚   └── page-2N
β”‚       β”œβ”€β”€ body.html
β”‚       └── style.css
β”œβ”€β”€ templates
β”‚   β”œβ”€β”€ head.html
β”‚   β”œβ”€β”€ style.css
β”‚   β”œβ”€β”€ body.html
β”‚   └── script.js
└── trash


CREDITS:

This manuscript was licensed via Gutenberg

Please read license terms of other softwares/libraries and their respective owners who have contributed directly or indirectly into this project.

CONTRIBUTION/FIXES

Feel free to report issues or submit fixes to help improve the code.

  1. Fork it using git.
  2. Create your feature branch (git checkout -b my-new-page)
  3. Commit your changes (git commit -am 'Added a page on (/topic)')
  4. Push to the branch (git push origin my-new-page)
  5. Create a new Pull Request
  6. Contact me if I/someone on my team doesn't respond within 24 hours. I get a lot of mail, so do not follow-up with a second mail before 24 hours.

Licenses

Various! But, primarily:

License: MPL 2.0

About

Superbook Siddhartha by Hermann Hesse

https://bubblin.io/hermannhesse

License:Other


Languages

Language:HTML 93.9%Language:JavaScript 4.7%Language:CSS 1.4%