From: Andrey C. <sku...@us...> - 2006-11-08 09:43:09
|
Update of /cvsroot/eas-dev/eas In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11946 Modified Files: INSTALL Makefile TODO VERSION Log Message: Update documentation Index: INSTALL =================================================================== RCS file: /cvsroot/eas-dev/eas/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- INSTALL 3 Nov 2006 16:12:06 -0000 1.5 +++ INSTALL 8 Nov 2006 09:42:35 -0000 1.6 @@ -21,7 +21,7 @@ STEP 2: Install CLIP ==================== -1. Prepare environment variable: +1. Prepare environment variables: export CLIPROOT=/usr/local/clip export PATH=$PATH:$CLIPROOT/bin @@ -33,7 +33,7 @@ Note: there is best solution add this commands to /etc/profile or ~/.bash_profile -2. Got to unpacked clip-prg directory and run: +2. Go to unpacked clip-prg directory and run: make system @@ -60,9 +60,9 @@ ./configure && make && make install -NOTE: It's strongly recommended to build E/AS under root privileges and check +Note: It's strongly recommended to build E/AS under root privileges and check system configuration after E/AS install (new user 'easserver' will be created, -install startup scripts and PAM modules) +install startup script and PAM module) 2. Possible, you want to run E/AS server on system startup: Index: Makefile =================================================================== RCS file: /cvsroot/eas-dev/eas/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 3 Nov 2006 16:12:06 -0000 1.6 +++ Makefile 8 Nov 2006 09:42:35 -0000 1.7 @@ -11,8 +11,7 @@ PACKAGE = "eas" DIRVERSION = "$(PACKAGE)" -#SUBDIRS = libeas client server $(DOCDIR) $(PODIR) -SUBDIRS = libeas client server $(PODIR) +SUBDIRS = libeas client server $(DOCDIR) $(PODIR) .PHONY: all clean distclean Index: TODO =================================================================== RCS file: /cvsroot/eas-dev/eas/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- TODO 20 Oct 2006 12:56:47 -0000 1.4 +++ TODO 8 Nov 2006 09:42:35 -0000 1.5 @@ -2,38 +2,27 @@ E/AS TODO ========= -Last change: 15 Oct 2006 - -- clip-ui: - - pass pair (id,text) to UIChoice - - i18n - - UISheet (editable table) - - support Glade and QT designer form formats in UIForm -- components: - - actions - - automenu - - db console - - visual component manager +Last change: 08 Nov 2006 ______________________________________________________________________________ Plans for eas-0.2.2 (End of 2006) ----------------------------------- -- move libcodb_query to CLIP ++ move libcodb_query to CLIP - pass error via messages (for example, in db operations) - debug levels policy -- libcodb_query: support comments, DROP and other TODOs ++ libcodb_query: support comments, DROP and other TODOs - manipulation with table embed in object form - visual component manager (in client) -- visual database console (in client) ++ visual database console (in client) - print forms (XPL) support - support Glade and QT designer form formats in UIForm - download components from project site -- i18n support ++ i18n support - binary packages: RPM and possible other binary format - check success of saved object before closing -- libcodb_query: no indent by M attribute width ++ libcodb_query: no indent by M attribute width ______________________________________________________________________________ @@ -42,7 +31,6 @@ Platform -------- - Unified debug level -- i18n (both in debug messages and forms) - extract messages from code for Makefiles (for i18n purpose) Client @@ -57,13 +45,11 @@ Server ------ - Isolated message manager per session -- Autentication - Clear cache directory on exit Components ---------- - Configurator component -- Database console component Documentation ------------- Index: VERSION =================================================================== RCS file: /cvsroot/eas-dev/eas/VERSION,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VERSION 3 Nov 2006 16:12:06 -0000 1.6 +++ VERSION 8 Nov 2006 09:42:35 -0000 1.7 @@ -1 +1 @@ -20061103 +20061108 |