From 1a85727d9c20ade185feb4b48635c1eb9efb592d Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Sat, 31 Oct 2015 19:10:32 -0700 Subject: [PATCH] Adding theme directory, boilerplate files, and readme to new repo --- !README_BEFORE_BUILDING | 5 ++++ author_bio.xml | 11 +++++++++ copyright.html | 38 ++++++++++++++++++++++++++++ cover.html | 3 +++ ix.html | 1 + theme/epub/epub.css | 1 + theme/epub/layout.html | 15 +++++++++++ theme/mobi/layout.html | 15 +++++++++++ theme/mobi/mobi.css | 1 + theme/pdf/pdf.css | 55 +++++++++++++++++++++++++++++++++++++++++ titlepage.html | 4 +++ toc.html | 1 + 12 files changed, 150 insertions(+) create mode 100644 !README_BEFORE_BUILDING create mode 100644 author_bio.xml create mode 100644 copyright.html create mode 100644 cover.html create mode 100644 ix.html create mode 100644 theme/epub/epub.css create mode 100644 theme/epub/layout.html create mode 100644 theme/mobi/layout.html create mode 100644 theme/mobi/mobi.css create mode 100644 theme/pdf/pdf.css create mode 100644 titlepage.html create mode 100644 toc.html diff --git a/!README_BEFORE_BUILDING b/!README_BEFORE_BUILDING new file mode 100644 index 00000000..508603c8 --- /dev/null +++ b/!README_BEFORE_BUILDING @@ -0,0 +1,5 @@ +WARNING: + +These files have been migrated from http://atlas.labs.oreilly.com/books/1234000001802 as part of an automated process. This project may need additional attention before builds will work successfully. + +Please contact toolsreq@oreilly.com for more information *before* beginning work on this project. \ No newline at end of file diff --git a/author_bio.xml b/author_bio.xml new file mode 100644 index 00000000..6e16667f --- /dev/null +++ b/author_bio.xml @@ -0,0 +1,11 @@ + + + Andreas M. Antonopoulos is a noted technologist and serial entrepreneur who has become one of the most well-known and well-respected figures in bitcoin. As an engaging public speaker, teacher, and writer, Andreas makes complex subjects accessible and easy to understand. As an advisor, he helps startups recognize, evaluate, and navigate security and business risks. + +Andreas grew up with the Internet, starting his first company, an early BBS and proto-ISP, as a teenager in his home in Greece. He earned degrees in computer science, data communications, and distributed systems from University College London (UCL), recently ranked among the world’s top 10 universities. After moving to the US, Andreas co-founded and managed a successful technology research company, and in that role advised dozens of Fortune 500 company executives on networking, security, data centers, and cloud computing. More than 200 of his articles on security, cloud computing, and data centers have been published in print and syndicated worldwide. He holds two patents in networking and security. + +In 1990, Andreas started teaching various IT topics in private, professional, and academic environments. He honed his speaking skills in front of audiences ranging in size from five executives in a boardroom to thousands of people in large conferences. With more than 400 speaking engagements under his belt he is considered a world-class and charismatic public speaker and teacher. In 2014, he was appointed as a teaching fellow with the University of Nicosia, the first university in the world to offer a masters degree in digital currency. In this role, he helped develop the curriculum and co-taught the Introduction to Digital Currencies course, offered as a massive open online course (MOOC) through the university. + +As a bitcoin entrepreneur, Andreas has founded a number of bitcoin businesses and launched several community open source projects. He serves as an advisor to several bitcoin and cryptocurrency companies. He is a widely published author of articles and blog posts on bitcoin, a permanent host on the popular Let’s Talk Bitcoin podcast, and a frequent speaker at technology and security conferences worldwide. + + \ No newline at end of file diff --git a/copyright.html b/copyright.html new file mode 100644 index 00000000..7de9e928 --- /dev/null +++ b/copyright.html @@ -0,0 +1,38 @@ +
+

Mastering Bitcoin

+

By Andreas M. Antonopoulos

+ +

Printed in the United States of America.

+

Published by O'Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.

+

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.

+ + +
+

Revision History for the First Edition

+
    +
  • 2014-12-01: First release
  • +
  • 2015-03-06: Second release
  • +
+
+

See http://oreilly.com/catalog/errata.csp?isbn=9781449374044 for release details.

+ + +
diff --git a/cover.html b/cover.html new file mode 100644 index 00000000..8fb7160b --- /dev/null +++ b/cover.html @@ -0,0 +1,3 @@ +
+ +
\ No newline at end of file diff --git a/ix.html b/ix.html new file mode 100644 index 00000000..c4adf58d --- /dev/null +++ b/ix.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/theme/epub/epub.css b/theme/epub/epub.css new file mode 100644 index 00000000..5859f1ca --- /dev/null +++ b/theme/epub/epub.css @@ -0,0 +1 @@ +/* Add your custom CSS styles for the EPUB here */ \ No newline at end of file diff --git a/theme/epub/layout.html b/theme/epub/layout.html new file mode 100644 index 00000000..8e798710 --- /dev/null +++ b/theme/epub/layout.html @@ -0,0 +1,15 @@ +{{ doctype }} + + + + + + + + + {{ title }} + + + {{ content }} + + diff --git a/theme/mobi/layout.html b/theme/mobi/layout.html new file mode 100644 index 00000000..8e798710 --- /dev/null +++ b/theme/mobi/layout.html @@ -0,0 +1,15 @@ +{{ doctype }} + + + + + + + + + {{ title }} + + + {{ content }} + + diff --git a/theme/mobi/mobi.css b/theme/mobi/mobi.css new file mode 100644 index 00000000..6643145b --- /dev/null +++ b/theme/mobi/mobi.css @@ -0,0 +1 @@ +/* Add your custom CSS styles for the MOBI here */ \ No newline at end of file diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css new file mode 100644 index 00000000..62875363 --- /dev/null +++ b/theme/pdf/pdf.css @@ -0,0 +1,55 @@ +@charset "UTF-8"; + +/*--------Put Your Custom CSS Rules Below--------*/ +/*--- This oneoff overrides the code in https://github.com/oreillymedia//blob/master/pdf/pdf.css---*/ + +/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build) + +pre { + background-color: yellow; +} +---*/ + +/*----Uncomment to turn on automatic code wrapping + +pre { + 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 toc: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) + +section[data-type="titlepage"] h1 { + padding-left: 1.5in; +} +----*/ + +/*----Uncomment to fix a bad break in the subtitle + (increase padding value to push down, decrease + value to pull up) + +section[data-type="titlepage"] h2 { + padding-left: 1in; +} +----*/ + +/*----Uncomment to fix a bad break in the author names + (increase padding value to push down, decrease + value to pull up) + +section[data-type="titlepage"] p.author { + padding-left: 3in; +} +----*/ diff --git a/titlepage.html b/titlepage.html new file mode 100644 index 00000000..6950a743 --- /dev/null +++ b/titlepage.html @@ -0,0 +1,4 @@ +
+

Mastering Bitcoin

+

Andreas M. Antonopoulos

+
\ No newline at end of file diff --git a/toc.html b/toc.html new file mode 100644 index 00000000..29d04844 --- /dev/null +++ b/toc.html @@ -0,0 +1 @@ +