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

developers/htdocs.xml: 1.35 -> 1.36



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

developers/htdocs.xml: 1.35 -> 1.36

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

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

--- developers/htdocs.xml.orig	2006-06-11 08:32:02.000000000 +0900
+++ developers/htdocs.xml	2006-06-11 08:32:02.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.35 2006/04/27 23:27:02 jschauma Exp $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.36 2006/06/10 22:35:08 kano Exp $"/>
 <!-- Based on english version: -->
-<!-- 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 $"/>
+<!-- NetBSD: htdocs.xml,v 1.36 2006/06/10 22:35:08 kano Exp   -->
+<config param="rcsdate" value="$Date: 2006/06/10 22:35:08 $"/>
 <head>
 <title>htdocsを編集する</title>
 </head>
@@ -592,11 +592,13 @@
 <ulink url="../MailingLists/">メーリングリスト</ulink>
 ページに載っていないメーリングリストがある場合の手順:
 <orderedlist>
-  <listitem>htdocs/MailingLists/index.m4 ファイルを編集します。</listitem>
+  <listitem>htdocs/MailingLists/index.xml と htdocs/MailingLists/list2group.xsl ファイルを編集します。</listitem>
   <listitem>htdocs/MailingLists にある makefile を実行します。これで
     index.html が作られます。</listitem>
   <listitem>html ファイルがうまく作られているか確認します。</listitem>
-  <listitem>index.m4 と index.html ファイルをコミットします。</listitem>
+  <listitem>index.xml と list2group.xsl ファイルをコミットします。</listitem>
+  <listitem>index.html に適切な "Generated from" を含めるために、このファイルを作り直します。</listitem>
+  <listitem>作り直した index.html ファイルをコミットします。</listitem>
 </orderedlist>
 </para>
 </sect3>
Index: developers/htdocs.xml
===================================================================
RCS file: /cvsroot/htdocs/developers/htdocs.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- developers/htdocs.xml	27 Apr 2006 23:27:02 -0000	1.35
+++ developers/htdocs.xml	10 Jun 2006 22:35:08 -0000	1.36
@@ -5,8 +5,8 @@
 
 <webpage id="developers-htdocs">
 <config param="desc" value="Editing htdocs"/>
-<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 $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.36 2006/06/10 22:35:08 kano Exp $"/>
+<config param="rcsdate" value="$Date: 2006/06/10 22:35:08 $"/>
 <head>
 <title>Editing htdocs</title>
 </head>
@@ -589,11 +589,13 @@
 If a mailing-list is missing from the
 <ulink url="../MailingLists/">MailingLists</ulink> page:
 <orderedlist>
-  <listitem>Edit the htdocs/MailingLists/index.m4 file</listitem>
+  <listitem>Edit the htdocs/MailingLists/index.xml and htdocs/MailingLists/list2group.xsl files</listitem>
   <listitem>Run the makefile in htdocs/MailingLists, it will generate the
     index.html</listitem>
   <listitem>Confirm the generated html is good.</listitem>
-  <listitem>commit the index.m4 and index.html files.</listitem>
+  <listitem>commit the index.xml and list2group.xsl files.</listitem>
+  <listitem>Regenerate the index.html file to include the proper "Generated from" statement.</listitem>
+  <listitem>commit the generated index.html file.</listitem>
 </orderedlist>
 </para>
 </sect3>