Index: openacs-4/contrib/packages/survey/acs-templating/install.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/acs-templating/Attic/install.txt,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/contrib/packages/survey/acs-templating/install.txt 23 Oct 2003 06:36:47 -0000 1.1 @@ -0,0 +1,8 @@ +The files in the resources folder have to be copied over to acs-templating to be used for block sections and the templating of surveys in general. + +The procedure in widget-procs.tcl has to be appended to acs-templating/tcl/widget-procs.tcl + +Two commands to achieve this (if called from the /contrib/packages/survey/acs-templating/ directory, aka the one containing this file): + +cp -pur resources/ ../../../../packages/acs-templating/ +cat widget-procs.tcl >>../../../../packages/acs-templating/tcl/widget-procs.tcl