commit-gnue
[Top][All Lists]
Advanced

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

gnue common/doc/Connections.txt common/doc/comm...


From: Jason Cater
Subject: gnue common/doc/Connections.txt common/doc/comm...
Date: Mon, 16 Sep 2002 16:18:24 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/09/16 16:18:24

Modified files:
        common/doc     : Connections.txt common-techref.lyx 
        common/etc     : sample.gnue.conf 
        common/scripts : gnue-diag.sh 
        docbook/articles: redhat_install.html 
        forms          : FAQ INSTALL README 
        forms/doc      : techref.lyx techref.txt user_guide.lyx 
        forms/samples/intro: intro.gfd 
        forms/scripts  : .cvsignore 
        forms/src      : GFForm.py 
        phpforms/samples: intro.gfd 

Log message:
        changed references from gfclient to gnue-forms [patch by filc]

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/doc/Connections.txt.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/doc/common-techref.lyx.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/etc/sample.gnue.conf.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/scripts/gnue-diag.sh.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/docbook/articles/redhat_install.html.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/FAQ.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/INSTALL.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/README.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/techref.lyx.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/techref.txt.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/user_guide.lyx.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/samples/intro/intro.gfd.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/scripts/.cvsignore.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFForm.py.diff?tr1=1.172&tr2=1.173&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/samples/intro.gfd.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/common/doc/Connections.txt
diff -c gnue/common/doc/Connections.txt:1.2 gnue/common/doc/Connections.txt:1.3
*** gnue/common/doc/Connections.txt:1.2 Sat Apr 27 19:13:48 2002
--- gnue/common/doc/Connections.txt     Mon Sep 16 16:18:23 2002
***************
*** 150,160 ****
  "http://appserv.mydomain.org/connections.gnue";, then a client could be 
  started as such: 
  
!    $ gfclient --connections "http://appserv.mydomain.org/connections.gnue";
  
  Another example using a local file: 
     
!    $ gfclient --connections "/usr/local/gnue/etc/connections.gnue"
  
  If no command line option is provided, then the client application will then 
  check for an environment variable called "GNUE_CONNECTIONS".  If this is 
--- 150,160 ----
  "http://appserv.mydomain.org/connections.gnue";, then a client could be 
  started as such: 
  
!    $ gnue-forms --connections "http://appserv.mydomain.org/connections.gnue";
  
  Another example using a local file: 
     
!    $ gnue-forms --connections "/usr/local/gnue/etc/connections.gnue"
  
  If no command line option is provided, then the client application will then 
  check for an environment variable called "GNUE_CONNECTIONS".  If this is 
***************
*** 164,176 ****
  
     $ GNUE_CONNECTIONS="http://appserv.mydomain.org/connections.gnue";
     $ export GNUE_CONNECTIONS
!    $ gfclient
  
  Also, using a local file: 
     
     $ GNUE_CONNECTIONS="/usr/local/gnue/etc/connections.gnue"
     $ export GNUE_CONNECTIONS
