Skip to content

Commit 1b0cf89

Browse files
committed
Running intake script and adding relevant generated files
1 parent 3a490ea commit 1b0cf89

File tree

4 files changed

+185
-58
lines changed

4 files changed

+185
-58
lines changed

author_bio.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<section data-type="colophon" class="abouttheauthor">
2+
<h1>About the Author(s)</h1>
3+
<p>John Doe does some interesting stuff...</p>
4+
</section>

colo.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<section id="colophon" data-type="colophon">
2+
<h1>Colophon</h1>
3+
4+
<p>The animal on the cover of <em>FILL IN TITLE</em> is <em>FILL IN DESCRIPTION</em>.</p>
5+
6+
<p>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 <a href="http://animals.oreilly.com">animals.oreilly.com</a>.</p>
7+
8+
<p>The cover image is from <em>FILL IN CREDITS</em>. 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.</p>
9+
10+
</section>

copyright.html

+107-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,107 @@
1-
<section data-type="copyright-page"><!--TITLE-->
2-
<h1>Modular ES6</h1>
3-
<!--AUTHOR-->
4-
5-
<p class="author">by Nicolás Bevacqua</p>
6-
<!-- COPYRIGHT -->
7-
8-
<p class="copyright">Copyright © 2016 ???. All rights reserved.</p>
9-
10-
<p class="printlocation">Printed in the United States of America.</p>
11-
<!--PUBLISHER-->
12-
13-
<p class="publisher">Published by <span class="publishername">O’Reilly Media, Inc.</span>, 1005 Gravenstein Highway North, Sebastopol, CA 95472.</p>
14-
15-
<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>
16-
<!--STAFF LIST-->
17-
18-
<ul class="stafflist">
19-
<li><span class="staffrole">Editor: </span>Allyson MacDonald</li>
20-
<li><span class="staffrole">Production Editor: </span>TO COME</li>
21-
<li><span class="staffrole">Copyeditor: </span>TO COME</li>
22-
<li><span class="staffrole">Proofreader: </span>TO COME</li>
23-
<li><span class="staffrole">Indexer: </span>TO COME</li>
24-
<li><span class="staffrole">Interior Designer: </span>David Futato</li>
25-
<li><span class="staffrole">Cover Designer: </span>TO COME</li>
26-
<li><span class="staffrole">Illustrator: </span>Rebecca Demarest</li>
27-
</ul>
28-
<!-- PRINTINGS -->
29-
30-
<ul class="printings">
31-
<li><span class="printedition">Month Year:</span> First Edition</li>
32-
</ul>
33-
<!-- REVISIONS -->
34-
35-
<div>
36-
<h1 class="revisions">Revision History for the First Edition</h1>
37-
38-
<ul class="releases">
39-
<li><span class="revdate">yyyy-mm-dd:</span> First Release</li>
40-
</ul>
41-
</div>
42-
<!-- ERRATA -->
43-
44-
<p class="errata">See <a href="http://oreilly.com/catalog/errata.csp?isbn=9781449370787">http://oreilly.com/catalog/errata.csp?isbn=9781449370787</a> for release details.</p>
45-
<!--LEGAL-->
46-
47-
<div class="legal">
48-
<p>The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. <em>book title</em>, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc.</p>
49-
50-
<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>
51-
</div>
52-
53-
<div class="copyright-bottom">
54-
<p class="isbn">xxx-x-xxx-xxxx-x</p>
55-
56-
<p class="printer">[???]</p>
57-
</div>
58-
</section>
1+
<section xmlns='http://www.w3.org/1999/xhtml' data-type='copyright-page'>
2+
<h1>Practical Modern JavaScript</h1>
3+
<p class='author'>
4+
by
5+
<span class='firstname'>Nicolas </span>
6+
<span class='surname'>Bevacqua</span>
7+
</p>
8+
<p class='copyright'>Copyright © FILL IN YEAR Nicolas Bevacqua. All rights reserved.</p>
9+
<p class='printlocation'>Printed in the United States of America.</p>
10+
<p class='publisher'>
11+
Published by
12+
<span class='publishername'>O&apos;Reilly Media, Inc.</span>
13+
, 1005 Gravenstein Highway North, Sebastopol, CA 95472.
14+
</p>
15+
<p>
16+
O&apos;Reilly books may be purchased for educational, business, or sales
17+
promotional use. Online editions are also available for most titles (
18+
<a href='http://oreilly.com/safari'>http://oreilly.com/safari</a>
19+
). For more information, contact our corporate/institutional sales
20+
department: 800-998-9938 or
21+
<span data-type='email'>corporate@oreilly.com</span>
22+
.
23+
</p>
24+
<ul class='stafflist'>
25+
<li>
26+
<span class='staffrole'>Editor:</span>
27+
Allyson MacDonald
28+
</li>
29+
<li>
30+
<span class='staffrole'>Production Editor:</span>
31+
Melanie Yarbrough
32+
</li>
33+
<li>
34+
<span class='staffrole'>Copyeditor:</span>
35+
FILL IN COPYEDITOR
36+
</li>
37+
<li>
38+
<span class='staffrole'>Proofreader:</span>
39+
FILL IN PROOFREADER
40+
</li>
41+
<li>
42+
<span class='staffrole'>Indexer:</span>
43+
FILL IN INDEXER
44+
</li>
45+
<li>
46+
<span class='staffrole'>Interior Designer:</span>
47+
David Futato
48+
</li>
49+
<li>
50+
<span class='staffrole'>Cover Designer:</span>
51+
Karen Montgomery
52+
</li>
53+
<li>
54+
<span class='staffrole'>Illustrator:</span>
55+
Rebecca Demarest
56+
</li>
57+
</ul>
58+
<ul class='printings'>
59+
<li>
60+
<span class='printedition'>June 2017:</span>
61+
First Edition
62+
</li>
63+
</ul>
64+
<!--Add additional revdate spans below as needed.-->
65+
<div>
66+
<h1 class='revisions'>Revision History for the First Edition</h1>
67+
<ul class='releases'>
68+
<li>
69+
<span class='revdate'>YYYY-MM-DD:</span>
70+
First Release
71+
</li>
72+
</ul>
73+
</div>
74+
<p class='errata'>
75+
See
76+
<a href='http://oreilly.com/catalog/errata.csp?isbn=9781491943533'>http://oreilly.com/catalog/errata.csp?isbn=9781491943533</a>
77+
for release details.
78+
</p>
79+
<div class='legal'>
80+
<p>
81+
The O’Reilly logo is a registered trademark of O’Reilly Media, Inc.
82+
Practical Modern JavaScript, the cover image, and related trade dress are
83+
trademarks of O’Reilly Media, Inc.
84+
</p>
85+
<p>
86+
While the publisher and the author(s) have used good faith efforts to
87+
ensure that the information and instructions contained in this work are
88+
accurate, the publisher and the author(s) disclaim all responsibility for
89+
errors or omissions, including without limitation responsibility for
90+
damages resulting from the use of or reliance on this work. Use of the
91+
information and instructions contained in this work is at your own risk.
92+
If any code samples or other technology this work contains or describes is
93+
subject to open source licenses or the intellectual property rights of
94+
others, it is your responsibility to ensure that your use thereof complies
95+
with such licenses and/or rights.
96+
<!--PROD: Uncomment the following sentence if appropriate and add it to the
97+
above para:-->
98+
<!--This book is not intended as [legal/medical/financial; use the appropriate
99+
reference] advice. Please consult a qualified professional if you
100+
require [legal/medical/financial] advice.-->
101+
</p>
102+
</div>
103+
<div class='copyright-bottom'>
104+
<p class='isbn'>978-1-491-94353-3</p>
105+
<p class='printer'>[FILL IN]</p>
106+
</div>
107+
</section>

