commit-gnue
[Top][All Lists]
Advanced

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

gnue/phpforms INSTALL TODO


From: Jan Ischebeck
Subject: gnue/phpforms INSTALL TODO
Date: Tue, 16 Jul 2002 20:14:08 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/07/16 20:14:08

Modified files:
        phpforms       : INSTALL TODO 

Log message:
        added javascript triggers to TODO
        make INSTALL more informative (which librarys are needed)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/INSTALL.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/TODO.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/phpforms/INSTALL
diff -c gnue/phpforms/INSTALL:1.1 gnue/phpforms/INSTALL:1.2
*** gnue/phpforms/INSTALL:1.1   Mon May  6 18:34:55 2002
--- gnue/phpforms/INSTALL       Tue Jul 16 20:14:08 2002
***************
*** 4,13 ****
  
  INSTALLATION:
  
! You can directly copy all files from the src directory into
! the path of your web server. 
  
! You should edit connection.php to your needs.
  
! To run phpforms just point your web browser to
! htttp://yourhost/path/gnue-forms.php
--- 4,31 ----
  
  INSTALLATION:
  
! 1. Install PEAR DB abstraction (http://pear.php.net/).
!    DB.php should be in your include path
  
! 2. (for using appserver as db backend) install php xmlrpc from
!     http://phpxmlrpc.sourceforge.net/
!     xmlrpc.inc should be in your include path
!     ATTENTION: if you don't want to install it, please comment 
!     line 46 in gnue-forms.php out
  
! 3.  You have to enable the following php extentions:
! 
! 4.  copy all files from phpforms/src into your webserver directory
! 
! 5.  modify connection.php depending on your needs.
! 
! 6.  now you can test "phpforms" by just pointing your web browser to
!     http://yourhost/path/gnue-forms.php
! 
! 
! 7.  now you should modify gnue-forms.php to load only the forms you
!     want and to leave the testing mode 
! 
! 
! If you have any questions, or run into problems please check the
! #gnuenterprise IRC channel or mail me at: address@hidden
Index: gnue/phpforms/TODO
diff -c gnue/phpforms/TODO:1.2 gnue/phpforms/TODO:1.3
*** gnue/phpforms/TODO:1.2      Mon May 27 20:43:09 2002
--- gnue/phpforms/TODO  Tue Jul 16 20:14:08 2002
***************
*** 4,8 ****
  - add login dialog
  - use templates or xslt to create gui
  - change gnue-forms to a library
! - add a method to switch between two blocks on one page
  - add an ldap backend
--- 4,10 ----
  - add login dialog
  - use templates or xslt to create gui
  - change gnue-forms to a library
! - add a method to switch between two blocks on one page, or to detect the
!   actual block (f.e. with javascript)
  - add an ldap backend
+ - implement javascript triggers



reply via email to

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