mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-23 06:01:13 +00:00
Merge branch 'tmcgovern-at72981563631'
This commit is contained in:
commit
75f0a4310a
12
atlas.json
12
atlas.json
@ -1,23 +1,15 @@
|
||||
{
|
||||
"branch": "master",
|
||||
"files": [
|
||||
"praise.html",
|
||||
"cover.html",
|
||||
"titlepage.html",
|
||||
"copyright.html",
|
||||
"toc.html",
|
||||
"preface.asciidoc",
|
||||
"glossary.asciidoc",
|
||||
"ch01.asciidoc",
|
||||
"ch02.asciidoc",
|
||||
"ch03.asciidoc",
|
||||
"ch04.asciidoc",
|
||||
"appdx-scriptops.asciidoc",
|
||||
"appdx-bips.asciidoc",
|
||||
"appdx-pycoin.asciidoc",
|
||||
"appdx-bx.asciidoc",
|
||||
"ix.html",
|
||||
"author_bio.html",
|
||||
"colo.html"
|
||||
"ch04.asciidoc"
|
||||
],
|
||||
"formats": {
|
||||
"pdf": {
|
||||
|
131
copyright.html
131
copyright.html
@ -1,42 +1,109 @@
|
||||
<section xmlns="http://www.w3.org/1999/xhtml" data-type="copyright-page">
|
||||
<section data-type='copyright-page' xmlns='http://www.w3.org/1999/xhtml'>
|
||||
<h1>Mastering Bitcoin</h1>
|
||||
<p class="author">By Andreas M. Antonopoulos</p>
|
||||
<p class="copyright">Copyright © 2015 Andreas M. Antonopoulos LLC. All rights reserved.</p>
|
||||
<p class="printlocation">Printed in the United States of America.</p>
|
||||
<p class="publisher">Published by <span class="publishername">O'Reilly Media, Inc.</span>, 1005 Gravenstein Highway North, Sebastopol, CA 95472.</p>
|
||||
<p>O'Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most
|
||||
titles (<a href="http://safaribooksonline.com">http://safaribooksonline.com</a>). For more information, contact our corporate/institutional sales department: 800-998-9938 or <span data-type="email"><em>corporate@oreilly.com</em></span>.</p>
|
||||
<ul class="stafflist">
|
||||
<li><span class="staffrole">Editors: </span>Mike Loukides and Allyson MacDonald</li>
|
||||
<li><span class="staffrole">Production Editor: </span>Melanie Yarbrough</li>
|
||||
<li><span class="staffrole">Copyeditor: </span>Kim Cofer</li>
|
||||
<li><span class="staffrole">Proofreader: </span>Carla Thornton</li>
|
||||
<li><span class="staffrole">Indexer: </span>WordCo Indexing Services</li>
|
||||
<li><span class="staffrole">Interior Designer: </span>David Futato</li>
|
||||
<li><span class="staffrole">Cover Designer: </span>Karen Montgomery</li>
|
||||
<li><span class="staffrole">Illustrator: </span>Rebecca Demarest</li>
|
||||
<p class='author'>
|
||||
by
|
||||
<span class='firstname'>Andreas </span>
|
||||
<span class='othername mi'>M. </span>
|
||||
<span class='surname'>Antonopoulos</span>
|
||||
</p>
|
||||
<p class='copyright'>Copyright © 2016 O'Reilly Media. All rights reserved.</p>
|
||||
<p class='printlocation'>Printed in the United States of America.</p>
|
||||
<p class='publisher'>
|
||||
Published by
|
||||
<span class='publishername'>O'Reilly Media, Inc.</span>
|
||||
, 1005 Gravenstein Highway North, Sebastopol, CA 95472.
|
||||
</p>
|
||||
<p>
|
||||
O'Reilly books may be purchased for educational, business, or sales
|
||||
promotional use. Online editions are also available for most titles (
|
||||
<a href='http://safaribooksonline.com'>http://safaribooksonline.com</a>
|
||||
). For more information, contact our corporate/institutional sales
|
||||
department: 800-998-9938 or
|
||||
<span data-type='email'>corporate@oreilly.com</span>
|
||||
.
|
||||
</p>
|
||||
<ul class='stafflist'>
|
||||
<li>
|
||||
<span class='staffrole'>Editor:</span>
|
||||
Tim McGovern
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Production Editor:</span>
|
||||
FILL IN PRODUCTION EDITOR
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Copyeditor:</span>
|
||||
FILL IN COPYEDITOR
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Proofreader:</span>
|
||||
FILL IN PROOFREADER
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Indexer:</span>
|
||||
FILL IN INDEXER
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Interior Designer:</span>
|
||||
David Futato
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Cover Designer:</span>
|
||||
Karen Montgomery
|
||||
</li>
|
||||
<li>
|
||||
<span class='staffrole'>Illustrator:</span>
|
||||
Rebecca Demarest
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="printings">
|
||||
<li><span class="printedition">December, 2014:</span> First Edition</li>
|
||||
<!--Add additional printedition spans below as needed.-->
|
||||
<ul class='printings'>
|
||||
<li>
|
||||
<span class='printedition'>November 2016:</span>
|
||||
Second Edition
|
||||
</li>
|
||||
</ul>
|
||||
<!--Add additional revdate spans below as needed.-->
|
||||
<div>
|
||||
<h1 class="revisions">Revision History for the First Edition</h1>
|
||||
<ul class="releases">
|
||||
<li><span class="revdate">2014-12-01</span>
|
||||
First release
|
||||
</li>
|
||||
<li><span class="revdate">2015-03-06</span>
|
||||
Second release
|
||||
<h1 class='revisions'>Revision History for the Second Edition</h1>
|
||||
<ul class='releases'>
|
||||
<li>
|
||||
<span class='revdate'>2016-06-21:</span>
|
||||
First Early Release
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p class="errata">See <a href="http://oreilly.com/catalog/errata.csp?isbn=9781449374044">http://oreilly.com/catalog/errata.csp?isbn=9781449374044</a> for release details.</p>
|
||||
<div class="legal">
|
||||
<p>The O'Reilly logo is a registered trademark of O'Reilly Media, Inc. <em>Mastering Bitcoin</em>, the cover image, and related trade dress are trademarks of O'Reilly Media, Inc.</p>
|
||||
<p>While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.<!--PROD: Uncomment the following sentence if appropriate and add it to the above para: --><!--This book is not intended as [legal/medical/financial; use the appropriate reference] advice. Please consult a qualified professional if you require [legal/medical/financial] advice.--></p>
|
||||
<p class='errata'>
|
||||
See
|
||||
<a href='http://oreilly.com/catalog/errata.csp?isbn=9781491954386'>http://oreilly.com/catalog/errata.csp?isbn=9781491954386</a>
|
||||
for release details.
|
||||
</p>
|
||||
<div class='legal'>
|
||||
<p>
|
||||
The O’Reilly logo is a registered trademark of O’Reilly Media, Inc.
|
||||
Mastering Bitcoin, the cover image, and related trade dress are trademarks
|
||||
of O’Reilly Media, Inc.
|
||||
</p>
|
||||
<p>
|
||||
While the publisher and the author(s) have used good faith efforts to
|
||||
ensure that the information and instructions contained in this work are
|
||||
accurate, the publisher and the author(s) disclaim all responsibility for
|
||||
errors or omissions, including without limitation responsibility for
|
||||
damages resulting from the use of or reliance on this work. Use of the
|
||||
information and instructions contained in this work is at your own risk.
|
||||
If any code samples or other technology this work contains or describes is
|
||||
subject to open source licenses or the intellectual property rights of
|
||||
others, it is your responsibility to ensure that your use thereof complies
|
||||
with such licenses and/or rights.
|
||||
<!--PROD: Uncomment the following sentence if appropriate and add it to the
|
||||
above para:-->
|
||||
<!--This book is not intended as [legal/medical/financial; use the appropriate
|
||||
reference] advice. Please consult a qualified professional if you
|
||||
require [legal/medical/financial] advice.-->
|
||||
</p>
|
||||
</div>
|
||||
<div class="copyright-bottom">
|
||||
<p class="isbn">978-1-4494-9374-4</p>
|
||||
<p class="printer">[LSI]</p>
|
||||
<div class='copyright-bottom'>
|
||||
<p class='isbn'>978-1-491-95438-6</p>
|
||||
<p class='printer'>[FILL IN]</p>
|
||||
</div>
|
||||
</section>
|
||||
|
BIN
images/cover.png
BIN
images/cover.png
Binary file not shown.
Before Width: | Height: | Size: 459 KiB After Width: | Height: | Size: 2.3 MiB |
@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="publisher" content="O'Reilly Media, Inc."/>
|
||||
<meta name="author" content="Andreas M. Antonopoulos"/>
|
||||
<meta name="date" content="2014-12-10"/>
|
||||
<meta name="description" content="BOOK MARKETING DESCRIPTION HERE. (This can be supplied by the author, but otherwise the Consumer Short Text from the Marketing tab in the PDB works here - just make sure not to paste curly quotes or em dashes! Replace with straight quotes and hyphens.)"/>
|
||||
<meta name="date" content="2016-06-21"/>
|
||||
<meta name="description" content="Join the technological revolution that’s taking the world of finance by storm. Mastering Bitcoin is your guide through the seemingly complex world of bitcoin, providing the knowledge you need to participate in the internet of money. Whether you’re building the next killer app, investing in a startup, or simply curious about the technology, this revised and expanded second edition provides essential detail to get you started."/>
|
||||
<meta name="identifier" content="9781449374044"/>
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user