diff options
author | Rich Bowen <rbowen@apache.org> | 2011-02-15 13:46:52 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-02-15 13:46:52 +0100 |
commit | fe35786735d12d64c65ddb9b9b87227be0f28504 (patch) | |
tree | 503c7ac8f58ca20820cc877460243c6f2df2fdde /docs/manual/mod | |
parent | Rebuild documents from xml, including new access control howto. (diff) | |
download | apache2-fe35786735d12d64c65ddb9b9b87227be0f28504.tar.xz apache2-fe35786735d12d64c65ddb9b9b87227be0f28504.zip |
Adds simplified Chinese translation to httpd trunk docs. Via
dongsheng@apache.org (see tid 50767)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/directives.xml.zh-cn | 35 | ||||
-rw-r--r-- | docs/manual/mod/index.xml.zh-cn | 35 | ||||
-rw-r--r-- | docs/manual/mod/quickreference.xml.zh-cn | 34 |
3 files changed, 104 insertions, 0 deletions
diff --git a/docs/manual/mod/directives.xml.zh-cn b/docs/manual/mod/directives.xml.zh-cn new file mode 100644 index 0000000000..0134a4c030 --- /dev/null +++ b/docs/manual/mod/directives.xml.zh-cn @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.zh-cn.xsl"?> +<!-- English revision : 420990 --> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<directiveindex metafile="directives.xml.meta"> + <title>指令索引</title> + <summary> + <p> + 每个在 Apache 标准发行版中可用的指令都列在这里。它们使用一致的格式描述,而且有<a + href="directive-dict.html" rel="Glossary">术语字典</a>。 + </p> + + <p> + <a href="quickreference.html">指令快速参考</a>用来以摘要的形式提供有关每个指令的详细信息。 + </p> + </summary> +</directiveindex> diff --git a/docs/manual/mod/index.xml.zh-cn b/docs/manual/mod/index.xml.zh-cn new file mode 100644 index 0000000000..4990112ef7 --- /dev/null +++ b/docs/manual/mod/index.xml.zh-cn @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!DOCTYPE moduleindex SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.zh-cn.xsl"?> +<!-- English revision : 926432 --> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<moduleindex metafile="index.xml.meta"> + <title>模块索引</title> + <summary> + <p> + 下面是 Apache HTTP 服务器发行版中的所有模块列表。参见按照字母顺序罗列的<a + href="directives.html">所有 Apache HTTP 服务器指令</a>。 + </p> + </summary> + <seealso><a href="../mpm.html">多处理模块(MPM)</a> + </seealso> + <seealso><a href="quickreference.html">指令快速索引</a> + </seealso> +</moduleindex> diff --git a/docs/manual/mod/quickreference.xml.zh-cn b/docs/manual/mod/quickreference.xml.zh-cn new file mode 100644 index 0000000000..6670949d98 --- /dev/null +++ b/docs/manual/mod/quickreference.xml.zh-cn @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.zh-cn.xsl"?> +<!-- English revision : 636495 --> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<quickreference metafile="quickreference.xml.meta"> + <title>指令快速索引</title> + <summary> + <p>指令快速索引显示指令的用法,默认值,状态和上下文。要获得更多信息,请参见 <a + href="directive-dict.html">描述指令的术语</a>。</p> + + <p>第一列给出指令的名称与用法。第二列显示指令的默认值(如果有的话)。 + 如果因为默认值太长而被截断显示,会在最后一个字符之后显示字符 “+”。</p> + + <p>第三列显示允许此指令的上下文,第四列显示指令的状态。</p> + </summary> +</quickreference> |