tools/intakereport.txt

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Title: Modular ES6
2+
ISBN: xxxxxxxxxxxx
3+
JIRA #: [ FILL IN ]
4+
5+
6+
Stylesheet: animal_theme_sass
7+
Toolchain: Atlas 2
8+
9+
Atlas URL: https://atlas.oreilly.com/oreillymedia/[ FILL IN ATLAS BOOK ID ]
10+
11+
Incoming format: [FILL IN]
12+
Outgoing format: HTMLBook
13+
14+
Preliminary pagecount: TOTAL [ FILL IN / With or without figs? ]
15+
16+
Is this project in Early Release? [FILL IN YES/NO]
17+
18+
Resources
19+
=========
20+
21+
** Figs: Illustrations [ FILL IN: has posted the figs / is still working on the figs].
22+
10 total. (10 are informal; 0 are inline.)
23+
24+
Once the figs are processed on /work, you'll need to add them to the book's repo.
25+
26+
A report mapping original figure file names to their new names can be found in the tools folder for this project as figure_renaming_report.tsv.
27+
28+
** Intake Report:
29+
(Git repo) tools/intakereport.txt
30+
31+
** MS Snapshot:
32+
To view the submitted files, you'll need to checkout the git tag named 'manuscript_to_prod'
33+
by running the following command in your checkout:
34+
35+
$ git checkout manuscript_to_prod
36+
37+
This will temporarily switch the files in your repo to the state they were in when the manuscript_to_prod tag
38+
was created.
39+
To switch the files back to the current state, run:
40+
41+
$ git checkout master
42+
43+
44+
Notes from Tools:
45+
=================
46+
47+
** PROD: Add any authors to project that need to be added.
48+
** Syntax highlighting: applied to [ FILL IN ] out of [ FILL IN ] code listings.
49+
50+
** Please let Tools know ASAP if there are any other global problems for which we can help automate a fix.
51+
52+
53+
Notes at arrival in production:
54+
==================
55+
56+
57+
58+
==================
59+
60+
Please let me know about any other issues.
61+
62+
Thanks,
63+
[ FILL IN ]
64+

0 commit comments

Comments
 (0)