release-notes/xmlbeats wikixml2fdpxml,1.2,1.3

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Tue Feb 28 17:29:32 UTC 2006


Author: kwade

Update of /cvs/docs/release-notes/xmlbeats
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13955/xmlbeats

Modified Files:
	wikixml2fdpxml 
Log Message:
No longer need language extension, code commented out for now.


Index: wikixml2fdpxml
===================================================================
RCS file: /cvs/docs/release-notes/xmlbeats/wikixml2fdpxml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wikixml2fdpxml	6 Feb 2006 20:35:32 -0000	1.2
+++ wikixml2fdpxml	28 Feb 2006 17:29:24 -0000	1.3
@@ -14,14 +14,14 @@
 mv Beats/SELinux.xml Beats/SecuritySELinux.xml
 
 # Add the base language extension to the files
-ls Beats/ > xmlfiles
-for i in `cat xmlfiles`;
-  do
-  echo $i | sed 's/.xml/-en.xml/g' > newfilename;
-  mv Beats/$i Beats/`cat newfilename`;
-done
-rm xmlfiles newfilename
-echo "done"
+#ls Beats/ > xmlfiles
+#for i in `cat xmlfiles`;
+#  do
+#  echo $i | sed 's/.xml/-en.xml/g' > newfilename;
+#  mv Beats/$i Beats/`cat newfilename`;
+#done
+#rm xmlfiles newfilename
+#echo "done"
 
 # Right here is where we want to call perl-fu or python-fu
 # to follow this pseudo-code




More information about the Fedora-docs-commits mailing list