2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-02 21:40:26 +00:00
lnbook/atlas.json

77 lines
2.0 KiB
JSON
Raw Normal View History

2020-02-01 16:14:27 +00:00
{
"branch": "master",
"files": [
"titlepage.html",
"copyright.html",
"toc.html",
2021-09-22 16:09:42 +00:00
"preface.asciidoc",
2021-09-21 15:27:54 +00:00
"part_1_divider.asciidoc",
2020-02-01 18:24:41 +00:00
"01_introduction.asciidoc",
"02_getting_started.asciidoc",
2021-03-23 17:34:01 +00:00
"03_how_ln_works.asciidoc",
"04_node_client.asciidoc",
2021-05-03 19:09:35 +00:00
"05_node_operations.asciidoc",
2021-09-21 15:27:54 +00:00
"part_2_divider.asciidoc",
2021-05-03 19:09:35 +00:00
"06_lightning_architecture.asciidoc",
2021-06-29 14:31:28 +00:00
"07_payment_channels.asciidoc",
"08_routing_htlcs.asciidoc",
2021-07-11 14:21:09 +00:00
"09_channel_operation.asciidoc",
2021-07-27 06:34:07 +00:00
"10_onion_routing.asciidoc",
2021-08-02 10:09:08 +00:00
"11_gossip_channel_graph.asciidoc",
2021-08-04 07:02:08 +00:00
"12_path_finding.asciidoc",
2021-09-21 15:27:54 +00:00
"13_wire_protocol.asciidoc",
"14_encrypted_transport.asciidoc",
"15_payment_requests.asciidoc",
"16_security_privacy_ln.asciidoc",
"17_conclusion.asciidoc",
2021-03-23 17:34:01 +00:00
"appendix-bitcoin-fundamentals-review.asciidoc",
2021-09-21 15:27:54 +00:00
"appendix_docker_basics.asciidoc",
"appendix_protocol_messages.asciidoc",
2021-07-27 06:34:07 +00:00
"appendix_license_notices.asciidoc",
2021-04-30 13:42:11 +00:00
"glossary.asciidoc",
2021-09-23 18:35:09 +00:00
"ix.html",
2021-09-24 20:09:03 +00:00
"author_bio.html",
2021-09-23 18:35:09 +00:00
"colo.html"
2020-02-01 16:14:27 +00:00
],
"formats": {
"pdf": {
2021-09-27 12:43:06 +00:00
"version": "web",
2020-02-01 16:14:27 +00:00
"color_count": "1",
2021-09-23 17:48:37 +00:00
"index": true,
2020-02-01 16:14:27 +00:00
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"trim_size": "7inx9.1875in",
"antennahouse_version": "AHFormatterV62_64-MR4"
},
"epub": {
2021-09-23 17:48:37 +00:00
"index": true,
2020-02-01 16:14:27 +00:00
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
2021-09-24 14:01:42 +00:00
"downsample_images": true,
2020-02-01 16:14:27 +00:00
"mathmlreplacement": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "Mastering the Lightning Network",
"print_isbn13": "9781492054863",
"lang": "en",
"accent_color": "",
"templating": false
2021-09-23 18:35:09 +00:00
}