You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/05/03 16:38:05 UTC

svn commit: r940472 - in /incubator/lcf/site: publish/ publish/images/ src/documentation/content/xdocs/ src/documentation/resources/images/

Author: kwright
Date: Mon May  3 14:38:05 2010
New Revision: 940472

URL: http://svn.apache.org/viewvc?rev=940472&view=rev
Log:
Finish SharePoint connector documentation

Added:
    incubator/lcf/site/publish/images/sharepoint-job-metadata.PNG   (with props)
    incubator/lcf/site/publish/images/sharepoint-job-paths.PNG   (with props)
    incubator/lcf/site/publish/images/sharepoint-job-security.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/sharepoint-job-metadata.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/sharepoint-job-paths.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/sharepoint-job-security.PNG   (with props)
Modified:
    incubator/lcf/site/publish/end-user-documentation.html
    incubator/lcf/site/publish/end-user-documentation.pdf
    incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml

Modified: incubator/lcf/site/publish/end-user-documentation.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/end-user-documentation.html?rev=940472&r1=940471&r2=940472&view=diff
==============================================================================
--- incubator/lcf/site/publish/end-user-documentation.html (original)
+++ incubator/lcf/site/publish/end-user-documentation.html Mon May  3 14:38:05 2010
@@ -1833,7 +1833,50 @@ document.write("Last Published: " + docu
 <br>
 <br>
 <p>Note that in this example, the SharePoint connection is not actually referencing a SharePoint instance, which is leading to an error status message instead of "Connection working".</p>
-<p>More here later</p>
+<p>When you configure a job to use a repository connection of the generic database type, several additional tabs are presented.  These are, in order, "Paths", "Security", and "Metadata".</p>
+<p>The "Paths" tab allows you to build a list of rules describing the SharePoint content that you want to include in your job.  When the SharePoint connection type encounters a subsite,
+                    library, or file, it looks through this list of rules to determine whether to include the subsite, library, or file.  The first matching rule will determine what will be done.</p>
+<p>Each rule consists of a path, a rule type, and an action.  The actions are "Include" and "Exclude".  The rule type tells the connection what kind of SharePoint entity it is allowed to match.  For
+                    example, a "File" rule will only match SharePoint paths that represent files - it cannot match sites or libraries.  Finally, the path itself is just a sequence of characters, where the "*" character
+                    has the special meaning of being able to match any number of any kind of characters, and the "?" character matches exactly one character of any kind.</p>
+<p>The "Paths" tab allows you to build these rules one at a time, and add them either to the bottom of the list, or insert them into the list of rules at any point.  Either way, you construct the rule
+                    you want to append or insert by first constructing the path, from left to right, using your choice of text and context-dependent pulldowns with existing server path information listed.  This is what the tab
+                    may look like for you.  Bear in mind that if you are using a connection that does not display the status, "Connection working", you may not see the selections you should in these pulldowns:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="SharePoint Job, Paths tab" src="images/sharepoint-job-paths.PNG" width="80%"></div>
+<br>
+<br>
+<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+                    Repeat this process until the path is what you want it to be.  At this point, if the SharePoint connection does not know what kind of entity your path describes, you will need to select the
+                    SharePoint entity type that you want the rule to match also.  Select whether this is an include or exclude rule.  Then, click the "Add New Rule" button, to add your newly-constructed rule
+                    at the end of the list.</p>
+<p>The "Security" tab allows you to specify whether SharePoint's security model should be applied to this set of documents, or not.  You also have the option of applying some specified set of access
+                    tokens to the documents described by the job.  The tab looks like this:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="SharePoint Job, Security tab" src="images/sharepoint-job-security.PNG" width="80%"></div>
+<br>
+<br>
+<p>Select whether SharePoint security is on or off using the radio buttons provided.  If security is off, you may add access tokens in the text box and click the "Add" button.  The access tokens must
+                    be in the proper form expected by the authority that governs your SharePoint connection for this feature to be useful.</p>
+<p>The "Metadata" tab allows you to specify what metadata will be included for each document.  The tab is similar to the "Paths" tab, which you may want to review above:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="SharePoint Job, Security tab" src="images/sharepoint-job-metadata.PNG" width="80%"></div>
+<br>
+<br>
+<p>The main difference is that instead of rules that include or exclude individual sites, libraries, or documents, the rules describe inclusion and exclusion of document metadata.  Since metadata is associated
+                    with files, all of the metadata rules are applied only to file paths, and there are no such things as "site" or "library" metadata path rules.</p>
+<p>If an exclusion rule matches a file's path, it means that <b>no</b> metadata from that file will be included at all.  There is no way to individually exclude a single field using an exclusion rule.</p>
+<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+                    Repeat this process until the path is what you want it to be.  Select whether this is an include or exclude rule.  Either check the box for "Include all metadata", or select the metadata you want to include
+                    from the pulldown.  (The choices of metadata fields you are presented with are determined by which SharePoint library is selected.  If your rule path does not uniquely specify a library, you cannot select individual
+                    fields to include.  You can only select "All metadata".)  Then, click the "Add New Rule" button, to put your newly-constructed rule
+                    at the end of the list.</p>
 </div>
 
 

Modified: incubator/lcf/site/publish/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/end-user-documentation.pdf?rev=940472&r1=940471&r2=940472&view=diff
==============================================================================
--- incubator/lcf/site/publish/end-user-documentation.pdf (original)
+++ incubator/lcf/site/publish/end-user-documentation.pdf Mon May  3 14:38:05 2010
@@ -911,10 +911,10 @@ endobj
 >>
 endobj
 143 0 obj
-<< /Length 1170 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2601 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat%"hf"u<&:Vr4Jb$*IC)nE.?uKo6:7Jho;t@Bb_$(LRJt:Vm=oS:98E+]&ekT5Fgr7">n%0[Uldb'>20kSmhHGCm:GO$fhI<b:s.d+$IMi>->'PXD:Qllali0.4]8O?FeA&*-M;R4]oj?Vd2rbH$r5`)"hTmuXO`Prc2fg=F!n%:Rb",aneqF^.^qo9:]-q<T2e6,)6)Nl$qrOroT(ni]-p%-/6,1SM$hD(^;b!)];@o]RY,,"\@i%Vo,rj1S+lSL:$3P'*hAW)Q"<^RsI'<A"#W`rC=V+%8S1C'fAAfOY"+QE,n:9C&R57<Q76(Itm5BJC>]9-Bn0,kG9*G>7/"[_.Lmd4V\7*9c;Dr!cjIuZ806i*uH[P1-\FU_R$1\UO^Q`5-\sUi&?X`.t6;Wnt/1m4_(F+4^d^fYPa]R,*]@k[q,88)O2(8En#XqCT@g/:OI%2nPTHKf#oK[t!mg#46d7T4"E</.a6Q`P,eQWJ>E!T``Wl?Il+Ft.]GEoi#RMPa5iQci1RgHF$@.n\*CEGF0>Os&<<8\=(CdL#-;l8FQ!mZY-lV>[#i6B>ggo?5>Wck:3EDR2oB%T\dAleH8'*FUNf7Ir&8GcTQC9He)BP:*kWg3!UX+A8-!<cj9K$S5$5JLM";.PF;oVs=:TTE?R3-/.r3&`YRW`5&sX1)A3*,!_5^QQA0]l-M6!qZBZfdtmT_#b='e;kAReg!S(0M!+nY2%ReB4aogS-*<XUT,do@l8[hQ(\$?UW[>8VPXa9F(O0YUVn5LYZo4fgh^_-$?(qF(K&O)K+B?T<GN*I5t\gUYhT;=h(B_0PLsstAPus&POX%9\8$U'].ZF)_(eK6J-/7;:bAp#&1R/'H;LHd[b]DLHK1Z6bJgdt`Vlf+0kdY,emm+0?2tQ)];N+l]*l:d7GU"L0G\8AP\$PT"EP91ftQK)3$/d',Uc;$Tm(\;k(MEfIEYqe9782[K$hPdBrQ#REHtYSNlk-
 [D]?CHi;n3GAA@/JgM2d*n.V&)qZYSA@GIuoj^Gh3:>s-?MDQ##Mbol/d6-deE:c1e!?XU?\D*'A)CA;i[cAQk;7;:o1t'SNK<6*,fnlDN[DB3ppb@^0,DEk()/6kB%K^%GQ^>?a>:b<eNjl+R\No*,0UE!;pFUqiqKLuprbD$'!:7/tMZ~>
