Updating bookinfo.xml file; Adding colo file; Adding colo include and bookseries to book file; adding index markup to book file; Adding tools dir and oneoff boilerplate

pull/161/head
Chris Pappas 10 years ago
parent 63c3312cff
commit 7a8a50c975

@ -0,0 +1,55 @@
<othercredit role="proofreader">
<firstname>FIX</firstname>
<surname>ME!</surname>
</othercredit>
<othercredit role="illustrator">
<firstname>Rebecca</firstname>
<surname>Demarest</surname>
</othercredit>
<!-- All rights reserved. -->
<publisher>
<publishername>OReilly Media, Inc. </publishername>
<address format="linespecific">
<street>1005 Gravenstein Highway North</street>
<city>Sebastopol</city>
<state>CA</state>
<postcode>95472</postcode>
</address>
</publisher>
<legalnotice role="printlocation">
<para>Printed in the United States of America.</para>
</legalnotice>
<legalnotice role="printer">
<para>[?]</para>
</legalnotice>
<legalnotice role="use">
<para>OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most
titles (<ulink url="http://safaribooksonline.com" role="orm:hideurl:ital">http://safaribooksonline.com</ulink>). For more information, contact our corporate/institutional sales department:
800-998-9938 or <phrase role="keep-together"><email>corporate@oreilly.com</email></phrase>.</para>
</legalnotice>
<legalnotice role="trademarks">
<para>Nutshell Handbook, the Nutshell Handbook logo, and the OReilly logo
are registered trademarks of OReilly Media, Inc. !!FILL THIS IN!!
and related trade dress are trademarks of OReilly Media, Inc. </para>
<para>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 OReilly Media, Inc. was aware of a trademark claim,
the designations have been printed in caps or initial caps. </para>
</legalnotice>
<legalnotice role="damages">
<para>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.</para>
</legalnotice>
<isbn>9781449374044</isbn><edition>1</edition><author><firstname>Andreas M.</firstname><surname>Antonopoulos</surname><authorblurb><para>Andreas 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.&lt;br /&gt;
&lt;br /&gt;
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 Lets 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.</para></authorblurb></author><editor><firstname>Mike</firstname><surname>Loukides</surname></editor><editor><firstname>Allyson</firstname><surname>MacDonald</surname></editor><copyright><year>2010</year><holder>Andreas M. Antonopoulos LLC.</holder></copyright><editor role="production"><firstname>Melanie</firstname><surname>Yarbrough</surname></editor><editor role="copy"><firstname/><surname/></editor><othercredit role="indexer"><firstname/><surname/></othercredit><othercredit role="coverdesigner"><firstname>Karen</firstname><surname>Montgomery</surname></othercredit><othercredit role="interiordesigner"><firstname>David</firstname><surname>Futato</surname></othercredit><printhistory><formalpara><title>First Edition</title><para>December, 2014</para></formalpara></printhistory><revhistory><revision><date>YYYY-MM-DD</date><revremark>First release</revremark></revision></revhistory>

@ -30,4 +30,6 @@ include::appdx-pycoin.asciidoc[]
include::appdx-scriptops.asciidoc[]
include::appdx-bips.asciidoc[]
include::appdx-bips.asciidoc[]
include::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.

@ -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;
}
----*/
Loading…
Cancel
Save