Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mixu/singlepageappbook
Content and site generator for Single page apps in depth (my book on single page applications)
https://github.com/mixu/singlepageappbook
Last synced: 20 days ago
JSON representation
Content and site generator for Single page apps in depth (my book on single page applications)
- Host: GitHub
- URL: https://github.com/mixu/singlepageappbook
- Owner: mixu
- Created: 2012-08-28T01:56:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T00:00:48.000Z (about 7 years ago)
- Last Synced: 2024-10-01T13:04:25.857Z (about 1 month ago)
- Language: HTML
- Homepage: http://singlepageappbook.com/
- Size: 2.54 MB
- Stars: 1,710
- Watchers: 111
- Forks: 193
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- starred-awesome - singlepageappbook - Content and site generator for Single page apps in depth (my book on single page applications) (HTML)
README
# Single Page Apps in Depth
Read the book here: http://singlepageappbook.com/
# Notes
I've added this repository to make it easier to work with the book, if you feel like it.
I didn't include the commits from prior to the release, because book writing is a messy and painful process of revisions, deletions and rethinking things.
I did all the writing directly as HTML inside a git repo:
git shortlog -sn
tells me that I made 216 commits between Jun 28th 2012 and Jan 18th 2012 to write the book.
There will be a second set of updates coming later on - once I am done with http://mixu.net/view.json/ , which is a view layer I'm working on right now. It has definitely changed and clarified my thinking re:view layers. Writing a book is fairly intense, which is why I am focusing on code for now; it'll let me come back to the book with a less attached and more critical perspective.
# Directory Structure
The content of the book is in ./content/. To generate the book:
npm install
node generate.jswhich generates the output in ./output/.
To rebuild the .epub and .mobi files:
make book.epub book.mobi
You need to install calibre first for the HTML to epub/mobi conversion.
# Thanks
Many many thanks to jamesarosen and ahizzle for their help!
# Licence
This book is available for free, but what I've written remains mine.
Translations: as long as the content made is available for free (you can have ads) I welcome translations.
Other use: contact me; as long as your intentions are good I'd be happy to figure out something. I'm not looking to make money from the book.