commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef FAQ MANIFEST.in README setup.py READ...


From: James Thompson
Subject: gnue/gnuef FAQ MANIFEST.in README setup.py READ...
Date: Wed, 07 Mar 2001 18:59:54 -0800

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/03/07 18:59:53

Modified files:
        gnuef          : FAQ MANIFEST.in README setup.py 
Removed files:
        gnuef          : README.curses README.windows 
        gnuef/doc      : README.ObjectHierarchy just techref.ps 

Log message:
        Cleanup of docs and stuff for upcomming release

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/FAQ.diff?r1=1.2&r2=1.3
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/MANIFEST.in.diff?r1=1.4&r2=1.5
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/README.diff?r1=1.14&r2=1.15
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/setup.py.diff?r1=1.12&r2=1.13
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/README.curses.diff?r1=1.2&r2=NONE
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/README.windows.diff?r1=1.2&r2=NONE
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/doc/README.ObjectHierarchy.diff?r1=1.1&r2=NONE
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/doc/just.diff?r1=1.2&r2=NONE
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/doc/techref.ps.diff?r1=1.2&r2=NONE

Patches:
Index: gnue/gnuef/FAQ
diff -u gnue/gnuef/FAQ:1.2 gnue/gnuef/FAQ:1.3
--- gnue/gnuef/FAQ:1.2  Wed Jan 24 19:13:19 2001
+++ gnue/gnuef/FAQ      Wed Mar  7 18:59:52 2001
@@ -1,23 +1,30 @@
 Q:  I installed gnue forms but get an error about importing GFOptions.py
-
-A:  You need to install the python-gnue-base package.  Available at 
www.gnue.org 
-
-Q:  I get an error similar to 
+    - or -
+    I get an error similar to 
     IOError: [Errno 2] No such file or directory: 
'/usr/local/gnue/shared/gnuef-spash.bmp'
 
-A:  The current gnuef requires you manually configure a shared directory for 
graphics.
-    Creating this area is described in the INSTALL document.
+A:  You need to install the python-gnue-base package.  Available at 
www.gnue.org 
 
 Q:  I want to run the cvs copy of gnuef but have a copy already installed on 
the machine.
     gfclient always seems run the installed code base.  How do I override this 
with effecting
     the installed copy.
 
-
 A:  Run setup_cvs_devel.sh from the top level gnuef directory.  This creates 
     symlinks in the client directory to trick gfclient into using the CVS 
     version of GNUE Forms.  You must then run gfclient from the client 
     directory for this to work.  Executing gfclient any where else still 
results
     in the installed copy properly being executed. If you want to use a CVS 
gfclient 
     against installed sources, just [re]move the gnue directory in the client 
directory.
+
+Q:  I need more help!
+
+A:  See the individual INSTALL files for more platform specific FAQs
+
+    If that doesn't work problems and/or questions are gladly accepted 
+    by the GNUE Forms team.  You can reach us via our mailing list
+
+    http://lists.gnue.org/mailman/listinfo
+
+    Or via IRC at irc.openprojects.net #gnue. 
+
 
-Any problems and/or questions are gladly accepted by the GNUE Forms team 
(visit http://lists.gnue.org/mailman/listinfo/gnue-forms for our mailing list) 
or join us on IRC at irg.gnue.org #gnue.  Thanks!
Index: gnue/gnuef/MANIFEST.in
diff -u gnue/gnuef/MANIFEST.in:1.4 gnue/gnuef/MANIFEST.in:1.5
--- gnue/gnuef/MANIFEST.in:1.4  Tue Mar  6 23:11:50 2001
+++ gnue/gnuef/MANIFEST.in      Wed Mar  7 18:59:53 2001
@@ -5,10 +5,11 @@
 include NEWS
 include README*
 include THANKS
-include TODO 
+include TODO
 
 include client/gfclient
 include designer/GFDesigner.py
 recursive-include samples *
 recursive-include setupext *
 recursive-include doc *
+
Index: gnue/gnuef/README
diff -u gnue/gnuef/README:1.14 gnue/gnuef/README:1.15
--- gnue/gnuef/README:1.14      Wed Jan 24 19:13:19 2001
+++ gnue/gnuef/README   Wed Mar  7 18:59:53 2001
@@ -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 
@@ -20,45 +20,37 @@
                                    README file, but I really like it :)
                                    
 
