commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms INSTALL


From: James Thompson
Subject: gnue/forms INSTALL
Date: Thu, 06 Mar 2003 00:50:54 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 03/03/06 00:50:53

Modified files:
        forms          : INSTALL 

Log message:
        simple instructions on using gfd04to05 utility

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/INSTALL.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: gnue/forms/INSTALL
diff -c gnue/forms/INSTALL:1.22 gnue/forms/INSTALL:1.23
*** gnue/forms/INSTALL:1.22     Mon Dec 16 22:07:26 2002
--- gnue/forms/INSTALL  Thu Mar  6 00:50:52 2003
***************
*** 12,17 ****
--- 12,19 ----
   $ python2 setup.py install  (depending on your OS, this could
                                also be python2.1 or python2.2)
  
+ If you are upgrading from a version of forms prior to 0.5.0
+ please reference the Upgrading Forms section below. 
  
  General information:
  ====================
***************
*** 162,167 ****
--- 164,183 ----
  chmod -R o+rx /usr/local/gnue
  
  Now you can run your first sample: "gnue-forms samples/form.gfd".
+ 
+ Upgrading Forms:
+ ================
+ The 0.5.0 release of gnue-forms uses a gfd format that is incompatible
+ with prior releases.  A utility named gfd04to05.py has been provided 
+ in the forms/utils/ directory that will convert a pre 0.5.0 form to the 
+ new format.
+ 
+ Usage:
+ gfd04to05.py oldFormName.gfd newFormName.gfd
+ 
+ If you omit the second name (newFormName.gfd) then gfd04to05.py
+ will create a backup of your form in oldFormName.gfd-PRE050 then
+ overwrite the existing form with the new format. 
  
  Open Questions:
  ===============




reply via email to

[Prev in Thread] Current Thread [Next in Thread]