release-notes/devel/xmlbeats steps-to-convert-FC7.txt,1.2,1.3

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Apr 3 03:18:09 UTC 2007


Author: pfrields

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

Modified Files:
	steps-to-convert-FC7.txt 
Log Message:
Fix instruction


Index: steps-to-convert-FC7.txt
===================================================================
RCS file: /cvs/docs/release-notes/devel/xmlbeats/steps-to-convert-FC7.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- steps-to-convert-FC7.txt	15 Nov 2006 02:17:45 -0000	1.2
+++ steps-to-convert-FC7.txt	3 Apr 2007 03:18:07 -0000	1.3
@@ -1,33 +1,20 @@
+0. Make a holding place for beats:
 
-0. Remove any existing "Beats" or "Fixed" folder in the local
-   directory, and make sure the "beatlist" file contains all the beats
-   you need to pull.  Include the parents of any sub-beats!
-
+   mkdir Beats
 
 1. Use beatconvert to pull the beats from the main wiki to the test
    wiki and convert to XML.
 
-   **WARNING: There is a governor on moin wikis by default that
-   prevents excessive posting within a fixed time.  Contact mmcgrath
-   to have the governor changed before beginning this step.
-   Otherwise, this will take several minutes because the test wiki
-   disallows access if you hit it too often within a certain (unknown)
-   span of time.  Pay attention and Ctrl+\ to quit if needed!**
-
-   ./beatconvert beatlist
-
-   The results are in the "Beats" folder.
+   ./beatconvert -i beatlist -d Beats
 
+   The results are in the "Beats/" folder.
 
 2. Run xmlfix to get the section ID's and titles fixed.
 
-   ./xmlfix Beats/
-
-   The results are in the "Fixed" folder.
-
+   ./xmlfix Beats
 
 3. Edit, copy to the relnotes devel/en_US folder, and commit.  Don't
    forget to "make pot" also!
 
 
-PWF, 2006-09-24
+PWF, 2007-04-02




More information about the Fedora-docs-commits mailing list