+GauHN9p=<i'"uVp;!AT?je57<*(bM1ZEl?dUn![5RAq7XH[nY#KU=#u&@ANgT8"bNY:2`.h8>Q%[K)HjqK;Pu&+\Q*c2H,9kF6#Q9RhQ'=iF6#\\#JKJ*36sI@JKIoUh80p!)qan,DY-h`PG5,c.K<btWS1.],GPUjk-mUUtb7H)`4kIV$"ZqoN]$=QWVa/;tKU\&2mW]<W9.CUeB\`]_tgBlt_G>A<.TqL8"-ajVo<I:l,.5OJ?$q`\nOOWUs1m4akG=if;H;7=@fh=c.3kmcFN44E3.h,_=+Hef-`Y*C,de\giR57[iWNb0f/@:ZaR*4KSu*b=l`T.Hc0,emDk?.Uj@9%S$nI02`kE[UR2LQS2jAL,JRI?L7Bk#ta40/b:YeUb[tg/Oa:6<?M(+$[>"r;+]>M^Ud2qsu-;V%3l9o*ZUF[4%9>5td9"mp?=l]MiAJildG7gTG85r@jPFm[h8eF(q`0W*EFmRd_.;jagf"Mj>^r#5*G#$8YtGP$;eM,;nn?(2^hJ5Wsk3'gWRh(kdQ6;>[KVM^VRk[haG;0B.OkT!kR\Z=hmd7(<Pi<j`]\6H>CL,TS-.![3XQ6B?J)hABN%mMDGMC8:-EX:u0JfjZ)9<^#'Ypg,?NE6:8;GAY-DflEo9GX36J8d;[LY@S1X63I9&2&ne5<W;7;Q9UuPA2ep@'N6]]c<=NN/LR(uSFLc4&K'Zb^/LQ4ktuhj(]1n)-!H0%^<Xu?=&m+f0shY%ABf^fb(3)5ot9s%9=u0fU=:),F$\>oRDqkl#q^`+lQ<i0kKDuFKth?FSj=jbP`OZN^P]$?d1j;d4$K<VaVk8ZaDJu>^rQs2&9Z8$(B,mK+tp7<lVu\D;<K^9%m3oB7D\p(4:Gq#)M<]0He8hZWFXb@B,4<J95FFXD>L"4Y+7JCkU?G/3mYUHrnL+jN]W'"2sRq0IWPK]YPjW-XoADH)bk%,2Z)g?7cB`:4NgnHPn+NB5/^VY:8;&
 !PgrCc7E8s\&E_)"';?n>3s<tQ/^;ba@F.ib7#C"KFIhPB@q0Pc1_\\4RmJ%'2Z5m4E]_7.8""QR7SH/P3rN&^iM6u42utX>C%?7"-7/"UQ4tMEf"eT):15I[8hLjU,,e,_Q'hF_P,M-X_f6s;$s(q1Kt0b%4`J>`",lOLHX<J1o!0bIGq;`NanA$ngkG_THK."HOdGK,;U]qHDS*;,(LHuLSZQK+I?ePa.(TQP(`1fO7cB.UI^"^Fn8sspr/5]XBGZimX&KO;;rKZ-e?3M@B0b&k=iLR"I2e>h'fK;Q-tXcAc=<jf2O"l"V+&kp[pu"7kZW;GI$Ul=#.kZgQ2"4ZB?+C^Y$?JD]ttR*Yq2XsN-!udjWQndX!*LornK#O3nhW,_`SmjDL2>jIk7tmV'IaXAJltNI9t)s8-(X\U4"TN)A?3VT_kF(*B8=LG'ZE@5tC'FRfL5+gA#5G#'uk)O9\HHBQ59I2.g-L4g0e1b_s;qkYZNM7oeu:E;qKpbC]hL]efC[h9#6+dJ4:>-9hh/'VT&q#ccT)R@u0tpUQN*A\%?3o.O.E,H8l4*Uu<Eb'Hth-i"-="I=p;j/nh`'_#"=HZ&\te?e?m[1sk^D]>)pb`=5&GSQ%t>t^c;YF3l(TNX_m-<59?)@skj$ZE]M]LtrH'pODY3#R]qeGa_6[=]$R(Ho;tn'K/RSe\Dck%4R7Oo/R-4Nm?N;.O>1$,;0u<J@2;_7,$ia[Pr9gpZ][P<mm5el94^I].PHK48@60;&A?)B1^\n+'edl/-di+N"TsTQ(qY9QWLN@jguD[Y0S9eo\Hh/CQW/\MbENH(uUO4H$)!bR(JG[g)@l=k3>hiOWE]V!q\p.5ue[)V6s"kDh]5%kn\hcfE3srd:bHLnUsKb#DIsU"n2Q69:'-LhjT-/G'FYTUir%,/99E0egVl^/=6r?'ARdH&>,%"EHtES>-u<6P]UWKcA'k>q,ldj]s:kEal.h65fZb;D@
 -^eJ4uqeq)h!#='#k<K9...@HG97Tj0Q>/0C6_O0aXg'4ea_Hi,P#0p`?JJ;mS^@:/seGf3c_+cHY)C)#9t__\FZ"\hq,j7l':sfnm=HH.M<&_k2C(^pYA3?Sp1i!ZK%hqEKk)'6]'(P6]#>):)5K-&nSA;8'AkKRLdH!rd!,K'(AHI_X:'TBULL8)16@bA6H:Nb9kCm+d;P6rMZ4!l!FS@K'p71=!,mB)+J<[YD1H03p6g!l='Uh2g0D(Oo<LVmcm-/4#b4#qT?Pp*;48Y/.Y=o\POI=rWXM+CjH~>
 endstream
 endobj
 144 0 obj
