cziegeler 2002/07/15 04:32:35 Modified: . INSTALL.src src/documentation/xdocs/drafts sitemap-working-draft.xmap src/java/org/apache/cocoon/environment AbstractEnvironment.java Log: Fixed typo, thanks to [EMAIL PROTECTED] Revision Changes Path 1.6 +4 -4 xml-cocoon2/INSTALL.src Index: INSTALL.src =================================================================== RCS file: /home/cvs/xml-cocoon2/INSTALL.src,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- INSTALL.src 13 Jul 2002 13:36:34 -0000 1.5 +++ INSTALL.src 15 Jul 2002 11:32:35 -0000 1.6 @@ -20,15 +20,15 @@ Done? Ok, let's go on. - 2) Set your JAVA_HOME enviornment + 2) Set your JAVA_HOME environment - You have to set your JAVA_HOME enviornment to point to the root directory of + You have to set your JAVA_HOME environment to point to the root directory of the Java Development Kit installed on your machine. To do this simply type: [unix] JAVA_HOME=/path/to/java/ [win32] SET JAVA_HOME=c:\path\to\java - your mileage may vary, but you know how to setup enviornments, right? + your mileage may vary, but you know how to setup environments, right? 3) Create the Cocoon WAR package. @@ -72,7 +72,7 @@ properly. TOMCAT_HOME points to the directory where tomcat is installed (note: - you don't need to set it in the enviornment, it's there only to show + you don't need to set it in the environment, it's there only to show you). For more information on Tomcat 3.2.1 see the FAQ below. 4) Install the WAR package in your servlet container. 1.4 +2 -2 xml-cocoon2/src/documentation/xdocs/drafts/sitemap-working-draft.xmap Index: sitemap-working-draft.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/drafts/sitemap-working-draft.xmap,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sitemap-working-draft.xmap 30 Jun 2002 23:26:56 -0000 1.3 +++ sitemap-working-draft.xmap 15 Jul 2002 11:32:35 -0000 1.4 @@ -84,7 +84,7 @@ resource authorisation) should be provided. - sitemaps should not limit Cocoon's intrinsic modular extensibility. - resources must be matched with all possible state variables, not - only with URI (http parameters, enviornment variables, server + only with URI (http parameters, environment variables, server parameters, time, etc...). - sitemaps should embed the notion of "semantic resources" to be future-compatible with sematic crawling and indexing. @@ -204,7 +204,7 @@ <!-- Selectors are classes that contain programming logic that perform - boolean evaluation based on enviornment state during the call (state + boolean evaluation based on environment state during the call (state includes request parameters, machine state as well as any other accessible information) 1.24 +6 -6 xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java Index: AbstractEnvironment.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- AbstractEnvironment.java 2 Jul 2002 08:32:06 -0000 1.23 +++ AbstractEnvironment.java 15 Jul 2002 11:32:35 -0000 1.24 @@ -129,7 +129,7 @@ } /** - * Constructs the abstract enviornment + * Constructs the abstract environment */ public AbstractEnvironment(String uri, String view, String file) throws MalformedURLException { @@ -137,7 +137,7 @@ } /** - * Constructs the abstract enviornment + * Constructs the abstract environment */ public AbstractEnvironment(String uri, String view, String file, String action) throws MalformedURLException { @@ -145,7 +145,7 @@ } /** - * Constructs the abstract enviornment + * Constructs the abstract environment */ public AbstractEnvironment(String uri, String view, File file) throws MalformedURLException { @@ -153,7 +153,7 @@ } /** - * Constructs the abstract enviornment + * Constructs the abstract environment */ public AbstractEnvironment(String uri, String view, File file, String action) throws MalformedURLException { @@ -161,7 +161,7 @@ } /** - * Constructs the abstract enviornment + * Constructs the abstract environment */ public AbstractEnvironment(String uri, String view, URL context, String action) throws MalformedURLException {
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]