[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

developers/htdocs.xml: 1.34 -> 1.35



以下のページの更新をしました。ツッコミをお願いします。

developers/htdocs.xml: 1.34 -> 1.35

月曜日までに異議がなければ、 commit します。

> revision 1.35
> date: 2006/04/27 23:27:02;  author: jschauma;  state: Exp;  lines: +12 -2
> add a note about XML templates in htutils

以下、訳と原文の差分です。

--- developers/htdocs.xml.orig	2006-04-29 02:58:59.000000000 +0900
+++ developers/htdocs.xml	2006-04-29 02:58:59.000000000 +0900
@@ -5,10 +5,10 @@
 
 <webpage id="ja-developers-htdocs">
 <config param="desc" value="htdocsを編集する"/>
-<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.34 2006/03/18 15:13:57 kano Exp $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.35 2006/04/27 23:27:02 jschauma Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: htdocs.xml,v 1.34 2006/03/18 15:13:57 kano Exp   -->
-<config param="rcsdate" value="$Date: 2006/03/18 15:13:57 $"/>
+<!-- NetBSD: htdocs.xml,v 1.35 2006/04/27 23:27:02 jschauma Exp   -->
+<config param="rcsdate" value="$Date: 2006/04/27 23:27:02 $"/>
 <head>
 <title>htdocsを編集する</title>
 </head>
@@ -239,6 +239,16 @@
 </para>
 </sect3>
 
+  <sect3 id="templates">
+    <title>XML テンプレートファイル</title>
+
+    <para>
+      XML を書き始める人のために、<filename>htutils/templates</filename>
+      以下にテンプレートファイルをいくつか用意してあります。
+      内容を書き加える場合は、既存のページと見比べてみてください。
+    </para>
+  </sect3>
+
 <sect3 id="webserver">
 <title>ページが web サーバーに反映される方法や時間はどうなっているか?</title>
 <para>
Index: developers/htdocs.xml
===================================================================
RCS file: /cvsroot/htdocs/developers/htdocs.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- developers/htdocs.xml	18 Mar 2006 15:13:57 -0000	1.34
+++ developers/htdocs.xml	27 Apr 2006 23:27:02 -0000	1.35
@@ -5,8 +5,8 @@
 
 <webpage id="developers-htdocs">
 <config param="desc" value="Editing htdocs"/>
-<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.34 2006/03/18 15:13:57 kano Exp $"/>
-<config param="rcsdate" value="$Date: 2006/03/18 15:13:57 $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.35 2006/04/27 23:27:02 jschauma Exp $"/>
+<config param="rcsdate" value="$Date: 2006/04/27 23:27:02 $"/>
 <head>
 <title>Editing htdocs</title>
 </head>
@@ -236,6 +236,16 @@
 </para>
 </sect3>
 
+  <sect3 id="templates">
+    <title>XML template files</title>
+
+    <para>
+      There are a few template files in <filename>htutils/templates</filename>
+      to get you started with XML.  Please compare to existing pages in use
+      when you add new content.
+    </para>
+  </sect3>
+
 <sect3 id="webserver">
 <title>How do the pages get to the web server, and when?</title>
 <para>