commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef README


From: Derek Neighbors
Subject: gnue/gnuef README
Date: Fri, 22 Sep 2000 19:55:59 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        00/09/22 19:55:59

Modified files:
        gnuef          : README 

Log message:
        Changed syntax on how to launch as gui= is now -u=
        Also added ref to README.wxwindows and fact no attribute checking takes 
place DTD at somepoint will probably handle.
        
        These changes prompted by feedback from user last week how had issues 
with broken samples and questions about validation.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/README.diff?r1=1.3&r2=1.4

Patches:
Index: gnue/gnuef/README
diff -u gnue/gnuef/README:1.3 gnue/gnuef/README:1.4
--- gnue/gnuef/README:1.3       Sun Aug 13 19:47:23 2000
+++ gnue/gnuef/README   Fri Sep 22 19:55:59 2000
@@ -1,4 +1,4 @@
-GNUE Forms: A tool of the GNUE Project (www.gnue.org)
+GNUE Forms: A tool of the GNUe Project (www.gnue.org)
                        
                 Congratulations! You have purchased an extremely fine
         device that would give you thousands of years of trouble-free 
@@ -27,13 +27,16 @@
 
   To run the GUI version you'll need
   wxPython  (http://www.wxpython.org/)
+  Please see README.wxwindows
 
 To use:
 
   Run tests in src dir by switching to src dir and doing
 
-  python GFFoo.py [text|gui] ../samples/form.gfd
+  python GFFoo.py -u=[text|gui] ../samples/form.gfd
 
+  If you run without -u option it will default to gui or wxWindows.
+
 GFD format notes:
 
   to add an additional attribute to an element just, well, add it :)
@@ -58,8 +61,11 @@
   make sure you don't do <form hieght="300" width="300"> as it'll
   happily accept it create the two attribute names you requested and
   you'll be left wondering what the address@hidden@# is wrong with the program 
:)
-
 
+  **** NOTE ****
+  
+  There is no attribute validation currently.  Later this will likely be
+  done in a DTD.  So be extra careful. :)
 
 
 


reply via email to

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