diff options
| author | Paul W. Frields <stickster@gmail.com> | 2007-03-11 21:33:23 +0000 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2007-03-11 21:33:23 +0000 |
| commit | 61a20c86d0c522791400bfd924fe6d26bb20d910 (patch) | |
| tree | 5117f01c653aa22f3b80ee6fcc5500351b6d6bc9 /docs-tutorial-zh_CN.xml | |
| parent | ed9d95b103a72465e2c81e66a43647e481e3dab7 (diff) | |
Remove old and osbsolete zh_CN XML files. Preserve what we can in new PO file, thanks to the genius of xml2po and msgmerge.
Diffstat (limited to 'docs-tutorial-zh_CN.xml')
| -rw-r--r-- | docs-tutorial-zh_CN.xml | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/docs-tutorial-zh_CN.xml b/docs-tutorial-zh_CN.xml deleted file mode 100644 index a24e3bc..0000000 --- a/docs-tutorial-zh_CN.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Id: docs-tutorial-zh_CN.xml,v 1.3 2005/12/28 00:40:27 pfrields Exp $ --><chapter id="ch-tutorial"> - <title>文档的布局</title> - <para>在本章您将看到 &PROJECT; 文档中,主控文件的示例。这个示例与 Docs Project 处理 DocBook XML 的方式相关。主控文件包含文档的主要结构,以及到定义公共实体的文件的链接,还包括定义文档版本和日期的实体。</para> - <sect1 id="s1-tutorial-parent"> - <title>主控文件</title> - <para>下面是一个简单的主控文件</para> - <screen> - <computeroutput> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - -<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml"> -%FEDORA-ENTITIES-EN; - -<!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> - -<!ENTITY DOCID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> - -<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> - - -]> - -<article id="example-tutorial" lang="en"> - <articleinfo> - <title>Example Tutorial</title> - <copyright> - <year>2003</year> - <holder>&FORMAL-RHI;</holder> - <holder>Tammy Fox</holder> - </copyright> - <authorgroup> - <author> - <surname>Fox</surname> - <firstname>Tammy</firstname> - </author> - </authorgroup> - &LEGALNOTICE; - </articleinfo> - - <section id="some-section"> - <title>Some Section</title> - - <para> - This is an example section. You can also use sect1, sect2, etc. - </para> - - <warning> - <title>Warning</title> - <para> - Example of an admonition. - </para> - </warning> - - </section> - -<index id="generated-index"></index> -</article> -</computeroutput> - </screen> - </sect1> - <sect1 id="s1-tutorial-license"> - <title>包含许可信息</title> - <indexterm> - <primary>文档版式</primary> - <secondary>许可</secondary> - </indexterm> - <para>所有 &PROJECT; 手册 <emphasis>必须</emphasis> 包含文件 <filename>legalnotice.xml</filename>。这个文件包含了 GNU Free Documentation License (FDL) 的文本。</para> - <para>示例主控文件显示了如何包含它们。</para> - </sect1> -</chapter> |