-NOTE: SEE docs/techref.ps for more documentation
-Dependencies:
+Compatibility:
+  GNUe Forms has been successfully used on
+    Debian GNU/Linux
+    FreeBSD 4.2-Stable
+    RedHat GNU/Linux
+    Solaris 2.5.1
+    Windows 98
+    
+  People wanting to use curses mode should read the 
+    notes at end of this file.
 
-  General Requirements:
-
-    Distutils for python (www.python.org/sigs/distutils-sig/download.html)
-    (not needed with python 1.6 or newer)
-
-    PyXML (http://www.python.org/sigs/xml-sig/files/)
-            - or -
-          (http://sourceforge.net/projects/pyxml)
-  
-
-  pytext Version Requirements:
-
-    pyncurses (http://pyncurses.sourceforge.net/)
+To install:
 
+  *nix Users should read INSTALL file
 
-  Gtk+ Version Requirements:
+  Windows Users should read INSTALL.win32
 
-    wxGTK (http://www.freiburg.linux.de/~wxxt/download.html)
+  GNUe Forms 
 
-    wxPython (http://www.wxpython.org/download.php)
+To use without installing (or run newer code w/o overwriting
+                           existing install)
 
-  To access postgresql databases
+  run ./setup_cvs_devel.sh from the top gnuef directory.
 
-    PyGreSql 3.1 (http://www.druid.net/pygresql/)
-    The readme is out dated on this package.  If you have 
-    distutils from python installed(if you dont then install it) 
-    then simply do:
-       python setup.py build
-       su
-       python setup.py install
+  This allows you to keep both an installed version on the
+  system for production use while allowing you to use your 
+  development code base by switching to the client dir and 
+  running ./gfclient from there
 
-    An PyGreSql module for win32 machines can be found at
-     http://highqualdev.com  GNUe Forms has not yet been 
-     tested with this module.
 
-To Test:
+Running samples:
 
   To test without installing run the setup_cvs_devel.sh script then
   switch to client dir and do
@@ -83,25 +75,25 @@
     ex: psql
         \i scriptname.sql
 
+**** NOTE FOR CURSES USERS ****
 
-  wxPython UI key bindings
+We are in the process of moving from pyncurses to the 
+curses module bundled with Python.  Neither module is 
+complete at this time.  The -u text option now uses the
+python module and is very rough, the -u pytext option
+is better at dealing with simple forms but will no
+longer be developed.
 
-  F5  - Marks record for delete
-  F6  - Commits, Updates, Inserts
-  F8  - Initializes Query
-  F9  - Executes Query
-  F12 - Create new record
+To avoid a few of the artifacts use
 
+gfclient -u text <pathtogfdfilehere> 2> /dev/null
 
-To install:
-  If you wish to work on development of gnuef you'll 
-  run ./setup_cvs_devel.sh from the top gnuef directory.
-  This allows you to keep both an installed version on the
-  system for production use while allowing you to use your 
-  development code base by switching to the client dir and 
-  running ./gfclient from there
+or if you want to see the debugging code
+
+mkfifo fifo
 
-  To install in usable area
+then in another window
+cat fifo
 
-    python setup.py build
-    python setup.py install
+then in the main window
+gfclient -u text <pathtogfdfilehere> 2> fifo
Index: gnue/gnuef/setup.py
diff -u gnue/gnuef/setup.py:1.12 gnue/gnuef/setup.py:1.13
--- gnue/gnuef/setup.py:1.12    Tue Mar  6 23:11:50 2001
+++ gnue/gnuef/setup.py Wed Mar  7 18:59:53 2001
@@ -15,6 +15,16 @@
     """
   sys.exit()
 
+
+if 'sdist' in sys.argv:
+  print """
+*** Notes for creating source disto ***
+
+Make sure and create update the html docs
+prior to creating the source distribution.
+"""
+  raw_input ("Press Control-D to abort or any other key to continue") 
+  
 if 'build' in sys.argv:
   # Verify that our python base is installed
   try:



reply via email to

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