| Revision 4597,
574 bytes
checked in by yasumichi, 15 years ago
(diff) |
|
fixed typo.
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" |
|---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ |
|---|
| 4 | <!ENTITY legal SYSTEM "legal.xml"> |
|---|
| 5 | ]> |
|---|
| 6 | |
|---|
| 7 | <book id="@PACKAGEDIR@" lang="ja"> |
|---|
| 8 | <bookinfo> |
|---|
| 9 | <title>@PACKAGE@ のタイトル</title> |
|---|
| 10 | <copyright> |
|---|
| 11 | <year>@YEAR@</year> |
|---|
| 12 | <holder>Project Vine</holder> |
|---|
| 13 | </copyright> |
|---|
| 14 | &legal; |
|---|
| 15 | <abstract> |
|---|
| 16 | <para><xref linkend="@PACKAGEDIR@" /> の概要</para> |
|---|
| 17 | </abstract> |
|---|
| 18 | </bookinfo> |
|---|
| 19 | <chapter id="first"> |
|---|
| 20 | <title>First Chapter</title> |
|---|
| 21 | <para>First Paragraph</para> |
|---|
| 22 | </chapter> |
|---|
| 23 | </book> |
|---|
| 24 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.