Author: kwright
Date: Thu Sep 13 15:55:07 2012
New Revision: 1384390
URL: http://svn.apache.org/viewvc?rev=1384390&view=rev
Log:
CONNECTORS-526. Clarify JCIFS connector documentation pertaining to the path
matches.
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1384390&r1=1384389&r2=1384390&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Thu Sep 13 15:55:07 2012
@@ -3,6 +3,9 @@ $Id$
======================= 0.7-dev =====================
+CONNECTORS-526: Clarify JCIFS connector documentation.
+(Shigeki Kobayashi, Karl Wright)
+
CONNECTORS-525: Upgrade to OpenCMIS 0.7.0
(Piergiorgio Lucidi)
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml?rev=1384390&r1=1384389&r2=1384390&view=diff
==============================================================================
---
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
(original)
+++
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
Thu Sep 13 15:55:07 2012
@@ -1276,6 +1276,9 @@
considered indexable or not by the output connection.
The rule also describes the action to take should the rule be matched: include
or exclude. The file specification
character "*" is a wildcard which matches zero or more
characters, while the character "?" matches exactly one character. All other
characters must match
exactly.</p>
+ <p>Remember that your specification must match
<strong>all</strong> characters included in the file's path. That includes all
path separator characters ("/").
+ The path you must match always begins with an initial
path separator. Thus, if you want to exclude the file "foo.txt" at the root
level, your exclude rule must
+ match "/foo.txt".</p>
<p>To add a rule for a starting path, select the desired
values of all the pulldowns, type in the desired file criteria, and click the
"Add" button. You may also insert
a new rule above any existing rule, by using one of the
"Insert" buttons.</p>
<p>The "Security" tab looks like this:</p>