Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 17 May 2018 07:50:37 -0000 1.45 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 17 May 2018 14:42:03 -0000 1.46 @@ -296,7 +296,7 @@ ad_proc -public api_type_documentation { type } { - @return html fragment of the api docs. + @return html fragment of the API docs. } { array set doc_elements [nsv_get doc_type_doc $type] append out "

$type

\n" Index: openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 7 Aug 2017 23:47:47 -0000 1.5 +++ openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 17 May 2018 14:42:03 -0000 1.6 @@ -17,7 +17,7 @@ set name [ad_generate_random_string] set name_2 [ad_generate_random_string] - # there is no function in the api to directly retrieve a key + # there is no function in the API to directly retrieve a key # so instead we have to create a child of another and then # retrieve the parent's child Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 7 Aug 2017 23:47:54 -0000 1.14 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 17 May 2018 14:42:03 -0000 1.15 @@ -21,7 +21,7 @@ - More detailed information about the DB api is available at + More detailed information about the DB API is available at . Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml 28 Mar 2018 07:55:07 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml 17 May 2018 14:42:03 -0000 1.17 @@ -476,7 +476,7 @@ Create a list of administrative tools that are useful to administrating OpenACS, including developer support, - schema-browser and api browser. Link to AOLserver's config + schema-browser and API browser. Link to AOLserver's config file documentation. Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 17 May 2018 07:55:38 -0000 1.36 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 17 May 2018 14:42:03 -0000 1.37 @@ -1296,7 +1296,7 @@ - New api function "ad_log" having the same interface as + New API function "ad_log" having the same interface as ns_log, but which logs the calling information (like URL and call-stack) to ease tracking of errors. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml,v diff -u -N -r1.23 -r1.24 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 7 Aug 2017 23:47:54 -0000 1.23 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 17 May 2018 14:42:03 -0000 1.24 @@ -88,7 +88,7 @@ installs them. Debian users, see warning above, but if you do use apt-get for AOLserver - 3.3+ad13 and postgresql from apt-get may need to + 3.3+ad13 and PostgreSQL from apt-get may need to make these symlinks: ln -s /usr/include/postgresql/ /usr/include/pgsql and ln -s /usr/lib/postgresql /usr/local/pgsql) Index: openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml 29 Dec 2008 22:21:04 -0000 1.7 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml 17 May 2018 14:42:03 -0000 1.8 @@ -52,7 +52,7 @@ having an application "scope" its content to a particular package instance. The request processor then figures out which package_id a particular URL references -and then provides this information through the ad_conn api ([ad_conn +and then provides this information through the ad_conn API ([ad_conn package_id], [ad_conn package_url]). Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -N -r1.101 -r1.102 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 17 May 2018 08:35:50 -0000 1.101 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 17 May 2018 14:42:03 -0000 1.102 @@ -45,7 +45,7 @@ # - The basic functionality worked fine back in Sept. 2001, but I # have NOT tested it since then at all, so maybe there are bugs. # -# - Any others: Basic stuff using only the standard ns_db api will +# - Any others: Basic stuff using only the standard ns_db API will # likely work, but any special features of the driver (e.g., LOBs) # definitely won't. Feel free to add support! # @@ -3454,7 +3454,7 @@ # TODO: Page /file-storage/download-archive/index # fails here on cvs head both before and after my - # mult-db db_* api work, I don't know why. See bug: + # mult-db db_* API work, I don't know why. See bug: # http://openacs.org/bugtracker/openacs/com/file-storage/bug?bug%5fnumber=427 # --atp@piskorski.com, 2003/04/09 18:04 EDT } Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -N -r1.105 -r1.106 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 14 May 2018 15:11:33 -0000 1.105 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 17 May 2018 14:42:03 -0000 1.106 @@ -123,7 +123,7 @@ } ad_proc -public apm_body_callback { string } { - This callback uses the document api to append more text to the stream. + This callback uses the document API to append more text to the stream. } { append ::__apm_body $string } Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 9 May 2018 15:33:29 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 17 May 2018 14:42:03 -0000 1.19 @@ -2264,7 +2264,7 @@ ######################################################################## ######################### -## Deprecated HTTP api ## +## Deprecated HTTP API ## ######################### ad_proc -deprecated -public util_link_responding_p { @@ -2918,7 +2918,7 @@ ad_proc -public -deprecated apm_doc_body_callback { string } { - This callback uses the document api to append more text to the stream. + This callback uses the document API to append more text to the stream. } { doc_body_append $string } Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 17 May 2018 07:43:24 -0000 1.15 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 17 May 2018 14:42:03 -0000 1.16 @@ -1,6 +1,6 @@ ad_library { - Procs for http client communication + Procs for HTTP client communication @author Antonio Pisano @creation-date 2014-02-13 @@ -244,7 +244,7 @@ ad_proc -private util::http::native_https_api { } { - Obtains implemented apis for http communication + Obtains implemented apis for HTTP communication } { set key ::util::http::native_https_api if {[info exists $key]} { @@ -256,7 +256,7 @@ ad_proc -private util::http::apis_not_cached { } { - Obtains implemented apis for http communication + Obtains implemented apis for HTTP communication } { set http [list] set https [list] @@ -278,7 +278,7 @@ ad_proc -private util::http::apis { } { - Obtains implemented apis for http communication + Obtains implemented apis for HTTP communication } { set key ::util::http::apis if {[info exists $key]} { @@ -401,7 +401,7 @@ -spool:boolean {-preference {native curl}} } { - Issue an http GET request to url. + Issue an HTTP GET request to url. @param headers specifies an ns_set of extra headers to send to the server when doing the request. Some options exist that @@ -475,8 +475,8 @@ how big can the whole body payload get before we start spooling its content to a file. This is important in case of big file uploads, when keeping the entire request in memory is just not - feasible. The handling of the spooling is taken care of in the - api. This value takes into account also the encoding required by + feasible. The handling of the spooling is taken care of in the API. + This value takes into account also the encoding required by the content type, so its value could not reflect the exact length of body's string representation. @@ -1003,7 +1003,7 @@ } # - # A redirect from http might point to https, which in turn + # A redirect from HTTP might point to https, which in turn # might not be configured. So we have to go through # util::http::request again. # @@ -1229,7 +1229,7 @@ } { Issue an HTTP request either GET or POST to the url specified. - This is the native implementation based on NaviServer HTTP api. + This is the native implementation based on NaviServer HTTP API. @param headers specifies an ns_set of extra headers to send to the server when doing the request. Some options exist that allow one to @@ -1572,7 +1572,7 @@ capable of receiving gzipped responses. If server complies to our indication, the result will be automatically decompressed. - @param force_ssl is ignored when using curl http client + @param force_ssl is ignored when using curl HTTP client implementation and is only kept for cross compatibility. @param spool enables file spooling of the request on the file @@ -1590,7 +1590,7 @@ Be aware that curl allows the POSTing of 303 requests only since version 7.26. Versions prior than this will follow 303 redirects by GET method. If following by POST is a requirement, please - consider switching to the native http client implementation, or + consider switching to the native HTTP client implementation, or update curl. @param max_depth is the maximum number of redirects the proc is @@ -1625,7 +1625,7 @@ # Determine whether we want to gzip the request. # Default is no, can't know whether the server accepts it. - # We could at the http api level (TODO?) + # We could at the HTTP API level (TODO?) set req_content_encoding [ns_set iget $headers "content-encoding"] if {$req_content_encoding ne ""} { set gzip_request_p [string match "*gzip*" $req_content_encoding]