You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ja...@apache.org on 2004/11/03 22:51:30 UTC

[Jakarta-Slide Wiki] Updated: SlidePropertiesFile

   Date: 2004-11-03T13:51:30
   Editor: BrianLee <br...@gmail.com>
   Wiki: Jakarta-Slide Wiki
   Page: SlidePropertiesFile
   URL: http://wiki.apache.org/jakarta-slide/SlidePropertiesFile

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,7 +1,7 @@
 === Slide Properties File ===
 
 This file is located in the slide-kernel-2.1b2.jar (for 2.1b2 - other versions may vary). 
-Typically the only reason for editing this file is to disable / enable Slide features such as Binding and configure where Slide looks for domain.xml.
+Typically the only reason for editing this file is to disable or enable Slide features such as Binding and configure where Slide looks for domain.xml.
 
 === Default Example ===
 {{{
@@ -41,4 +41,53 @@
 
 {{{
 org.apache.slide.domain=/home/blee/Applications/Slide/Domain.xml
+}}}
+
+==== Binding ====
+Setting this line true or false will either disable or enable Slide security. By default in 2.1b2, you will not see this line in the slide.properties file and I do not know if binding is on by default. If you need binding, it is recommended that you add the following line.
+
+{{{
+org.apache.slide.security=true
+}}}
+
+==== Security ====
+Setting this line true or false will either disable or enable Slide security.
+
+{{{
+org.apache.slide.security=true
+}}}
+
+==== Locking ====
+Setting this line true or false will either disable or enable Slide locking.
+
+{{{
+org.apache.slide.locking=true
+}}}
+
+==== Version Control ====
+Setting this line true or false will either disable or enable Slide Delta V version control.
+
+{{{
+org.apache.slide.versioncontrol=true
+}}}
+
+==== DASL ====
+Setting this line true or false will either disable or enable Slide WebDAV Search capabilities.
+
+{{{
+org.apache.slide.dasl=true
+}}}
+
+==== URL Encoding ====
+This sets the type of URL encoding to use. If this is not specified, then Slide will use your platform OS's way of URL encoding.
+
+{{{
+org.apache.slide.urlEncoding=UTF-8
+}}}
+
+=== Debug ===
+Setting this line true or false will either disable or enable Slide debug output. Personally, I think this is useful to help better understand Slide given the current state of documentation.
+
+{{{
+org.apache.slide.debug=false
 }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org