Skip to content

Commit c47f6dd

Browse files
committed
updating with latest sections, moving towards an exported/static site for easier access
1 parent 9b01dc2 commit c47f6dd

10 files changed

+7430
-220
lines changed

INSTRUCTIONS-pandoc-ebooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ a pandoc ebook, first generate an epub file using the metadata.xml file
33
included:
44

55
```
6-
pandoc -f markdown -t epub --epub-metadata=metadata.xml -o backbone-fundamentals.epub README.md
6+
pandoc -f markdown -t epub --epub-metadata=metadata.xml -o backbone-fundamentals.epub index.md
77
```
88

99
then use the kindlegen tool to make a mobi from that epub:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Please note that due to high traffic, to view the contents of this book, you will need to navigate to book.md or clone the repo locally.
1+
This is the home of ‘Developing Backbone.js Applications’, an (in-progress) book about the Backbone.js framework for structuring JavaScript applications. It is released under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license.
2+
3+
I am quite pleased to announce that this book will be out in physical form in a few months time via O'Reilly Media. Readers will have the option of purchasing the latest version in either print or a number of digital formats then or can grab a copy for free from this repository.
24

3-
I am in the process of getting a Markdown->HTML setup in place so that a static version of the content is always available. My apoliges for any disruption caused while this work is ongoing.

img/3e5545.png

49.8 KB
Loading

img/7d4de12.png

54.5 KB
Loading

img/9df4.png

50.9 KB
Loading

img/clientPager.png

178 KB
Loading

img/infinitepager.png

352 KB
Loading

img/requestPager.png

322 KB
Loading

index.html

+5,955
Large diffs are not rendered by default.

book.md index.md

+1,471-217
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)