1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00
bitcoinbook/atlas.json

70 lines
1.6 KiB
JSON
Raw Normal View History

{
2015-12-01 20:36:41 +00:00
"branch": "master",
"files": [
2023-02-13 21:02:34 +00:00
"cover.html",
"titlepage.html",
"copyright.html",
2023-08-23 11:41:46 +00:00
"dedication.html",
2023-02-13 21:02:34 +00:00
"toc.html",
"chapters/preface.asciidoc",
"chapters/intro.adoc",
"chapters/overview.adoc",
"chapters/bitcoin-core.adoc",
"chapters/keys.adoc",
"chapters/wallets.adoc",
2023-03-05 21:48:47 +00:00
"chapters/transactions.adoc",
2023-03-31 00:03:50 +00:00
"chapters/authorization-authentication.adoc",
2023-04-08 21:49:03 +00:00
"chapters/signatures.adoc",
2023-05-07 19:18:23 +00:00
"chapters/fees.adoc",
"chapters/network.adoc",
"chapters/blockchain.adoc",
"chapters/mining.adoc",
"chapters/security.adoc",
"chapters/applications.adoc",
"chapters/whitepaper.adoc",
2023-08-01 21:14:42 +00:00
"chapters/errata.adoc",
"chapters/bips.adoc",
2023-03-05 21:48:47 +00:00
"author_bio.html"
2015-12-01 20:36:41 +00:00
],
"formats": {
"pdf": {
2023-02-13 21:02:34 +00:00
"version": "web",
2015-12-01 20:36:41 +00:00
"toc": true,
2021-12-07 13:01:03 +00:00
"index": false,
2015-12-01 20:36:41 +00:00
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
2023-02-13 21:02:34 +00:00
"index": false,
2015-12-01 20:36:41 +00:00
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"consolidated": false,
"syntaxhighlighting": true,
"show_comments": false
}
},
2017-03-24 19:47:20 +00:00
"theme": "oreillymedia/animal_theme_sass",
2023-02-13 21:02:34 +00:00
"title": "Mastering Bitcoin, 3E",
2017-03-29 20:32:20 +00:00
"print_isbn13": "9781491954386",
2015-12-01 20:36:41 +00:00
"templating": false,
2016-05-25 16:40:25 +00:00
"lang": "en",
2023-02-22 18:48:15 +00:00
"accent_color": ""
}