[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
release-notes/xmlbeats beatlist,1.5,1.6 wikixml2fdpxml,1.1,1.2
- From: "Karsten Wade" (kwade) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: release-notes/xmlbeats beatlist,1.5,1.6 wikixml2fdpxml,1.1,1.2
- Date: Mon, 6 Feb 2006 15:35:39 -0500
Author: kwade
Update of /cvs/docs/release-notes/xmlbeats
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27624/xmlbeats
Modified Files:
beatlist wikixml2fdpxml
Log Message:
Moving content into by-language sub-directories.
Index: beatlist
===================================================================
RCS file: /cvs/docs/release-notes/xmlbeats/beatlist,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- beatlist 6 Feb 2006 14:35:45 -0000 1.5
+++ beatlist 6 Feb 2006 20:35:32 -0000 1.6
@@ -6,7 +6,6 @@
ArchSpecific/PPC
ArchSpecific/x86
ArchSpecific/x86_64
-HardDiskSpace
Kernel
Desktop
Printing
Index: wikixml2fdpxml
===================================================================
RCS file: /cvs/docs/release-notes/xmlbeats/wikixml2fdpxml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wikixml2fdpxml 30 Jan 2006 00:29:05 -0000 1.1
+++ wikixml2fdpxml 6 Feb 2006 20:35:32 -0000 1.2
@@ -7,6 +7,7 @@
# kwade redhat com
# Manually rename some files to include their wiki namespace
+mv Beats/PPC.xml Beats/ArchSpecificPPC.xml
mv Beats/x86_64.xml Beats/ArchSpecificx86_64.xml
mv Beats/x86.xml Beats/ArchSpecificx86.xml
mv Beats/GCC.xml Beats/DevelToolsGCC.xml
@@ -32,3 +33,31 @@
# insert($idattrib) -> <section id="$idattrib">;
# done
+# We need to convert the targets of XREFs somehow
+
+# This script uses the FDP implementation of xmldiff
+# found in cvs.fedora:/cvs/docs/docs-common/bin/
+#
+# This script expects to be run in-place in
+# the release-notes/xmlbeats module, as the paths
+# are relative to that point
+#
+# $Id:
+#
+# First version kwade redhat com 2006-01-04 -- 0.1
+
+# Variables
+XMLDIFF="../../docs-common/bin/xmldiff"
+XMLDIFF_OPTIONS="-p" # colored unified diff
+BEATPATH="./Beats"
+DBPATH=".."
+FILEEXT="*xml"
+
+# Actions
+# Run xmldiff against the beat and canonical XML
+
+#for i in $BEATPATH/$FILEEXT;
+# do $XMLDIFF $XMLDIFF_OPTIONS $i
+
+# Move the XML to the build directory
+# mv Beats/*.xml ../
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]