[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
developers/htdocs.xml: 1.40 -> 1.41
以下のページの更新をしました。
developers/htdocs.xml: 1.40 -> 1.41
> revision 1.41
> date: 2007/04/03 22:03:43; author: daniel; state: Exp; lines: +3 -3
> Add list2xml from htutils.
原文の変更 (htutils -> htdocs) をそのまま訳に反映しています。
すぐに commit します。
# .list -> .xml はそのうちやります
以下、訳と原文それぞれの新旧の差分です。
--- developers/htdocs.xml.orig 2007-04-04 22:51:18.000000000 +0900
+++ developers/htdocs.xml 2007-04-04 22:51:18.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.40 2006/11/07 23:22:43 kano Exp $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.41 2007/04/03 22:03:43 daniel Exp $"/>
<!-- Based on english version: -->
-<!-- NetBSD: htdocs.xml,v 1.40 2006/11/07 23:22:43 kano Exp -->
-<config param="rcsdate" value="$Date: 2006/11/07 23:22:43 $"/>
+<!-- NetBSD: htdocs.xml,v 1.41 2007/04/03 22:03:43 daniel Exp -->
+<config param="rcsdate" value="$Date: 2007/04/03 22:03:43 $"/>
<head>
<title>htdocsを編集する</title>
</head>
@@ -116,7 +116,7 @@
全体的な変更が簡単にできるようにするため、現在、 NetBSD の web サイトは
XML (docbook-website) に変換中です。 2004-11-15 以降、
XML 以外のファイルを編集する必要があるときは、編集と同時に XML に変換することになっています。
- <code>htutils/scripts/list2xml</code> スクリプトは、通常の <code>.html</code>
+ <code>htdocs/scripts/list2xml</code> スクリプトは、通常の <code>.html</code>
ファイルの変換のほか、旧来の <code>.list</code> の変換にも役立つでしょう。
ただし、このスクリプトはタグの単純な置換をいくつかするだけであり、
実行後に多くの手作業が必要ですので、どうぞご注意ください。
Index: developers/htdocs.xml
===================================================================
RCS file: /cvsroot/htdocs/developers/htdocs.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- developers/htdocs.xml 7 Nov 2006 23:22:43 -0000 1.40
+++ developers/htdocs.xml 3 Apr 2007 22:03:43 -0000 1.41
@@ -5,8 +5,8 @@
<webpage id="developers-htdocs">
<config param="desc" value="Editing htdocs"/>
-<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.40 2006/11/07 23:22:43 kano Exp $"/>
-<config param="rcsdate" value="$Date: 2006/11/07 23:22:43 $"/>
+<config param="cvstag" value="$NetBSD: htdocs.xml,v 1.41 2007/04/03 22:03:43 daniel Exp $"/>
+<config param="rcsdate" value="$Date: 2007/04/03 22:03:43 $"/>
<head>
<title>Editing htdocs</title>
</head>
@@ -111,7 +111,7 @@
In order to facilitate global changes, we are currently converting the
NetBSD website to XML (docbook-website). As of 2004-11-15, any non-XML
file that needs to be edited shall be converted to XML at the same time.
- You may find the script <code>htutils/scripts/list2xml</code> helpful to
+ You may find the script <code>htdocs/scripts/list2xml</code> helpful to
initiate the conversion of the old <code>.list</code> as well as plain
<code>.html</code> files. Please note, however, that this script only
does a few simple replacements of tags, and you will need to do a lot by