!    $ gfclient
  
  Ideally, GNUE_CONNECTIONS would be set in a user's .profile file.  In a 
  multi-system environment (where the individial clients can be run on
--- 164,176 ----
  
     $ GNUE_CONNECTIONS="http://appserv.mydomain.org/connections.gnue";
     $ export GNUE_CONNECTIONS
!    $ gnue-forms
  
  Also, using a local file: 
     
     $ GNUE_CONNECTIONS="/usr/local/gnue/etc/connections.gnue"
     $ export GNUE_CONNECTIONS
!    $ gnue-forms
  
  Ideally, GNUE_CONNECTIONS would be set in a user's .profile file.  In a 
  multi-system environment (where the individial clients can be run on
***************
*** 184,190 ****
    $ http_proxy="http://proxy.mycompany.org:3128";
    $ GNUE_CONNECTIONS="http://appserv.mydomain.org/connections.gnue";
    $ export http_proxy, GNUE_CONNECTIONS
!   $ gfclient someform.gfd
  
  Due to limitations of the python libraries, proxies requiring authentication 
  are not currently supported.
--- 184,190 ----
    $ http_proxy="http://proxy.mycompany.org:3128";
    $ GNUE_CONNECTIONS="http://appserv.mydomain.org/connections.gnue";
    $ export http_proxy, GNUE_CONNECTIONS
!   $ gnue-forms someform.gfd
  
  Due to limitations of the python libraries, proxies requiring authentication 
  are not currently supported.
Index: gnue/common/doc/common-techref.lyx
diff -c gnue/common/doc/common-techref.lyx:1.2 
gnue/common/doc/common-techref.lyx:1.3
*** gnue/common/doc/common-techref.lyx:1.2      Fri May  3 16:01:44 2002
--- gnue/common/doc/common-techref.lyx  Mon Sep 16 16:18:23 2002
***************
*** 463,469 ****
  
  
  \size scriptsize 
! COMMAND = "gfclient" 
  \layout Code
  
  
--- 463,469 ----
  
  
  \size scriptsize 
! COMMAND = "gnue-forms" 
  \layout Code
  
  
***************
*** 473,479 ****
  
  
  \size scriptsize 
! USAGE = "gfclient [options] file" 
  \layout Code
  
  
--- 473,479 ----
  
  
  \size scriptsize 
! USAGE = "gnue-forms [options] file" 
  \layout Code
  
  
***************
*** 941,947 ****
   In it's most basic form
  \layout Standard
  
! gfclient formname.gfd
  \newline 
  The formname.gfd can be in the form of a normal file or a URL such as a web
   address
--- 941,947 ----
   In it's most basic form
  \layout Standard
  
! gnue-forms formname.gfd
  \newline 
  The formname.gfd can be in the form of a normal file or a URL such as a web
   address
***************
*** 951,957 ****
  To get a list of available options
  \layout Standard
  
! gfclient --help
  \newline 
  
  \layout Subsection
--- 951,957 ----
  To get a list of available options
  \layout Standard
  
! gnue-forms --help
  \newline 
  
  \layout Subsection
***************
*** 959,965 ****
  Symlinks
  \layout Standard
  
! gfclient also supports the use of symlinks to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
  
--- 959,965 ----
  Symlinks
  \layout Standard
  
! gnue-forms also supports the use of symlinks to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
  
***************
*** 969,980 ****
  \emph on 
   
  \emph default 
! which points to the gfclient executable you will be able to execute the
   file by simply typing contacts.
  \newline 
  
  \newline 
! bash-2.03$ ln -s /usr/local/bin/gfclient /usr/local/bin/contacts
  \newline 
  bash-2.03$ contacts
  \newline 
--- 969,980 ----
  \emph on 
   
  \emph default 
! which points to the gnue-forms executable you will be able to execute the
   file by simply typing contacts.
  \newline 
  
  \newline 
! bash-2.03$ ln -s /usr/local/bin/gnue-forms /usr/local/bin/contacts
  \newline 
  bash-2.03$ contacts
  \newline 
Index: gnue/common/etc/sample.gnue.conf
diff -c gnue/common/etc/sample.gnue.conf:1.34 
gnue/common/etc/sample.gnue.conf:1.35
*** gnue/common/etc/sample.gnue.conf:1.34       Fri Aug  2 11:38:49 2002
--- gnue/common/etc/sample.gnue.conf    Mon Sep 16 16:18:23 2002
***************
*** 258,266 ****
  disableSplash = 1
  #ProcessDir = processes
  # for *nix
! #RunFormCommand = gfclient
  # for win32
! # RunFormCommand=C:\python21\python.exe c:\python21\scripts\gfclient
  
  # Time to display hourglass cursor while spawning a process
  #hourglassDelay=4
--- 258,266 ----
  disableSplash = 1
  #ProcessDir = processes
  # for *nix
! #RunFormCommand = gnue-forms
  # for win32
! # RunFormCommand=C:\python21\python.exe c:\python21\scripts\gnue-forms
  
  # Time to display hourglass cursor while spawning a process
  #hourglassDelay=4
Index: gnue/common/scripts/gnue-diag.sh
diff -c gnue/common/scripts/gnue-diag.sh:1.4 
gnue/common/scripts/gnue-diag.sh:1.5
*** gnue/common/scripts/gnue-diag.sh:1.4        Fri Jan 11 18:01:02 2002
--- gnue/common/scripts/gnue-diag.sh    Mon Sep 16 16:18:23 2002
***************
*** 230,237 ****
      echo "Contents of connections.conf"
      cat /usr/local/gnue/etc/connections.conf
      echo
!     echo "Shebang line for /usr/local/bin/gfclient:"
!     head -n1 /usr/local/bin/gfclient
    fi
  
  fi
--- 230,237 ----
      echo "Contents of connections.conf"
      cat /usr/local/gnue/etc/connections.conf
      echo
!     echo "Shebang line for /usr/local/bin/gnue-forms:"
!     head -n1 /usr/local/bin/gnue-forms
    fi
  
  fi
Index: gnue/docbook/articles/redhat_install.html
diff -c gnue/docbook/articles/redhat_install.html:1.2 
gnue/docbook/articles/redhat_install.html:1.3
*** gnue/docbook/articles/redhat_install.html:1.2       Tue Apr 16 02:03:58 2002
--- gnue/docbook/articles/redhat_install.html   Mon Sep 16 16:18:23 2002
***************
*** 29,35 ****
    Grab the wx* files. Then grab the 
    <a 
href=http://www.egenix.com/files/python/egenix-mx-base-2.0.3-py2.1_1.i386.rpm>mx.DateTime</a>
    package and install. I had to 
!   
"mv&nbsp;/usr/local/lib/python2.1/site-package/mx&nbsp;/usr/lib/python2.1/site-packages"
 to get gfclient to
    run properly.</P>
        <LI><P ALIGN=LEFT>Now, go into each of the tool directories (common,
        designer, forms, navigator, objectserver and reports) and run
--- 29,35 ----
    Grab the wx* files. Then grab the 
    <a 
href=http://www.egenix.com/files/python/egenix-mx-base-2.0.3-py2.1_1.i386.rpm>mx.DateTime</a>
    package and install. I had to 
!   
"mv&nbsp;/usr/local/lib/python2.1/site-package/mx&nbsp;/usr/lib/python2.1/site-packages"
 to get gnue-forms to
    run properly.</P>
        <LI><P ALIGN=LEFT>Now, go into each of the tool directories (common,
        designer, forms, navigator, objectserver and reports) and run
***************
*** 38,50 ****
        <LI><P ALIGN=LEFT>Now go into the geas directory and run
        ./autogen.sh</P>
        <LI><P ALIGN=LEFT>The apps are installed into /usr/local/bin as
!       gfclient, gfdesigner, gnuenav, grrun, and grserve. With the default
!       python being 1.5.2 these won't run so edit the first line of each
!       file to read "#!/usr/bin/env python2".</P>
!       <LI><P ALIGN=LEFT>Run a test of 
"/usr/local/bin/gfclient&nbsp;&#8212;help"
    to see if you get the usage listing. If you do then you can go to 
    /usr/local/gnue/forms/samples/intro and run
!       "/usr/local/bin/gfclient&nbsp;intro.gfd".</P>
  </OL>
  </BODY>
  </HTML>
--- 38,51 ----
        <LI><P ALIGN=LEFT>Now go into the geas directory and run
        ./autogen.sh</P>
        <LI><P ALIGN=LEFT>The apps are installed into /usr/local/bin as
!       gnue-forms, gnue-designer, gnue-navigator, gnue-reports, and 
!         gnue-reports-server. With the default python being 1.5.2 these won't
!         run so edit the first line of each file to read 
!         "#!/usr/bin/env python2".</P>
!       <LI><P ALIGN=LEFT>Run a test of 
"/usr/local/bin/gnue-forms&nbsp;&#8212;help"
    to see if you get the usage listing. If you do then you can go to 
    /usr/local/gnue/forms/samples/intro and run
!       "/usr/local/bin/gnue-forms&nbsp;intro.gfd".</P>
  </OL>
  </BODY>
  </HTML>
Index: gnue/forms/FAQ
diff -c gnue/forms/FAQ:1.8 gnue/forms/FAQ:1.9
*** gnue/forms/FAQ:1.8  Thu Apr 11 16:16:32 2002
--- gnue/forms/FAQ      Mon Sep 16 16:18:23 2002
***************
*** 8,22 ****
  
  
  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 run the cvs copy without affecting 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.
  
      NEW!  Now, setup_cvs_devel.sh creates a script in the client directory 
--- 8,22 ----
  
  
  Q:  I want to run the cvs copy of gnuef but have a copy already installed 
!     on the machine.  gnue-forms always seems run the installed code base.
      How do I run the cvs copy without affecting the installed copy?
  
  A:  Run setup_cvs_devel.sh from the top level gnuef directory.  This creates 
!     symlinks in the client directory to trick gnue-forms into using the CVS 
!     version of GNUE Forms.  You must then run gnue-forms from the client 
!     directory for this to work.  Executing gnue-forms any where else still
!     results in the installed copy properly being executed. If you want to use 
a
!     CVS gnue-forms against installed sources, just [re]move the gnue 
directory 
      in the client directory.
  
      NEW!  Now, setup_cvs_devel.sh creates a script in the client directory 
Index: gnue/forms/INSTALL
diff -c gnue/forms/INSTALL:1.20 gnue/forms/INSTALL:1.21
*** gnue/forms/INSTALL:1.20     Mon Apr 15 13:43:04 2002
--- gnue/forms/INSTALL  Mon Sep 16 16:18:23 2002
***************
*** 161,167 ****
   
  chmod -R o+rx /usr/local/gnue
  
! Now you can run your first sample: "gfclient samples/form.gfd".
  
  Open Questions:
  ===============
--- 161,167 ----
   
  chmod -R o+rx /usr/local/gnue
  
! Now you can run your first sample: "gnue-forms samples/form.gfd".
  
  Open Questions:
  ===============
Index: gnue/forms/README
diff -c gnue/forms/README:1.21 gnue/forms/README:1.22
*** gnue/forms/README:1.21      Mon Apr 15 13:43:04 2002
--- gnue/forms/README   Mon Sep 16 16:18:23 2002
***************
*** 51,68 ****
    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. This also creates a gfcvs 
    script which can be called from any directory (mainly 
    useful for developers).  
  
  
  Running samples:
  
!   ./gfclient -u text|gui ../samples/simple/form.gfd
  
    If you installed then just call the program 
    
!   gfclient -u text|gui filename.gfd
  
    If you run without -u option it will default to gui (wxPython) 
  
--- 51,68 ----
    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 ./gnue-forms from there. This also creates a gfcvs 
    script which can be called from any directory (mainly 
    useful for developers).  
  
  
  Running samples:
  
!   ./gnue-forms -u text|gui ../samples/simple/form.gfd
  
    If you installed then just call the program 
    
!   gnue-forms -u text|gui filename.gfd
  
    If you run without -u option it will default to gui (wxPython) 
  
***************
*** 91,97 ****
  
  To avoid a few of the artifacts use
  
! gfclient -u text <pathtogfdfilehere> 2> /dev/null
  
  or if you want to see the debugging code
  
--- 91,97 ----
  
  To avoid a few of the artifacts use
  
! gnue-forms -u text <pathtogfdfilehere> 2> /dev/null
  
  or if you want to see the debugging code
  
***************
*** 101,104 ****
  cat fifo
  
  then in the main window
! gfclient -u text <pathtogfdfilehere> 2> fifo
--- 101,104 ----
  cat fifo
  
  then in the main window
! gnue-forms -u text <pathtogfdfilehere> 2> fifo
Index: gnue/forms/doc/techref.lyx
diff -c gnue/forms/doc/techref.lyx:1.16 gnue/forms/doc/techref.lyx:1.17
*** gnue/forms/doc/techref.lyx:1.16     Sat Apr 13 20:36:51 2002
--- gnue/forms/doc/techref.lyx  Mon Sep 16 16:18:23 2002
***************
*** 862,868 ****
   In it's most basic form
  \layout Standard
  
! gfclient formname.gfd
  \newline 
  The formname.gfd can be in the form of a normal file or a URL such as a web
   address
--- 862,868 ----
   In it's most basic form
  \layout Standard
  
! gnue-forms formname.gfd
  \newline 
  The formname.gfd can be in the form of a normal file or a URL such as a web
   address
***************
*** 872,878 ****
  To get a list of available options
  \layout Standard
  
! gfclient --help
  \newline 
  
  \layout Subsection
--- 872,878 ----
  To get a list of available options
  \layout Standard
  
! gnue-forms --help
  \newline 
  
  \layout Subsection
***************
*** 880,886 ****
  Symlinks
  \layout Standard
  
! gfclient also supports the use of symlinks to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
  
--- 880,886 ----
  Symlinks
  \layout Standard
  
! gnue-forms also supports the use of symlinks to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
  
***************
*** 890,901 ****
  \emph on 
   
  \emph default 
! which points to the gfclient executable you will be able to execute the
   file by simply typing contacts.
  \newline 
  
  \newline 
! bash-2.03$ ln -s /usr/local/bin/gfclient /usr/local/bin/contacts
  \newline 
  bash-2.03$ contacts
  \newline 
--- 890,901 ----
  \emph on 
   
  \emph default 
! which points to the gnue-forms executable you will be able to execute the
   file by simply typing contacts.
  \newline 
  
  \newline 
! bash-2.03$ ln -s /usr/local/bin/gnue-forms /usr/local/bin/contacts
  \newline 
  bash-2.03$ contacts
  \newline 
Index: gnue/forms/doc/techref.txt
diff -c gnue/forms/doc/techref.txt:1.6 gnue/forms/doc/techref.txt:1.7
*** gnue/forms/doc/techref.txt:1.6      Mon Jul  1 20:32:47 2002
--- gnue/forms/doc/techref.txt  Mon Sep 16 16:18:23 2002
***************
*** 477,504 ****
  
  Running the client is rather simple. In it's most basic form
  
! gfclient formname.gfd
  The formname.gfd can be in the form of a normal file or 
  a URL such as a web address
  
  To get a list of available options
  
! gfclient --help
  
  
   Symlinks
  
! gfclient also supports the use of symlinks to simplify 
  execution of forms. The easiest way to describe this is 
  by example.
  
  If you have a form called contacts.gfd in the default 
  location (specified in GFOptions.py). Then by placing 
  into your path a symbolic link called contacts which 
! points to the gfclient executable you will be able to 
  execute the file by simply typing contacts.
  
! bash-2.03$ ln -s /usr/local/bin/gfclient /usr/local/bin/contacts
  bash-2.03$ contacts
  The form /usr/local/gnue/forms/contacts.gfd will now be displayed
  
--- 477,504 ----
  
  Running the client is rather simple. In it's most basic form
  
! gnue-forms formname.gfd
  The formname.gfd can be in the form of a normal file or 
  a URL such as a web address
  
  To get a list of available options
  
! gnue-forms --help
  
  
   Symlinks
  
! gnue-forms also supports the use of symlinks to simplify 
  execution of forms. The easiest way to describe this is 
  by example.
  
  If you have a form called contacts.gfd in the default 
  location (specified in GFOptions.py). Then by placing 
  into your path a symbolic link called contacts which 
! points to the gnue-forms executable you will be able to 
  execute the file by simply typing contacts.
  
! bash-2.03$ ln -s /usr/local/bin/gnue-forms /usr/local/bin/contacts
  bash-2.03$ contacts
  The form /usr/local/gnue/forms/contacts.gfd will now be displayed
  
Index: gnue/forms/doc/user_guide.lyx
diff -c gnue/forms/doc/user_guide.lyx:1.6 gnue/forms/doc/user_guide.lyx:1.7
*** gnue/forms/doc/user_guide.lyx:1.6   Sat Jan 19 00:34:26 2002
--- gnue/forms/doc/user_guide.lyx       Mon Sep 16 16:18:23 2002
***************
*** 446,457 ****
  \layout Standard
  
  Depending upon your platform GNUe Forms can either be ran as a command line
!  application called gfclient or it may be an icon or menu option someone
   has setup for your use.
!  We'll cover the basic command line execution of gfclient here.
  \layout Standard
  
! gfclient 
  \series bold 
  requires
  \series default 
--- 446,457 ----
  \layout Standard
  
  Depending upon your platform GNUe Forms can either be ran as a command line
!  application called gnue-forms or it may be an icon or menu option someone
   has setup for your use.
!  We'll cover the basic command line execution of gnue-forms here.
  \layout Standard
  
! gnue-forms 
  \series bold 
  requires
  \series default 
***************
*** 463,475 ****
  A gfd file stored on a web server and accessed via a command similar to:
  \layout Standard
  
! gfclient http://www.example.org/sales/customer.gfd
  \layout Itemize
  
  A gfd file stored on the local hard drive:
  \layout Standard
  
! gfclient C:
  \backslash 
  forms
  \backslash 
--- 463,475 ----
  A gfd file stored on a web server and accessed via a command similar to:
  \layout Standard
  
! gnue-forms http://www.example.org/sales/customer.gfd
  \layout Itemize
  
  A gfd file stored on the local hard drive:
  \layout Standard
  
! gnue-forms C:
  \backslash 
  forms
  \backslash 
***************
*** 479,485 ****
  Symlinks
  \layout Standard
  
! Unix users have a 3rd method of starting gfclient via symbolic links 
(symlinks)
   to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
--- 479,485 ----
  Symlinks
  \layout Standard
  
! Unix users have a 3rd method of starting gnue-forms via symbolic links 
(symlinks)
   to simplify execution of forms.
   The easiest way to describe this is by example.
  \layout Standard
***************
*** 494,500 ****
  \begin_inset Quotes erd
  \end_inset 
  
!  somewhere in your path that points back to gfclient, you are able to simply
   run 
  \begin_inset Quotes eld
  \end_inset 
--- 494,500 ----
  \begin_inset Quotes erd
  \end_inset 
  
!  somewhere in your path that points back to gnue-forms, you are able to simply
   run 
  \begin_inset Quotes eld
  \end_inset 
***************
*** 507,513 ****
   Or, put more simply, the following:
  \layout Standard
  
! bash-2.03$ ln -s /usr/local/bin/gfclient /usr/local/bin/contacts
  \layout Standard
  
  bash-2.03$ contacts
--- 507,513 ----
   Or, put more simply, the following:
  \layout Standard
  
! bash-2.03$ ln -s /usr/local/bin/gnue-forms /usr/local/bin/contacts
  \layout Standard
  
  bash-2.03$ contacts
***************
*** 4084,4094 ****
  Command Line Options
  \layout Standard
  
! GNUe Form's gfclient accepts a variety of command line options.
   These options can always be viewed by typing: 
  \layout Standard
  
! gfclient --help
  \layout Standard
  
  at a command prompt.
--- 4084,4094 ----
  Command Line Options
  \layout Standard
  
! GNUe Form's gnue-forms accepts a variety of command line options.
   These options can always be viewed by typing: 
  \layout Standard
  
! gnue-forms --help
  \layout Standard
  
  at a command prompt.
***************
*** 4289,4295 ****
   without the opening splash screen:
  \layout Standard
  
! gfclient --no_spash samples.gfd
  \layout Standard
  
  2.
--- 4289,4295 ----
   without the opening splash screen:
  \layout Standard
  
! gnue-forms --no_spash samples.gfd
  \layout Standard
  
  2.
***************
*** 4304,4308 ****
   located on the company's web server in debugging level 10:
  \layout Standard
  
! gfclient -d 10 http://my.company.com/forms/samples.gf
  \the_end
--- 4304,4308 ----
   located on the company's web server in debugging level 10:
  \layout Standard
  
! gnue-forms -d 10 http://my.company.com/forms/samples.gf
  \the_end
Index: gnue/forms/samples/intro/intro.gfd
diff -c gnue/forms/samples/intro/intro.gfd:1.5 
gnue/forms/samples/intro/intro.gfd:1.6
*** gnue/forms/samples/intro/intro.gfd:1.5      Thu Jan 31 21:57:30 2002
--- gnue/forms/samples/intro/intro.gfd  Mon Sep 16 16:18:23 2002
***************
*** 99,105 ****
      <label x="3" y="6" width="34" name="Label_9"
             text="by double-clicking a GFD file"/>
      <label x="3" y="7" width="34" name="Label_10"
!            text="or by typing 'gfclient &lt;file&gt;'."/>
    </page>
    <page name="Sample">
      <box x="1" y="0" width="38" label="Sample" name="Box_2" height="8"/>
--- 99,105 ----
      <label x="3" y="6" width="34" name="Label_9"
             text="by double-clicking a GFD file"/>
      <label x="3" y="7" width="34" name="Label_10"
!            text="or by typing 'gnue-forms &lt;file&gt;'."/>
    </page>
    <page name="Sample">
      <box x="1" y="0" width="38" label="Sample" name="Box_2" height="8"/>
Index: gnue/forms/scripts/.cvsignore
diff -c gnue/forms/scripts/.cvsignore:1.2 gnue/forms/scripts/.cvsignore:1.3
*** gnue/forms/scripts/.cvsignore:1.2   Thu Sep  6 05:06:42 2001
--- gnue/forms/scripts/.cvsignore       Mon Sep 16 16:18:24 2002
***************
*** 31,34 ****
--- 31,35 ----
  mkinstalldirs
  ABOUT-NLS
  gfclient
+ gnue-forms
  gfcvs
Index: gnue/forms/src/GFForm.py
diff -c gnue/forms/src/GFForm.py:1.172 gnue/forms/src/GFForm.py:1.173
*** gnue/forms/src/GFForm.py:1.172      Sat Sep 14 16:15:02 2002
--- gnue/forms/src/GFForm.py    Mon Sep 16 16:18:24 2002
***************
*** 521,527 ****
      self._triggerDictionary[triggerName](self)
  
  #
! # Updated methods for the new gfclient code
  #
  
  
--- 521,527 ----
      self._triggerDictionary[triggerName](self)
  
  #
! # Updated methods for the new gnue-forms code
  #
  
  
Index: gnue/phpforms/samples/intro.gfd
diff -c gnue/phpforms/samples/intro.gfd:1.1 gnue/phpforms/samples/intro.gfd:1.2
*** gnue/phpforms/samples/intro.gfd:1.1 Wed Jul 17 18:41:39 2002
--- gnue/phpforms/samples/intro.gfd     Mon Sep 16 16:18:24 2002
***************
*** 99,105 ****
      <label x="3" y="6" width="34" name="Label_9"
             text="by double-clicking a GFD file"/>
      <label x="3" y="7" width="34" name="Label_10"
!            text="or by typing 'gfclient &lt;file&gt;'."/>
    </page>
    <page name="Sample">
      <box x="1" y="0" width="38" label="Sample" name="Box_2" height="8"/>
--- 99,105 ----
      <label x="3" y="6" width="34" name="Label_9"
             text="by double-clicking a GFD file"/>
      <label x="3" y="7" width="34" name="Label_10"
!            text="or by typing 'gnue-forms &lt;file&gt;'."/>
    </page>
    <page name="Sample">
      <box x="1" y="0" width="38" label="Sample" name="Box_2" height="8"/>




reply via email to

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