[jboss-svn-commits] JBL Code SVN: r15216 - labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 18 21:00:15 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-09-18 21:00:15 -0400 (Tue, 18 Sep 2007)
New Revision: 15216

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
Log:
updated browser section

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-09-18 20:30:20 UTC (rev 15215)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-09-19 01:00:15 UTC (rev 15216)
@@ -54,6 +54,15 @@
       </listitem>
     </itemizedlist>
 
+    <section><title>Supported browser platforms</title>
+             <para>
+	       The supported server side platforms are mentioned in the installation guide. 
+	       For browsers - the major ones are supported, this includes Firefox (1.5 and up), IE6 and up, Opera, Safari etc. 
+	       The preferred browser for most platforms is firefox, it is widely available and free, if you have any choice at all, Firefox is the preferred platform, followed by safari on mac.
+             </para>
+
+    </section>
+
     <para>You can also consult the wiki:
     http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesRepository for some
     tutorials and user tips (it IS a wiki, so you can even contribute your own
@@ -1165,6 +1174,8 @@
 	  <para>
 	    NOTE: it is also possible to specify .drl files - and it will compile it into the package. However, note that for this to work, you will need the drools-compiler dependencies in your applications classpath (as opposed to just the runtime dependencies).
 	  </para>
+
+	  <para>Please note that if the path has a space in it, you will need to put double quotes around it (as the space is used to separate different items, and it will not work otherwise). Generally spaces in a path name are best to avoid.</para>
         </listitem>
 
         <listitem>
@@ -1174,6 +1185,10 @@
           list of files you specify a directory, and it will pick up all the
           files in there (each one is a package) and add them to the rulebase.
           Each package must be in its own file.</para>
+
+	  <para>Please note that if the path has a space in it, you will need to put double quotes around it (as the space is used to separate different items, and it will not work otherwise). Generally spaces in a path name are best to avoid.</para>
+
+
         </listitem>
 
         <listitem>




More information about the jboss-svn-commits mailing list