Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 13 Sep 2009 23:54:41 -0000 1.25 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 27 Oct 2014 16:39:31 -0000 1.26 @@ -183,7 +183,7 @@ The OpenACS installation instructions assume the operating system and build environment are installed. - The instructions explain installation of TCL, Tcllib, tDOM, tclwebtest, a Web Server, a Database, a Process Controller, and + The instructions explain installation of Tcl, Tcllib, tDOM, tclwebtest, a Web Server, a Database, a Process Controller, and Source Control software. The following external links are for reference only. @@ -274,25 +274,25 @@ - <ulink url="http://www.tcl.tk/">TCL</ulink> 8.4.x + <ulink url="http://www.tcl.tk/">Tcl</ulink> 8.5.x - <ulink url="http://www.tcl.tk/">TCL</ulink> 8.4.x, REQUIRED - OpenACS is written in TCL, an interpreted - language. A threaded version of the TCL interpreter must be installed for - OpenACS to work. The TCL interpreter that is included in most standard + <ulink url="http://www.tcl.tk/">Tcl</ulink> 8.5.x, REQUIRED + OpenACS is written in Tcl, an interpreted + language. A threaded version of the Tcl interpreter must be installed for + OpenACS to work. The Tcl interpreter that is included in most standard distributions may not be thread safe. - <ulink url="http://www.tcl.tk/">TCL</ulink> 8.4.x development headers and libraries, OPTIONAL + <ulink url="http://www.tcl.tk/">Tcl</ulink> 8.5.x development headers and libraries, OPTIONAL The site-wide-search service, OpenFTS, requires these to compile. (Debian users: apt-get install - tcl8.4-dev). You need this + tcl8.5-dev). You need this to install OpenFTS. @@ -321,15 +321,15 @@ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=31075">tclwebtest</ulink>, OPTIONAL - tclwebtest is a tool for testing web interfaces via tcl scripts. + tclwebtest is a tool for testing web interfaces via Tcl scripts. Web Server The web server handles incoming HTTP requests, provides - a runtime environment for OpenACS's tcl code, connects to the + a runtime environment for OpenACS's Tcl code, connects to the database, sends out HTTP responses, and logs requests and errors. OpenACS uses AOLserver; some people have had success running Apache with mod_nsd. @@ -444,7 +444,7 @@ <ulink url="http://unc.dl.sourceforge.net/sourceforge/openfts/Search-OpenFTS-tcl-0.3.2.tar.gz">OpenFTS - TCL 0.3.2</ulink>, OPTIONAL Adds + Tcl 0.3.2, OPTIONAL Adds full-text-search to PostgreSQL and includes a driver for AOLserver. You need this if you want users to be able to search for any text on your site. For postgres 7.4.x and