Skip to content

Commit bbb7c5d

Browse files
bookinfo.xml から frontpage.authors/editors の参照を除去
1 parent 0529397 commit bbb7c5d

2 files changed

Lines changed: 29 additions & 4 deletions

File tree

bookinfo.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 7d2dd02b7bdd1f1c3becbe06444c354f5e6f0e34 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: 75772fd985edd7dc6f94b067bd2ef3ab59511cb5 Maintainer: satoruyoshida Status: ready -->
44

55
<info xmlns="http://docbook.org/ns/docbook" xml:id="bookinfo">
6-
&frontpage.authors;
76
<pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
8-
&frontpage.editors;
97

108
<authorgroup>
119
<othercredit role="translator">
@@ -33,7 +31,7 @@
3331
</legalnotice>
3432

3533
</info>
36-
34+
3735
<!-- Keep this comment at the end of the file
3836
Local variables:
3937
mode: sgml

entities/entities.remove.ent

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- EN-Revision: 75772fd985edd7dc6f94b067bd2ef3ab59511cb5 Maintainer: KentarouTakeda Status: ready -->
3+
<!--
4+
5+
This is a "remove" XML Entity file.
6+
See doc-base/scripts/text-entities.php for details.
7+
8+
Place here only deprecated or removed entities that are
9+
expected NOT be being used in any part of the manual.
10+
11+
If an entity moved here is used in a language in your control,
12+
this means that the entity on the original file is planned to be
13+
removed, or already was removed.
14+
15+
DO NOT TRANSLATE THIS FILE.
16+
17+
This file is tracked by revcheck, so translations have a heads up
18+
when an entity is removed from doc-en. On translations, leave an
19+
empty <entities/> element at the end of file, only updating the revtag.
20+
21+
-->
22+
23+
<entities xmlns = "http://docbook.org/ns/docbook"
24+
xmlns:xlink = "http://www.w3.org/1999/xlink"
25+
translate = "remove">
26+
27+
</entities>

0 commit comments

Comments
 (0)