@@ -925,342 +925,357 @@ endobj
 /Contents 143 0 R
 >>
 endobj
+145 0 obj
+<< /Length 2017 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau`U9lo&I'YNa5BRFML@l#B!lD(g6NB?A]SM\ooe+<X&TS8g9'Tf]'Ip\;%ML?bC3/9E@8]RJ0i4[+D`<(FnT"J9'^.b9c^%qEoA/,=-F?Z=ds!MOXpIu:>5r-u<\s`I[H1T:a^Ud.;k#"*D(R))h'q5/sC#:_+K6`hXf=U:>093&X3PC9]@9spA=k]2&4L_FrftT%DnuRT'[bNe/[S6:R8k=2Xb?ECck]#<um*=Np)A/1IH#uu*GBc2MB3X,$AYfHamhG\,e+G?r?tQG^3<O?TE\j9+a[KcFpc"E+>\7Q26XU7Ui(ntIgDh?Cop3d:gWW9P4a=9IHC_t5r5K8Un];2cAXf0dXq_G):pG0X#86PhLk-`g=`GjN2joh/XdcC]MU3)H^4kS[qP_:&<[k%0E5iZj6$SE,9ea-<=ecGR+T%UEO9qaE^qp\`&VBIs-41m^L^f[35JVg".0/;#auRsN[8fp-l#4'^`H2gubB&PW^Ft;E&h,7[?Fu?E<S$M1&QV.!,c4Nud-qR!V6(fng9O6:=YR7eKp(m"gDl5?hF"5Va+nn`=ZXo3/?N6(;e0%NWsV^Mi3MpI`Z<^I,@4qbC_66`dF8&4[@n?%iEiM5"&)RL#>UWU7q_8S_Fi845^"fBne*720kA*W+q)aU'j3St_CQLRCbI\#_-X04On0PHH=)%O3X6-d@KjjV#<X>%]ONW06](^Z5D8Z>=S!njF/,='pgJcXWV&fFIC/N5l9Jnr=Xi,`'un@fOd]FC4n>LIHAB+tWQP'?7DP@<X6;Um:&SB]E\49_HALlX1Kmm@1cpaT@1fIfP]r`P33+"c0a\1a;t6S2SNBTPRTffe43e(;Z^fS4^Y!N;^YNTFpmlXe]%ik"a?B<;L?@^$IdY.@1TN]gBd6iDfSPc*GET<[5-fK=;;eT3It;V9X*e:e@62XT"WAVo0e@FhCbh'R]T>O*%'(`l7DUjJ)0]^h8M?#milknU>-i=EkI7r
 l+`h'[[UEi+7*T_\0?$C:/\5STr0*B\&tI-V*(DR9Z#^CQWCXQ4g$H#D][#IU^pk**dYi!3*-oe,WuU.<+st%(<$iI0]7[&5JqYTZU^RXXlXRuA%No8[:*[*CA;R%\BK.-rD)#<,0QmF/_qD4N&)7hS6u?\C&rjWJHNG2:FA"\DBr'0W:I-i#@r0jU#"Z:i.?(>`TqT9.R"JT7Lsd:Xa]_McdFu'l!PX.>P"BR@,EUr5$a"TdSofP(H9Xl1[TluR)fGg<\03Nu+5.rR)#o/4\7cT_ffB`q8A)?pR%?&4GV0n:c=a5YP:!X3!mZ\AV[Ar3:n?2TQR9.up)?RH18\Ot8YbAYT`0N$)$"_71172ODWM-Hlg2CU=`u$QXd=*ZONsp5)M&ZmS0j6/V;`!F%m2E[_^c>fNPo*Q"P:@pIm$ASk;Z(@?CM4+pDJubPL-=6cM-,@'(JKUVub/O8n</]o?$X%2]..<C8aX@A1^Ca0N?M?R)<tu^4aPcD"t=h[V#'hqd+*P)\C&gY4o"c:0>HF?G.H#5doUW\dhm)^a"H[jMf<dZ!q(OSl?Na)Cdl_UaaJl*Ul>hRC^b:Sp5-+0#cJ"WUn%f$fT#p;B`[P?Lt2I'<`2rDs,n(cV@$g;/p"*?+1LqDr@L$^I$d="BrqG%R86$?G[kKQ=R-Xg$g,e7Z&i.a%^Dm:h-7OI$YKaP@X/+o3=KY]Ta3l2S?SAjM"0d/nS59e6WUe\pEbFYMf"F@NGI246q;n%i=,cnf/(tpUIPYFW4,C6.145+b;5>=V/QQ5-WXcEu=?M==f'S@NM#@Z,sMOO5BS3*_KMpnZ?CbISfn"L-0o4o:)WBeb7mU5Fmg3XS362K\\S`p?PNk<tm9=7=+g''F&R2ISMB<T9CI3/up7"/l&BnAG7qGfa<gsg=P)?;8L\B0niD$;47]iGrf4X#*u20l`Jk_[CG+;X0GcMJf(DJD8fqnZE9<ip'lPZCYu+c5+L]6Ir_
 S.R<Ln!d&gr,hrs4*TP`1T5B[*M7d_?_I^cN~>
+endstream
+endobj
 146 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 145 0 R
+>>
+endobj
+148 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 145 0 R
- /First 147 0 R
- /Last 166 0 R
- /Next 167 0 R
+ /Parent 147 0 R
+ /First 149 0 R
+ /Last 168 0 R
+ /Next 169 0 R
  /Count -14
  /A 9 0 R
 >> endobj
-147 0 obj
+149 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\61\0\40\0\104\0\145\0\146\0\151\0\156\0\151\0\156\0\147\0\40\0\117\0\165\0\164\0\160\0\165\0\164\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\163)
- /Parent 146 0 R
- /Next 148 0 R
+ /Parent 148 0 R
+ /Next 150 0 R
  /A 11 0 R
 >> endobj
-148 0 obj
+150 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\62\0\40\0\104\0\145\0\146\0\151\0\156\0\151\0\156\0\147\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\163)
- /Parent 146 0 R
- /Prev 147 0 R
- /Next 149 0 R
+ /Parent 148 0 R
+ /Prev 149 0 R
+ /Next 151 0 R
  /A 13 0 R
 >> endobj
-149 0 obj
+151 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\63\0\40\0\104\0\145\0\146\0\151\0\156\0\151\0\156\0\147\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\163)
- /Parent 146 0 R
- /Prev 148 0 R
- /Next 150 0 R
+ /Parent 148 0 R
+ /Prev 150 0 R
+ /Next 152 0 R
  /A 15 0 R
 >> endobj
-150 0 obj
+152 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\64\0\40\0\103\0\162\0\145\0\141\0\164\0\151\0\156\0\147\0\40\0\112\0\157\0\142\0\163)
- /Parent 146 0 R
- /Prev 149 0 R
- /Next 151 0 R
+ /Parent 148 0 R
+ /Prev 151 0 R
+ /Next 153 0 R
  /A 17 0 R
 >> endobj
-151 0 obj
+153 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\65\0\40\0\105\0\170\0\145\0\143\0\165\0\164\0\151\0\156\0\147\0\40\0\112\0\157\0\142\0\163)
- /Parent 146 0 R
- /Prev 150 0 R
- /Next 152 0 R
+ /Parent 148 0 R
+ /Prev 152 0 R
+ /Next 154 0 R
  /A 19 0 R
 >> endobj
-152 0 obj
+154 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\66\0\40\0\123\0\164\0\141\0\164\0\165\0\163\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 146 0 R
- /First 154 0 R
- /Last 156 0 R
- /Prev 151 0 R
- /Next 157 0 R
+ /Parent 148 0 R
+ /First 156 0 R
+ /Last 158 0 R
+ /Prev 153 0 R
+ /Next 159 0 R
  /Count -2
  /A 21 0 R
 >> endobj
-154 0 obj
+156 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\66\0\56\0\61\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\40\0\123\0\164\0\141\0\164\0\165\0\163)
- /Parent 152 0 R
- /Next 156 0 R
- /A 153 0 R
+ /Parent 154 0 R
+ /Next 158 0 R
+ /A 155 0 R
 >> endobj
-156 0 obj
+158 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\66\0\56\0\62\0\40\0\121\0\165\0\145\0\165\0\145\0\40\0\123\0\164\0\141\0\164\0\165\0\163)
- /Parent 152 0 R
- /Prev 154 0 R
- /A 155 0 R
+ /Parent 154 0 R
+ /Prev 156 0 R
+ /A 157 0 R
 >> endobj
-157 0 obj
+159 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\67\0\40\0\110\0\151\0\163\0\164\0\157\0\162\0\171\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 146 0 R
- /First 159 0 R
- /Last 165 0 R
- /Prev 152 0 R
- /Next 166 0 R
+ /Parent 148 0 R
+ /First 161 0 R
+ /Last 167 0 R
+ /Prev 154 0 R
+ /Next 168 0 R
  /Count -4
  /A 23 0 R
 >> endobj
-159 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\67\0\56\0\61\0\40\0\123\0\151\0\155\0\160\0\154\0\145\0\40\0\110\0\151\0\163\0\164\0\157\0\162\0\171\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 157 0 R
- /Next 161 0 R
- /A 158 0 R
->> endobj
 161 0 obj
 <<
- /Title (\376\377\0\61\0\56\0\67\0\56\0\62\0\40\0\115\0\141\0\170\0\151\0\155\0\165\0\155\0\40\0\101\0\143\0\164\0\151\0\166\0\151\0\164\0\171\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 157 0 R
- /Prev 159 0 R
+ /Title (\376\377\0\61\0\56\0\67\0\56\0\61\0\40\0\123\0\151\0\155\0\160\0\154\0\145\0\40\0\110\0\151\0\163\0\164\0\157\0\162\0\171\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
+ /Parent 159 0 R
  /Next 163 0 R
  /A 160 0 R
 >> endobj
 163 0 obj
 <<
- /Title (\376\377\0\61\0\56\0\67\0\56\0\63\0\40\0\115\0\141\0\170\0\151\0\155\0\165\0\155\0\40\0\102\0\141\0\156\0\144\0\167\0\151\0\144\0\164\0\150\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 157 0 R
+ /Title (\376\377\0\61\0\56\0\67\0\56\0\62\0\40\0\115\0\141\0\170\0\151\0\155\0\165\0\155\0\40\0\101\0\143\0\164\0\151\0\166\0\151\0\164\0\171\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
+ /Parent 159 0 R
  /Prev 161 0 R
  /Next 165 0 R
  /A 162 0 R
 >> endobj
 165 0 obj
 <<
- /Title (\376\377\0\61\0\56\0\67\0\56\0\64\0\40\0\122\0\145\0\163\0\165\0\154\0\164\0\40\0\110\0\151\0\163\0\164\0\157\0\147\0\162\0\141\0\155\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
- /Parent 157 0 R
+ /Title (\376\377\0\61\0\56\0\67\0\56\0\63\0\40\0\115\0\141\0\170\0\151\0\155\0\165\0\155\0\40\0\102\0\141\0\156\0\144\0\167\0\151\0\144\0\164\0\150\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
+ /Parent 159 0 R
  /Prev 163 0 R
+ /Next 167 0 R
  /A 164 0 R
 >> endobj
-166 0 obj
+167 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\67\0\56\0\64\0\40\0\122\0\145\0\163\0\165\0\154\0\164\0\40\0\110\0\151\0\163\0\164\0\157\0\147\0\162\0\141\0\155\0\40\0\122\0\145\0\160\0\157\0\162\0\164\0\163)
+ /Parent 159 0 R
+ /Prev 165 0 R
+ /A 166 0 R
+>> endobj
+168 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\70\0\40\0\101\0\40\0\116\0\157\0\164\0\145\0\40\0\101\0\142\0\157\0\165\0\164\0\40\0\103\0\162\0\145\0\144\0\145\0\156\0\164\0\151\0\141\0\154\0\163)
- /Parent 146 0 R
- /Prev 157 0 R
+ /Parent 148 0 R
+ /Prev 159 0 R
  /A 25 0 R
 >> endobj
-167 0 obj
+169 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\117\0\165\0\164\0\160\0\165\0\164\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\40\0\124\0\171\0\160\0\145\0\163)
- /Parent 145 0 R
- /First 168 0 R
- /Last 170 0 R
- /Prev 146 0 R
- /Next 171 0 R
+ /Parent 147 0 R
+ /First 170 0 R
+ /Last 172 0 R
+ /Prev 148 0 R
+ /Next 173 0 R
  /Count -3
  /A 27 0 R
 >> endobj
-168 0 obj
+170 0 obj
 <<
  /Title (\376\377\0\62\0\56\0\61\0\40\0\123\0\157\0\154\0\162\0\40\0\117\0\165\0\164\0\160\0\165\0\164\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 167 0 R
- /Next 169 0 R
+ /Parent 169 0 R
+ /Next 171 0 R
  /A 29 0 R
 >> endobj
-169 0 obj
+171 0 obj
 <<
  /Title (\376\377\0\62\0\56\0\62\0\40\0\115\0\145\0\164\0\141\0\103\0\141\0\162\0\164\0\141\0\40\0\107\0\124\0\123\0\40\0\117\0\165\0\164\0\160\0\165\0\164\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 167 0 R
- /Prev 168 0 R
- /Next 170 0 R
+ /Parent 169 0 R
+ /Prev 170 0 R
+ /Next 172 0 R
  /A 31 0 R
 >> endobj
-170 0 obj
+172 0 obj
 <<
  /Title (\376\377\0\62\0\56\0\63\0\40\0\116\0\165\0\154\0\154\0\40\0\117\0\165\0\164\0\160\0\165\0\164\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 167 0 R
- /Prev 169 0 R
+ /Parent 169 0 R
+ /Prev 171 0 R
  /A 33 0 R
 >> endobj
-171 0 obj
+173 0 obj
 <<
  /Title (\376\377\0\63\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\40\0\124\0\171\0\160\0\145\0\163)
- /Parent 145 0 R
- /First 172 0 R
- /Last 176 0 R
- /Prev 167 0 R
- /Next 177 0 R
+ /Parent 147 0 R
+ /First 174 0 R
+ /Last 178 0 R
+ /Prev 169 0 R
+ /Next 179 0 R
  /Count -5
  /A 35 0 R
 >> endobj
-172 0 obj
+174 0 obj
 <<
  /Title (\376\377\0\63\0\56\0\61\0\40\0\101\0\143\0\164\0\151\0\166\0\145\0\40\0\104\0\151\0\162\0\145\0\143\0\164\0\157\0\162\0\171\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 171 0 R
- /Next 173 0 R
+ /Parent 173 0 R
+ /Next 175 0 R
  /A 37 0 R
 >> endobj
-173 0 obj
+175 0 obj
 <<
  /Title (\376\377\0\63\0\56\0\62\0\40\0\117\0\160\0\145\0\156\0\124\0\145\0\170\0\164\0\40\0\114\0\151\0\166\0\145\0\114\0\151\0\156\0\153\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 171 0 R
- /Prev 172 0 R
- /Next 174 0 R
+ /Parent 173 0 R
+ /Prev 174 0 R
+ /Next 176 0 R
  /A 39 0 R
 >> endobj
-174 0 obj
+176 0 obj
 <<
  /Title (\376\377\0\63\0\56\0\63\0\40\0\105\0\115\0\103\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\165\0\155\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 171 0 R
- /Prev 173 0 R
- /Next 175 0 R
+ /Parent 173 0 R
+ /Prev 175 0 R
+ /Next 177 0 R
  /A 41 0 R
 >> endobj
-175 0 obj
+177 0 obj
 <<
  /Title (\376\377\0\63\0\56\0\64\0\40\0\115\0\145\0\155\0\145\0\170\0\40\0\120\0\141\0\164\0\162\0\151\0\141\0\162\0\143\0\150\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 171 0 R
- /Prev 174 0 R
- /Next 176 0 R
+ /Parent 173 0 R
+ /Prev 176 0 R
+ /Next 178 0 R
  /A 43 0 R
 >> endobj
-176 0 obj
+178 0 obj
 <<
  /Title (\376\377\0\63\0\56\0\65\0\40\0\101\0\165\0\164\0\157\0\156\0\157\0\155\0\171\0\40\0\115\0\145\0\162\0\151\0\144\0\151\0\157\0\40\0\101\0\165\0\164\0\150\0\157\0\162\0\151\0\164\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 171 0 R
- /Prev 175 0 R
+ /Parent 173 0 R
+ /Prev 177 0 R
  /A 45 0 R
 >> endobj
-177 0 obj
+179 0 obj
 <<
  /Title (\376\377\0\64\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\40\0\124\0\171\0\160\0\145\0\163)
- /Parent 145 0 R
- /First 178 0 R
- /Last 188 0 R
- /Prev 171 0 R
+ /Parent 147 0 R
+ /First 180 0 R
+ /Last 190 0 R
+ /Prev 173 0 R
  /Count -11
  /A 47 0 R
 >> endobj
-178 0 obj
-<<
- /Title (\376\377\0\64\0\56\0\61\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\106\0\151\0\154\0\145\0\40\0\123\0\171\0\163\0\164\0\145\0\155\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
- /Next 179 0 R
- /A 49 0 R
->> endobj
-179 0 obj
-<<
- /Title (\376\377\0\64\0\56\0\62\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\122\0\123\0\123\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
- /Prev 178 0 R
- /Next 180 0 R
- /A 51 0 R
->> endobj
 180 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\63\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\127\0\145\0\142\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
- /Prev 179 0 R
+ /Title (\376\377\0\64\0\56\0\61\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\106\0\151\0\154\0\145\0\40\0\123\0\171\0\163\0\164\0\145\0\155\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Next 181 0 R
- /A 56 0 R
+ /A 49 0 R
 >> endobj
 181 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\64\0\40\0\127\0\151\0\156\0\144\0\157\0\167\0\163\0\40\0\123\0\150\0\141\0\162\0\145\0\57\0\104\0\106\0\123\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\62\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\122\0\123\0\123\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 180 0 R
  /Next 182 0 R
- /A 58 0 R
+ /A 51 0 R
 >> endobj
 182 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\65\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\104\0\141\0\164\0\141\0\142\0\141\0\163\0\145\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\63\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\127\0\145\0\142\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 181 0 R
  /Next 183 0 R
- /A 60 0 R
+ /A 56 0 R
 >> endobj
 183 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\66\0\40\0\111\0\102\0\115\0\40\0\106\0\151\0\154\0\145\0\116\0\145\0\164\0\40\0\120\0\70\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\64\0\40\0\127\0\151\0\156\0\144\0\157\0\167\0\163\0\40\0\123\0\150\0\141\0\162\0\145\0\57\0\104\0\106\0\123\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 182 0 R
  /Next 184 0 R
- /A 62 0 R
+ /A 58 0 R
 >> endobj
 184 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\67\0\40\0\105\0\115\0\103\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\165\0\155\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\65\0\40\0\107\0\145\0\156\0\145\0\162\0\151\0\143\0\40\0\104\0\141\0\164\0\141\0\142\0\141\0\163\0\145\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 183 0 R
  /Next 185 0 R
- /A 64 0 R
+ /A 60 0 R
 >> endobj
 185 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\70\0\40\0\117\0\160\0\145\0\156\0\124\0\145\0\170\0\164\0\40\0\114\0\151\0\166\0\145\0\114\0\151\0\156\0\153\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\66\0\40\0\111\0\102\0\115\0\40\0\106\0\151\0\154\0\145\0\116\0\145\0\164\0\40\0\120\0\70\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 184 0 R
  /Next 186 0 R
- /A 66 0 R
+ /A 62 0 R
 >> endobj
 186 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\71\0\40\0\115\0\145\0\155\0\145\0\170\0\40\0\120\0\141\0\164\0\162\0\151\0\141\0\162\0\143\0\150\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\67\0\40\0\105\0\115\0\103\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\165\0\155\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 185 0 R
  /Next 187 0 R
- /A 68 0 R
+ /A 64 0 R
 >> endobj
 187 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\61\0\60\0\40\0\101\0\165\0\164\0\157\0\156\0\157\0\155\0\171\0\40\0\115\0\145\0\162\0\151\0\144\0\151\0\157\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\70\0\40\0\117\0\160\0\145\0\156\0\124\0\145\0\170\0\164\0\40\0\114\0\151\0\166\0\145\0\114\0\151\0\156\0\153\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 186 0 R
  /Next 188 0 R
- /A 70 0 R
+ /A 66 0 R
 >> endobj
 188 0 obj
 <<
- /Title (\376\377\0\64\0\56\0\61\0\61\0\40\0\115\0\151\0\143\0\162\0\157\0\163\0\157\0\146\0\164\0\40\0\123\0\150\0\141\0\162\0\145\0\120\0\157\0\151\0\156\0\164\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
- /Parent 177 0 R
+ /Title (\376\377\0\64\0\56\0\71\0\40\0\115\0\145\0\155\0\145\0\170\0\40\0\120\0\141\0\164\0\162\0\151\0\141\0\162\0\143\0\150\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
  /Prev 187 0 R
- /A 72 0 R
+ /Next 189 0 R
+ /A 68 0 R
 >> endobj
 189 0 obj
+<<
+ /Title (\376\377\0\64\0\56\0\61\0\60\0\40\0\101\0\165\0\164\0\157\0\156\0\157\0\155\0\171\0\40\0\115\0\145\0\162\0\151\0\144\0\151\0\157\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
+ /Prev 188 0 R
+ /Next 190 0 R
+ /A 70 0 R
+>> endobj
+190 0 obj
+<<
+ /Title (\376\377\0\64\0\56\0\61\0\61\0\40\0\115\0\151\0\143\0\162\0\157\0\163\0\157\0\146\0\164\0\40\0\123\0\150\0\141\0\162\0\145\0\120\0\157\0\151\0\156\0\164\0\40\0\122\0\145\0\160\0\157\0\163\0\151\0\164\0\157\0\162\0\171\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156)
+ /Parent 179 0 R
+ /Prev 189 0 R
+ /A 72 0 R
+>> endobj
+191 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-190 0 obj
+192 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-191 0 obj
+193 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-192 0 obj
+194 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F9
 /BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
-193 0 obj
+195 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-194 0 obj
+196 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -1269,19 +1284,19 @@ endobj
 endobj
 1 0 obj
 << /Type /Pages
-/Count 38
-/Kids [6 0 R 53 0 R 74 0 R 76 0 R 78 0 R 80 0 R 82 0 R 84 0 R 86 0 R 88 0 R 90 0 R 92 0 R 94 0 R 96 0 R 98 0 R 100 0 R 102 0 R 104 0 R 106 0 R 108 0 R 110 0 R 112 0 R 114 0 R 116 0 R 118 0 R 120 0 R 122 0 R 124 0 R 126 0 R 128 0 R 130 0 R 132 0 R 134 0 R 136 0 R 138 0 R 140 0 R 142 0 R 144 0 R ] >>
+/Count 39
+/Kids [6 0 R 53 0 R 74 0 R 76 0 R 78 0 R 80 0 R 82 0 R 84 0 R 86 0 R 88 0 R 90 0 R 92 0 R 94 0 R 96 0 R 98 0 R 100 0 R 102 0 R 104 0 R 106 0 R 108 0 R 110 0 R 112 0 R 114 0 R 116 0 R 118 0 R 120 0 R 122 0 R 124 0 R 126 0 R 128 0 R 130 0 R 132 0 R 134 0 R 136 0 R 138 0 R 140 0 R 142 0 R 144 0 R 146 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 145 0 R
+ /Outlines 147 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 189 0 R /F5 190 0 R /F1 191 0 R /F9 192 0 R /F2 193 0 R /F7 194 0 R >> 
+/Font << /F3 191 0 R /F5 192 0 R /F1 193 0 R /F9 194 0 R /F2 195 0 R /F7 196 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -1470,122 +1485,122 @@ endobj
 /D [142 0 R /XYZ 85.0 505.241 null]
 >>
 endobj
-145 0 obj
+147 0 obj
 <<
- /First 146 0 R
- /Last 177 0 R
+ /First 148 0 R
+ /Last 179 0 R
 >> endobj
-153 0 obj
+155 0 obj
 <<
 /S /GoTo
 /D [92 0 R /XYZ 85.0 544.6 null]
 >>
 endobj
-155 0 obj
+157 0 obj
 <<
 /S /GoTo
 /D [92 0 R /XYZ 85.0 290.828 null]
 >>
 endobj
-158 0 obj
+160 0 obj
 <<
 /S /GoTo
 /D [96 0 R /XYZ 85.0 624.6 null]
 >>
 endobj
-160 0 obj
+162 0 obj
 <<
 /S /GoTo
 /D [96 0 R /XYZ 85.0 236.028 null]
 >>
 endobj
-162 0 obj
+164 0 obj
 <<
 /S /GoTo
 /D [96 0 R /XYZ 85.0 172.656 null]
 >>
 endobj
-164 0 obj
+166 0 obj
 <<
 /S /GoTo
 /D [98 0 R /XYZ 85.0 637.8 null]
 >>
 endobj
 xref
-0 195
+0 197
 0000000000 65535 f 
-0000107995 00000 n 
-0000108336 00000 n 
-0000108429 00000 n 
+0000111647 00000 n 
+0000111996 00000 n 
+0000112089 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001375 00000 n 
 0000001495 00000 n 
 0000001667 00000 n 
-0000108569 00000 n 
+0000112229 00000 n 
 0000001802 00000 n 
-0000108632 00000 n 
+0000112292 00000 n 
 0000001939 00000 n 
-0000108698 00000 n 
+0000112358 00000 n 
 0000002076 00000 n 
-0000108762 00000 n 
+0000112422 00000 n 
 0000002213 00000 n 
-0000108826 00000 n 
+0000112486 00000 n 
 0000002350 00000 n 
-0000108890 00000 n 
+0000112550 00000 n 
 0000002487 00000 n 
-0000108954 00000 n 
+0000112614 00000 n 
 0000002624 00000 n 
-0000109020 00000 n 
+0000112680 00000 n 
 0000002761 00000 n 
-0000109084 00000 n 
+0000112744 00000 n 
 0000002898 00000 n 
-0000109150 00000 n 
+0000112810 00000 n 
 0000003035 00000 n 
-0000109216 00000 n 
+0000112876 00000 n 
 0000003172 00000 n 
-0000109282 00000 n 
+0000112942 00000 n 
 0000003309 00000 n 
-0000109347 00000 n 
+0000113007 00000 n 
 0000003446 00000 n 
-0000109414 00000 n 
+0000113074 00000 n 
 0000003583 00000 n 
-0000109479 00000 n 
+0000113139 00000 n 
 0000003720 00000 n 
-0000109546 00000 n 
+0000113206 00000 n 
 0000003857 00000 n 
-0000109613 00000 n 
+0000113273 00000 n 
 0000003994 00000 n 
-0000109679 00000 n 
+0000113339 00000 n 
 0000004130 00000 n 
-0000109744 00000 n 
+0000113404 00000 n 
 0000004265 00000 n 
-0000109811 00000 n 
+0000113471 00000 n 
 0000004402 00000 n 
-0000109878 00000 n 
+0000113538 00000 n 
 0000004539 00000 n 
-0000109944 00000 n 
+0000113604 00000 n 
 0000004676 00000 n 
 0000005543 00000 n 
 0000005666 00000 n 
 0000005749 00000 n 
-0000110009 00000 n 
+0000113669 00000 n 
 0000005882 00000 n 
-0000110074 00000 n 
+0000113734 00000 n 
 0000006015 00000 n 
-0000110139 00000 n 
+0000113799 00000 n 
 0000006147 00000 n 
-0000110204 00000 n 
+0000113864 00000 n 
 0000006279 00000 n 
-0000110270 00000 n 
+0000113930 00000 n 
 0000006412 00000 n 
-0000110337 00000 n 
+0000113997 00000 n 
 0000006545 00000 n 
-0000110402 00000 n 
+0000114062 00000 n 
 0000006677 00000 n 
-0000110469 00000 n 
+0000114129 00000 n 
 0000006808 00000 n 
-0000110536 00000 n 
+0000114196 00000 n 
 0000006941 00000 n 
 0000009367 00000 n 
 0000009475 00000 n 
@@ -1657,63 +1672,65 @@ xref
 0000093011 00000 n 
 0000095148 00000 n 
 0000095258 00000 n 
-0000096522 00000 n 
-0000110603 00000 n 
-0000096632 00000 n 
-0000096817 00000 n 
-0000097082 00000 n 
-0000097380 00000 n 
-0000097684 00000 n 
-0000097881 00000 n 
-0000098084 00000 n 
-0000110657 00000 n 
-0000098329 00000 n 
-0000110722 00000 n 
-0000098534 00000 n 
-0000098721 00000 n 
-0000110789 00000 n 
-0000098972 00000 n 
-0000110854 00000 n 
-0000099218 00000 n 
-0000110921 00000 n 
-0000099491 00000 n 
-0000110988 00000 n 
-0000099770 00000 n 
-0000100028 00000 n 
-0000100274 00000 n 
-0000100562 00000 n 
-0000100797 00000 n 
-0000101100 00000 n 
-0000101335 00000 n 
-0000101641 00000 n 
-0000101965 00000 n 
-0000102310 00000 n 
-0000102637 00000 n 
-0000102970 00000 n 
-0000103294 00000 n 
-0000103592 00000 n 
-0000103939 00000 n 
-0000104254 00000 n 
-0000104569 00000 n 
-0000104919 00000 n 
-0000105264 00000 n 
-0000105595 00000 n 
-0000105928 00000 n 
-0000106279 00000 n 
-0000106618 00000 n 
-0000106968 00000 n 
-0000107327 00000 n 
-0000107441 00000 n 
-0000107552 00000 n 
-0000107661 00000 n 
-0000107768 00000 n 
-0000107885 00000 n 
+0000097953 00000 n 
+0000098063 00000 n 
+0000100174 00000 n 
+0000114263 00000 n 
+0000100284 00000 n 
+0000100469 00000 n 
+0000100734 00000 n 
+0000101032 00000 n 
+0000101336 00000 n 
+0000101533 00000 n 
+0000101736 00000 n 
+0000114317 00000 n 
+0000101981 00000 n 
+0000114382 00000 n 
+0000102186 00000 n 
+0000102373 00000 n 
+0000114449 00000 n 
+0000102624 00000 n 
+0000114514 00000 n 
+0000102870 00000 n 
+0000114581 00000 n 
+0000103143 00000 n 
+0000114648 00000 n 
+0000103422 00000 n 
+0000103680 00000 n 
+0000103926 00000 n 
+0000104214 00000 n 
+0000104449 00000 n 
+0000104752 00000 n 
+0000104987 00000 n 
+0000105293 00000 n 
+0000105617 00000 n 
+0000105962 00000 n 
+0000106289 00000 n 
+0000106622 00000 n 
+0000106946 00000 n 
+0000107244 00000 n 
+0000107591 00000 n 
+0000107906 00000 n 
+0000108221 00000 n 
+0000108571 00000 n 
+0000108916 00000 n 
+0000109247 00000 n 
+0000109580 00000 n 
+0000109931 00000 n 
+0000110270 00000 n 
+0000110620 00000 n 
+0000110979 00000 n 
+0000111093 00000 n 
+0000111204 00000 n 
+0000111313 00000 n 
+0000111420 00000 n 
+0000111537 00000 n 
 trailer
 <<
-/Size 195
+/Size 197
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-111053
+114713
 %%EOF

Added: incubator/lcf/site/publish/images/sharepoint-job-metadata.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/sharepoint-job-metadata.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/sharepoint-job-metadata.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/publish/images/sharepoint-job-paths.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/sharepoint-job-paths.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/sharepoint-job-paths.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/publish/images/sharepoint-job-security.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/sharepoint-job-security.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/sharepoint-job-security.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml?rev=940472&r1=940471&r2=940472&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml Mon May  3 14:38:05 2010
@@ -1170,8 +1170,41 @@
                 <figure src="images/sharepoint-status.PNG" alt="SharePoint Status" width="80%"/>
                 <br/><br/>
                 <p>Note that in this example, the SharePoint connection is not actually referencing a SharePoint instance, which is leading to an error status message instead of "Connection working".</p>
-
-                <p>More here later</p>
+                <p>When you configure a job to use a repository connection of the generic database type, several additional tabs are presented.  These are, in order, "Paths", "Security", and "Metadata".</p>
+                <p>The "Paths" tab allows you to build a list of rules describing the SharePoint content that you want to include in your job.  When the SharePoint connection type encounters a subsite,
+                    library, or file, it looks through this list of rules to determine whether to include the subsite, library, or file.  The first matching rule will determine what will be done.</p>
+                <p>Each rule consists of a path, a rule type, and an action.  The actions are "Include" and "Exclude".  The rule type tells the connection what kind of SharePoint entity it is allowed to match.  For
+                    example, a "File" rule will only match SharePoint paths that represent files - it cannot match sites or libraries.  Finally, the path itself is just a sequence of characters, where the "*" character
+                    has the special meaning of being able to match any number of any kind of characters, and the "?" character matches exactly one character of any kind.</p>
+                <p>The "Paths" tab allows you to build these rules one at a time, and add them either to the bottom of the list, or insert them into the list of rules at any point.  Either way, you construct the rule
+                    you want to append or insert by first constructing the path, from left to right, using your choice of text and context-dependent pulldowns with existing server path information listed.  This is what the tab
+                    may look like for you.  Bear in mind that if you are using a connection that does not display the status, "Connection working", you may not see the selections you should in these pulldowns:</p>
+                <br/><br/>
+                <figure src="images/sharepoint-job-paths.PNG" alt="SharePoint Job, Paths tab" width="80%"/>
+                <br/><br/>
+                <p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+                    Repeat this process until the path is what you want it to be.  At this point, if the SharePoint connection does not know what kind of entity your path describes, you will need to select the
+                    SharePoint entity type that you want the rule to match also.  Select whether this is an include or exclude rule.  Then, click the "Add New Rule" button, to add your newly-constructed rule
+                    at the end of the list.</p>
+                <p>The "Security" tab allows you to specify whether SharePoint's security model should be applied to this set of documents, or not.  You also have the option of applying some specified set of access
+                    tokens to the documents described by the job.  The tab looks like this:</p>
+                <br/><br/>
+                <figure src="images/sharepoint-job-security.PNG" alt="SharePoint Job, Security tab" width="80%"/>
+                <br/><br/>
+                <p>Select whether SharePoint security is on or off using the radio buttons provided.  If security is off, you may add access tokens in the text box and click the "Add" button.  The access tokens must
+                    be in the proper form expected by the authority that governs your SharePoint connection for this feature to be useful.</p>
+                <p>The "Metadata" tab allows you to specify what metadata will be included for each document.  The tab is similar to the "Paths" tab, which you may want to review above:</p>
+                <br/><br/>
+                <figure src="images/sharepoint-job-metadata.PNG" alt="SharePoint Job, Security tab" width="80%"/>
+                <br/><br/>
+                <p>The main difference is that instead of rules that include or exclude individual sites, libraries, or documents, the rules describe inclusion and exclusion of document metadata.  Since metadata is associated
+                    with files, all of the metadata rules are applied only to file paths, and there are no such things as "site" or "library" metadata path rules.</p>
+                <p>If an exclusion rule matches a file's path, it means that <b>no</b> metadata from that file will be included at all.  There is no way to individually exclude a single field using an exclusion rule.</p>
+                <p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+                    Repeat this process until the path is what you want it to be.  Select whether this is an include or exclude rule.  Either check the box for "Include all metadata", or select the metadata you want to include
+                    from the pulldown.  (The choices of metadata fields you are presented with are determined by which SharePoint library is selected.  If your rule path does not uniquely specify a library, you cannot select individual
+                    fields to include.  You can only select "All metadata".)  Then, click the "Add New Rule" button, to put your newly-constructed rule
+                    at the end of the list.</p>
             </section>
             
         </section>

Added: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-metadata.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/sharepoint-job-metadata.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-metadata.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-paths.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/sharepoint-job-paths.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-paths.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-security.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/sharepoint-job-security.PNG?rev=940472&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/sharepoint-job-security.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream