You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by cu...@apache.org on 2007/10/30 23:06:46 UTC

svn commit: r590490 - in /incubator/pig/site: author/src/documentation/content/xdocs/version_control.xml publish/broken-links.xml publish/version_control.html publish/version_control.pdf

Author: cutting
Date: Tue Oct 30 15:06:44 2007
New Revision: 590490

URL: http://svn.apache.org/viewvc?rev=590490&view=rev
Log:
Added missing version control page.

Added:
    incubator/pig/site/author/src/documentation/content/xdocs/version_control.xml
    incubator/pig/site/publish/version_control.html
    incubator/pig/site/publish/version_control.pdf
Modified:
    incubator/pig/site/publish/broken-links.xml

Added: incubator/pig/site/author/src/documentation/content/xdocs/version_control.xml
URL: http://svn.apache.org/viewvc/incubator/pig/site/author/src/documentation/content/xdocs/version_control.xml?rev=590490&view=auto
==============================================================================
--- incubator/pig/site/author/src/documentation/content/xdocs/version_control.xml (added)
+++ incubator/pig/site/author/src/documentation/content/xdocs/version_control.xml Tue Oct 30 15:06:44 2007
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Pig Version Control System</title>
+  </header>
+  
+  <body>
+  
+    <section>
+      <title>Overview</title>
+      <p>
+        The Pig source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
+        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
+        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
+        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
+        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
+      </p>
+    </section>
+    
+    <section>
+      <title>Web Access (read-only)</title>
+      <p>
+        The source code can be browsed via the Web at 
+        <a href="http://svn.apache.org/viewcvs.cgi/incubator/pig/">http://svn.apache.org/viewcvs.cgi/incubator/pig/</a>.
+        No SVN client software is required.
+      </p>
+    </section>
+    
+    <section>
+      <title>Anonymous Access (read-only)</title>
+      <p>
+        The SVN URL for anonymous users is 
+        <a href="http://svn.apache.org/repos/asf/incubator/pig/">http://svn.apache.org/repos/asf/incubator/pig/</a>.
+        Instructions for anonymous SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+      </p>
+    </section>
+    
+    <section>
+      <title>Committer Access (read-write)</title>
+      <p>
+        The SVN URL for committers is 
+        <a href="https://svn.apache.org/repos/asf/incubator/pig/">https://svn.apache.org/repos/asf/incubator/pig/</a>.
+        Instructions for committer SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+      </p>
+    </section>
+    
+  </body>
+  
+</document>

Modified: incubator/pig/site/publish/broken-links.xml
URL: http://svn.apache.org/viewvc/incubator/pig/site/publish/broken-links.xml?rev=590490&r1=590489&r2=590490&view=diff
==============================================================================
--- incubator/pig/site/publish/broken-links.xml (original)
+++ incubator/pig/site/publish/broken-links.xml Tue Oct 30 15:06:44 2007
@@ -1,9 +1,2 @@
 <broken-links>
-  <link message="/home/cutting/src/pig/site/author/src/documentation/content/xdocs/version_control.xml (No such file or directory)" uri="version_control.html">
-    <referrer uri="linkmap.html"/>
-    <referrer uri="about.html"/>
-    <referrer uri="issue_tracking.html"/>
-    <referrer uri="index.html"/>
-    <referrer uri="mailing_lists.html"/>
-  </link>
 </broken-links>

Added: incubator/pig/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/incubator/pig/site/publish/version_control.html?rev=590490&view=auto
==============================================================================
--- incubator/pig/site/publish/version_control.html (added)
+++ incubator/pig/site/publish/version_control.html Tue Oct 30 15:06:44 2007
@@ -0,0 +1,227 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-skin-name" content="pelt">
+<title>Pig Version Control System</title>
+<link type="text/css" href="skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
+<link type="text/css" href="skin/profile.css" rel="stylesheet">
+<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="images/favicon.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/">Incubator</a> &gt; <a href="http://incubator.apache.org/pig/">Pig</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<!--+
+    |header
+    +-->
+<div class="header">
+<!--+
+    |start group logo
+    +-->
+<div class="grouplogo">
+<a href="http://incubator.apache.org/"><img class="logoImage" alt="Incubator" src="images/apache-incubator.png" title="Apache Incubator"></a>
+</div>
+<!--+
+    |end group logo
+    +-->
+<!--+
+    |start Project Logo
+    +-->
+<div class="projectlogoA1">
+<a href="http://incubator.apache.org/pig/"><img class="logoImage" alt="Pig" src="images/pig-logo.gif" title="A platform for analyzing large datasets"></a>
+</div>
+<!--+
+    |end Project Logo
+    +-->
+<!--+
+    |start Tabs
+    +-->
+<ul id="tabs">
+<li class="current">
+<a class="selected" href="index.html">Home</a>
+</li>
+<li>
+<a class="unselected" href="http://wiki.apache.org/pig/">Wiki</a>
+</li>
+</ul>
+<!--+
+    |end Tabs
+    +-->
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<!--+
+    |start Subtabs
+    +-->
+<div id="level2tabs"></div>
+<!--+
+    |end Endtabs
+    +-->
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+
+             &nbsp;
+           </div>
+<!--+
+    |start Menu, mainarea
+    +-->
+<!--+
+    |start Menu
+    +-->
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="about.html">About</a>
+</div>
+<div class="menuitem">
+<a href="mailing_lists.html">Mailing Lists</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
+<div id="menu_1.2" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://wiki.apache.org/pig/">Wiki</a>
+</div>
+<div class="menuitem">
+<a href="http://wiki.apache.org/pig/FAQ">FAQ</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>
+<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="issue_tracking.html">Issue Tracking</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">Version Control</div>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<!--+
+  |alternative credits
+  +-->
+<div id="credit2"></div>
+</div>
+<!--+
+    |end Menu
+    +-->
+<!--+
+    |start content
+    +-->
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="version_control.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Pig Version Control System</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Overview">Overview</a>
+</li>
+<li>
+<a href="#Web+Access+%28read-only%29">Web Access (read-only)</a>
+</li>
+<li>
+<a href="#Anonymous+Access+%28read-only%29">Anonymous Access (read-only)</a>
+</li>
+<li>
+<a href="#Committer+Access+%28read-write%29">Committer Access (read-write)</a>
+</li>
+</ul>
+</div>
+  
+    
+<a name="N1000C"></a><a name="Overview"></a>
+<h2 class="h3">Overview</h2>
+<div class="section">
+<p>
+        The Pig source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
+        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
+        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
+        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
+        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
+      </p>
+</div>
+    
+    
+<a name="N1002A"></a><a name="Web+Access+%28read-only%29"></a>
+<h2 class="h3">Web Access (read-only)</h2>
+<div class="section">
+<p>
+        The source code can be browsed via the Web at 
+        <a href="http://svn.apache.org/viewcvs.cgi/incubator/pig/">http://svn.apache.org/viewcvs.cgi/incubator/pig/</a>.
+        No SVN client software is required.
+      </p>
+</div>
+    
+    
+<a name="N10038"></a><a name="Anonymous+Access+%28read-only%29"></a>
+<h2 class="h3">Anonymous Access (read-only)</h2>
+<div class="section">
+<p>
+        The SVN URL for anonymous users is 
+        <a href="http://svn.apache.org/repos/asf/incubator/pig/">http://svn.apache.org/repos/asf/incubator/pig/</a>.
+        Instructions for anonymous SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+      </p>
+</div>
+    
+    
+<a name="N1004A"></a><a name="Committer+Access+%28read-write%29"></a>
+<h2 class="h3">Committer Access (read-write)</h2>
+<div class="section">
+<p>
+        The SVN URL for committers is 
+        <a href="https://svn.apache.org/repos/asf/incubator/pig/">https://svn.apache.org/repos/asf/incubator/pig/</a>.
+        Instructions for committer SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+      </p>
+</div>
+    
+  
+</div>
+<!--+
+    |end content
+    +-->
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<!--+
+    |start bottomstrip
+    +-->
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<!--+
+    |end bottomstrip
+    +-->
+</div>
+</body>
+</html>

Added: incubator/pig/site/publish/version_control.pdf
URL: http://svn.apache.org/viewvc/incubator/pig/site/publish/version_control.pdf?rev=590490&view=auto
==============================================================================
--- incubator/pig/site/publish/version_control.pdf (added)
+++ incubator/pig/site/publish/version_control.pdf Tue Oct 30 15:06:44 2007
@@ -0,0 +1,371 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 505 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!$C_/b,]&;KX9`?+PWRKPt8W(oMJdWWd?LY;i><+^g9&9WBt&n"E"L%\sp%^;Ee]D6W;J!t\-o)NH[0ViIpRof#dfQ[O<o+4Gd/da<?U);;khYj?]1P.@CEO4W=$<7nJZAG!N[$!M?GWFAZPU#sRoV$!=Jb73i3\\hj$)4RiROra#<+'=]QYZJh2s!K)lUsAF"CKb*R$rVcTTFBjLo[E1eEq6WrHK%A=GYE3g5bA-=2Q&6-nl$V3m8QHM"VO)R+Y?OM5?d5,gSnbgN_[-OfcX/g79%T>>D$*!_YS%qBLI+&FPC,@=C^0WFU-(je;Z$;_[;&0?D$V6?1<a%[+HhR4QNJCS:sS:TDe$#![Y6l(a8%ZL%=bpXpH`CDR+p`#46q"Yl_[P^p19lqNJ5dE@b.MCB((j(F$"PXGqC!3s]Qp1IBA[b@2$Jhgd[MD;S;\eR,jm'GK,?fYC_1?E'/nkcGDh3]I.NpRgACjXc//F(6+`!TZ>0=ah6Vu~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+12 0 R
+14 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 157.316 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 541.466 226.616 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 523.266 262.628 511.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 505.066 259.292 493.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 1462 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU492jk1&AI=/kQhD->7Wsl`iolje/#YXaY8K]%uqldWZ3N63MH6BgU8>"JiJF[W(NbDqXs)OG:R%_PNg[5`=,7Mr]#b]C(d9IraM*^+A3Qj0hp#BNW(qrnN"0']To,f\J'9:`Uc+d(X9]hY32!UT\4);9R9FUE0_c*Fo*goMA)ch>"npeHtf-l'U.Bfk`E`MV7jY>PAh$3Ot4!qC9("rb>Kq*PnlhAKlI/s]Dii-kiJZigU54u%g@Br5nfD/3/J:S.Dd?!CICJ1'3$Bs),JX9Re98>FnH(N3B8$2Xk@jui#/NZ&]_*Q[#XBJa);F6<sCF?P:.A-@)I,E0&25gg&9aEq*%iO+Z.C9<o%XF2Tj*1knfC3_*OB%]e8U373u`-I)pgdCLc_)]"dhN.k0c'>8Q/$/j'YZd1fu93HhQYiB2f>UD-3M3eRMp,dW)dc?6AMJpe88*'hVKG?`+lR4I)ABge'Wc&^V!&0@*[Mk@:]Wb:pKLq85s3Q5-Z:E0HY3O+07nC\c=/Y:"uEMhRC&01(+>m-)..(9NpgJlpmX?@P\>p67X;2GnC(92Wu]8S<+83W\4;iYoIM'#"#fl1)#_b"ai+\ZR<m2`^mE+-cGbB$>ik2Km8i/^;c=E+7WlUFj=r&3OknBni.7pNc.k(.Qi0]D'W2GC16"o8&gjT5:L_15J?5/5d)>QlDhOa]7Z./6^l]RE_D_K`_>J9k9J02u5j$l/>M/*&gD-;&))KZ;).Bn`&hSD)g=P_nGfDtMI21_b`=c<J+[(*eenaLZ&FQ3i^_$=UfrJ3K(!Clk/n-qKB/c1IuL2SVtaAln#eCX6,Ie[1l)b+6B18krr'DANKKR-@)CVMB'9&;XuN44CgH_XY4K)YM`F#?=9?Vm"(CXjghU0"G)U_(:iDEDS<Mb?EFLCUH$lV&4h\SnB.A(e[e$/F*Cq"gIq"rl7Rg/D__X2)*g=J/rOFC#0jC9+r:2$r@9$[-NrWE`+,
 'XE^-QVGK4?9FLIe5(QraSlL/O>%rmhA9Zh[VU=/(J^Mc5%Ti^Rn`olW4Z8n[LglN5N![='LE@fVkA1^"<;QnF?5b'%H8+f)I@pA#67lUDDWXgr$H>?a1d\rMrF[]$EK'btl9+^BO)dI>,%3.ds5AE@1H:6Ym7\$bM8@!F^alWP"_8f885<Xk@)\&;A\7aXh1nfhZeei=]RG26.+C1foaYL(Bt=u3?:b@8i(A.m'&F,JaWNSM^qkmEn^ub`f_>)#_@m&]T2c;9e!QdbL,Up1qu-D)/(>/U/eE,JDdRsblq5ff<`L93]pM9j6S)8$hd^o.UjPs^GgGoGm>mS#na!D=KL7PQEd3YC2QC44!dDRU.us<f#2kH9N;M'bLXA'>-tA?HgmblQRhmYX:L2S*agJgkKZ@t!U*t/brC-#gpA&RW1U#X.P-8V)08l-@fMeh#\*/2YD_7X^ls*Hnm/@(f_97B~>
+endstream
+endobj
+17 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 16 0 R
+/Annots 18 0 R
+>>
+endobj
+18 0 obj
+[
+19 0 R
+20 0 R
+21 0 R
+22 0 R
+23 0 R
+24 0 R
+25 0 R
+26 0 R
+27 0 R
+28 0 R
+]
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 296.616 629.666 385.608 617.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subversion.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 224.976 616.466 245.628 604.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subversion.tigris.org/project_packages.html)
+/S /URI >>
+/H /I
+>>
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 603.266 110.652 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tortoisesvn.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 340.608 603.266 375.936 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subclipse.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 399.264 603.266 464.256 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svnup.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+24 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 537.732 321.648 525.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svn.apache.org/viewcvs.cgi/incubator/pig/)
+/S /URI >>
+/H /I
+>>
+endobj
+25 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 279.648 485.398 497.628 473.398 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svn.apache.org/repos/asf/incubator/pig/)
+/S /URI >>
+/H /I
+>>
+endobj
+26 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 303.288 472.198 323.94 460.198 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.apache.org/dev/version-control.html#anon-svn)
+/S /URI >>
+/H /I
+>>
+endobj
+27 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 250.656 419.864 473.304 407.864 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://svn.apache.org/repos/asf/incubator/pig/)
+/S /URI >>
+/H /I
+>>
+endobj
+28 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 237.624 406.664 258.276 394.664 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.apache.org/dev/version-control.html#https-svn)
+/S /URI >>
+/H /I
+>>
+endobj
+30 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 29 0 R
+ /Next 31 0 R
+ /A 9 0 R
+>> endobj
+31 0 obj
+<<
+ /Title (\376\377\0\62\0\40\0\127\0\145\0\142\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
+ /Parent 29 0 R
+ /Prev 30 0 R
+ /Next 32 0 R
+ /A 11 0 R
+>> endobj
+32 0 obj
+<<
+ /Title (\376\377\0\63\0\40\0\101\0\156\0\157\0\156\0\171\0\155\0\157\0\165\0\163\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
+ /Parent 29 0 R
+ /Prev 31 0 R
+ /Next 33 0 R
+ /A 13 0 R
+>> endobj
+33 0 obj
+<<
+ /Title (\376\377\0\64\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\167\0\162\0\151\0\164\0\145\0\51)
+ /Parent 29 0 R
+ /Prev 32 0 R
+ /A 15 0 R
+>> endobj
+34 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+35 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+36 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+37 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+38 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 17 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 29 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 34 0 R /F5 35 0 R /F1 36 0 R /F2 37 0 R /F7 38 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 580.266 null]
+>>
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 514.732 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 449.198 null]
+>>
+endobj
+29 0 obj
+<<
+ /First 30 0 R
+ /Last 33 0 R
+>> endobj
+xref
+0 39
+0000000000 65535 f 
+0000006551 00000 n 
+0000006616 00000 n 
+0000006708 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000667 00000 n 
+0000000787 00000 n 
+0000000833 00000 n 
+0000006831 00000 n 
+0000000968 00000 n 
+0000006894 00000 n 
+0000001105 00000 n 
+0000006960 00000 n 
+0000001242 00000 n 
+0000007026 00000 n 
+0000001379 00000 n 
+0000002934 00000 n 
+0000003057 00000 n 
+0000003147 00000 n 
+0000003330 00000 n 
+0000003534 00000 n 
+0000003715 00000 n 
+0000003897 00000 n 
+0000004075 00000 n 
+0000004274 00000 n 
+0000004474 00000 n 
+0000004682 00000 n 
+0000004883 00000 n 
+0000007092 00000 n 
+0000005093 00000 n 
+0000005232 00000 n 
+0000005465 00000 n 
+0000005734 00000 n 
+0000005995 00000 n 
+0000006108 00000 n 
+0000006218 00000 n 
+0000006326 00000 n 
+0000006442 00000 n 
+trailer
+<<
+/Size 39
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+7143
+%%EOF