Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: bookinfo.xml

Issue 103483002: add back dart:mirrors content, remove dart:isolate, misc. tweaks/updates (Closed) Base URL: https://github.com/dart-lang/dart-up-and-running-book.git@master
Patch Set: emphasize MirrorsUsed lots Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ch00.xml » ('j') | ch03.xml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 2 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4 <bookinfo> 4 <bookinfo>
5 <othercredit role="proofreader"> 5 <othercredit role="proofreader">
6 <firstname>Christopher</firstname> 6 <firstname>Christopher</firstname>
7 7
8 <surname>Hearse</surname> 8 <surname>Hearse</surname>
9 </othercredit> 9 </othercredit>
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 Commons Attribution-Noncommercial-No Derivative Works 3.0 United States 67 Commons Attribution-Noncommercial-No Derivative Works 3.0 United States
68 License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/).</para> 68 License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/).</para>
69 69
70 <para>Many of the designations used by manufacturers and sellers to 70 <para>Many of the designations used by manufacturers and sellers to
71 distinguish their products are claimed as trademarks. Where those 71 distinguish their products are claimed as trademarks. Where those
72 designations appear in this book, and O’Reilly Media, Inc., was aware of a 72 designations appear in this book, and O’Reilly Media, Inc., was aware of a
73 trademark claim, the designations have been printed in caps or initial 73 trademark claim, the designations have been printed in caps or initial
74 caps.</para> 74 caps.</para>
75 </legalnotice> 75 </legalnotice>
76 76
77 <legalnotice role="damages"> 77 <legalnotice id="legalnotice-damages" role="damages">
78 <para>While every precaution has been taken in the preparation of this 78 <para>While every precaution has been taken in the preparation of this
79 book, the publisher and authors assume no responsibility for errors or 79 book, the publisher and authors assume no responsibility for errors or
80 omissions, or for damages resulting from the use of the information 80 omissions, or for damages resulting from the use of the information
81 contained herein.</para> 81 contained herein.</para>
82 </legalnotice> 82 </legalnotice>
83 83
84 <isbn>9781449330897</isbn> 84 <isbn>9781449330897</isbn>
85 85
86 <edition>1</edition> 86 <edition>1</edition>
87 87
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 <revremark>First release</revremark> 146 <revremark>First release</revremark>
147 </revision> 147 </revision>
148 148
149 <revision> 149 <revision>
150 <date>2013-03-29</date> 150 <date>2013-03-29</date>
151 151
152 <revremark>Second release</revremark> 152 <revremark>Second release</revremark>
153 </revision> 153 </revision>
154 </revhistory> 154 </revhistory>
155 155
156 <legalnotice role="perfect"> 156 <legalnotice id="legalnotice-perfect" role="perfect">
157 <para></para> 157 <para></para>
158 </legalnotice> 158 </legalnotice>
159 </bookinfo> 159 </bookinfo>
OLDNEW
« no previous file with comments | « no previous file | ch00.xml » ('j') | ch03.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698