diff --git a/book-docinfo.xml b/book-docinfo.xml new file mode 100644 index 00000000..b0c44504 --- /dev/null +++ b/book-docinfo.xml @@ -0,0 +1,55 @@ + + + + FIX + ME! + + + Rebecca + Demarest + + + + + + O’Reilly Media, Inc. +
+ 1005 Gravenstein Highway North + Sebastopol + CA + 95472 +
+
+ + + Printed in the United States of America. + + + + [?] + + + + O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most + titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: + 800-998-9938 or corporate@oreilly.com. + + + + Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo + are registered trademarks of O’Reilly Media, Inc. !!FILL THIS IN!! + and related trade dress are trademarks of O’Reilly Media, Inc. + Many of the designations used by manufacturers and sellers to distinguish + their products are claimed as trademarks. Where those designations appear + in this book, and O’Reilly Media, Inc. was aware of a trademark claim, + the designations have been printed in caps or initial caps. + + + + While every precaution has been taken in the preparation of this book, + the publisher and authors assume no responsibility for errors or omissions, + or for damages resulting from the use of the information contained herein. + +97814493740441Andreas M.AntonopoulosAndreas is a passionate technologist, who is well-versed in many technical subjects. He is a serial tech-entrepreneur, having launched businesses in London, New York, and California. He has earned degrees in Computer Science and Data Communications and Distributed Systems from UCL. With experience ranging from hardware and electronics to high level business and financial systems technology consulting and years as CTO/CIO/CSO in many companies — he combines authority and deep knowledge with an ability to make complex subjects easy to understand. More than 200 of his articles on security, cloud computing and data centers have been published in print and syndicated worldwide. His expertise includes Bitcoin, crypto-currencies, Information Security, Cryptography, Cloud Computing, Data Centers, Linux, Open Source and robotics software development. He also has been CISSP certified for 12 years.<br /> +<br /> +As a bitcoin entrepreneur, Andreas has founded three bitcoin businesses and launched several community open-source projects. He often writes articles and blog posts on bitcoin, is a permanent host on Let’s Talk Bitcoin and prolific public speaker at technology events. Andreas serves on the advisory boards of several bitcoin startups and serves as the Chief Security Officer of Blockchain.MikeLoukidesAllysonMacDonald2010Andreas M. Antonopoulos LLC.MelanieYarbroughKarenMontgomeryDavidFutatoFirst EditionDecember, 2014YYYY-MM-DDFirst release diff --git a/book.asciidoc b/book.asciidoc index f7e68c21..14a12e32 100644 --- a/book.asciidoc +++ b/book.asciidoc @@ -30,4 +30,6 @@ include::appdx-pycoin.asciidoc[] include::appdx-scriptops.asciidoc[] -include::appdx-bips.asciidoc[] \ No newline at end of file +include::appdx-bips.asciidoc[] + +include::colo.asciidoc[] diff --git a/colo.asciidoc b/colo.asciidoc new file mode 100644 index 00000000..3bae3f2e --- /dev/null +++ b/colo.asciidoc @@ -0,0 +1,8 @@ +[colophon] += Colophon + +The animal on the cover of _FILL IN TITLE_ is FILL IN DESCRIPTION. + +Many of the animals on O'Reilly covers are endangered; all of them are important to the world. To learn more about how you can help, go to http://animals.oreilly.com[animals.oreilly.com]. + +The cover image is from FILL IN CREDITS. The cover fonts are URW Typewriter and Guardian Sans. The text font is Adobe Minion Pro; the heading font is Adobe Myriad Condensed; and the code font is Dalton Maag's Ubuntu Mono. diff --git a/tools/oneoffs/oneoff.css b/tools/oneoffs/oneoff.css new file mode 100644 index 00000000..747cb873 --- /dev/null +++ b/tools/oneoffs/oneoff.css @@ -0,0 +1,57 @@ +@charset "UTF-8"; + +@import "DYNAMIC CSS PLACEHOLDER"; + +/*--------Put Your Custom CSS Rules Below--------*/ + +/*----Uncomment to turn on automatic code wrapping + +pre.programlisting, pre.screen, pre.literallayout { + white-space: pre-wrap; + word-wrap: break-word; +} +----*/ + +/*----Uncomment to change the TOC start page (set +the number to one page _after_ the one you want; +so 6 to start on v, 8 to start on vii, etc.) + +@page tableofcontents:first { + counter-reset: page 6; +} +----*/ + +/*----Uncomment to fix a bad break in the title + (increase padding value to push down, decrease + value to pull up) + +div.book div.booktitlepage h1.title { + padding-left: 1.5in; +} +----*/ + +/*----Uncomment to fix a bad break in the subtitle + (increase padding value to push down, decrease + value to pull up) + +div.book div.booktitlepage h2.subtitle { + padding-left: 1in; +} +----*/ + +/*----Uncomment to fix a bad break in the author names + (increase padding value to push down, decrease + value to pull up) + +p.titlepageauthor { + padding-left: 3in; +} +----*/ + +/*----Uncomment to suppress colophon, show only + "About the Authors" + +div.colophon { + display: none; +} +----*/ \ No newline at end of file