Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swzzl-com/the-adventures-of-pinocchio
A marionette that became a boy!
https://github.com/swzzl-com/the-adventures-of-pinocchio
Last synced: 3 days ago
JSON representation
A marionette that became a boy!
- Host: GitHub
- URL: https://github.com/swzzl-com/the-adventures-of-pinocchio
- Owner: swzzl-com
- License: other
- Created: 2016-03-07T17:59:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T17:56:44.000Z (over 8 years ago)
- Last Synced: 2025-01-13T04:41:42.326Z (11 days ago)
- Language: JavaScript
- Homepage: https://bubbl.in/cover/pinocchio-by-marvin-danig
- Size: 1.87 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
The-Adventures-Of-Pinocchio
by
Carlo Collodi and The Web
First of its kind, this book uses only the *building blocks of web* to bring adorable Adventures of Pinocchio online. No flashy gimmicks, no stupid gamification. Just a book. Straight on the web.
`Support`: It's supported everywhere - iPads, iPhones, Android Phones & tablets, Kindle, Desktops, TVs.
## Superbook
Project is live here: [Adventures of Pinocchio](https://bubbl.in/cover/pinocchio-by-marvin-danig/)It is best experienced on the latest iPads. Slight frame rate quirks might occur on Android tablets due to the hacky use of CSS3 animations. Just for the fun of it.
## Contribute, Hack or Host
This is an open source book-in-the-making for the web. Feel free to hop in and contribute!
Reach out for [Marvin Danig](https://twitter.com/marvindanig) if you need any help with set up.
## Setup
You're going to need Node v5.1.0 or above, [bookiza](http://bookiza.io) v0.12 and [Gulp](http://gulpjs.com/) to bootstrap the book on your local:
```
$ git clone https://github.com/marvindanig/ABCD-Animal-Book.git
$ npm install
$ bookiza server```
Opens the book at `localhost:4567`.
## The Project
The source below was generated from [Adventures of Pinocchio](http://www.gutenberg.org/files/500/500-h/500-h.htm) at Gutenberg.org using the [bookiza](https://bookiza.io) framework and [parmesan](https://github.com/marvindanig/parmesan).The TREE of the manuscript looks somewhat like this:
```
The-Adventures-Of-Pinocchio/
├── 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
│ │ └── style.css
│ ├── page-6
│ │ ├── body.html
│ │ └── style.css
│ ├── page-7
│ │ ├── body.html
│ │ └── style.css
│ ├── page-8
│ │ ├── body.html
│ │ └── style.css
│ └── page-9
│ ├── body.html
│ └── style.css
├── templates
│ ├── head.html
│ ├── template.css
│ ├── template.html
│ └── template.js
└── trash66 directories, 127 files
```
## TODOs:
List of things would appreciate help on:## Contributing
Feel free to contribute, fix or help improve the code of this book.
1. Fork it ( https://github.com/marvindanig/pinocchio/fork )
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 don't respond within 24 hours.## Licenses
[![Creative Commons License](https://i.creativecommons.org/l/by/3.0/us/88x31.png)](http://creativecommons.org/licenses/by/3.0/us/)
All content of this superbook is licensed under a [Creative Commons Attribution 3.0 United States License](http://creativecommons.org/licenses/by/3.0/us/).The underlying HTML & CSS3 code used to format and design the content is licensed under the MIT license .