You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ol...@apache.org on 2009/03/12 01:29:11 UTC

svn commit: r752725 [4/4] - in /hadoop/pig/trunk: ./ src/docs/ src/docs/src/documentation/ src/docs/src/documentation/content/xdocs/ src/docs/src/documentation/content/xdocs/images/

Modified: hadoop/pig/trunk/src/docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/src/docs/src/documentation/skinconf.xml?rev=752725&r1=752724&r2=752725&view=diff
==============================================================================
--- hadoop/pig/trunk/src/docs/src/documentation/skinconf.xml (original)
+++ hadoop/pig/trunk/src/docs/src/documentation/skinconf.xml Thu Mar 12 00:29:11 2009
@@ -19,7 +19,10 @@
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
+
+
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
+
 <skinconfig>
 <!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
@@ -28,7 +31,7 @@
     no search box. @domain will enable sitesearch for the specific domain with google.
     In other words google will search the @domain for the query string.
   -->
-  <search name="MyProject" domain="mydomain" provider="google"/>
+  <search name="" domain="" provider="google" box-location="default"/>
 <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>
 <!-- Disable the PDF link? -->
@@ -50,42 +53,55 @@
     Use e.g. align="center" to move the compliance links logos to 
     an alternate location default is left.
     (if the skin supports it) -->
-  <disable-compliance-links>false</disable-compliance-links>
+  <disable-compliance-links>true</disable-compliance-links>
 <!-- Render mailto: links unrecognisable by spam harvesters? -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
 <!-- Disable the javascript facility to change the font size -->
   <disable-font-script>true</disable-font-script>
+
 <!-- mandatory project logo
        default skin: renders it at the top -->
-  <project-name>MyProject</project-name>
-  <project-description>MyProject Description</project-description>
-  <project-url>http://myproj.mygroup.org/</project-url>
-  <project-logo>images/project.png</project-logo>
+  <project-name>Pig</project-name>
+  <project-description>A platform for analyzing large datasets.</project-description>
+  <project-url>http://hadoop.apache.org/pig/</project-url>
+  <project-logo>images/pig-logo.gif</project-logo>
+
 <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
+
 <!-- optional group logo
        default skin: renders it at the top-left corner -->
-  <group-name>MyGroup</group-name>
-  <group-description>MyGroup Description</group-description>
-  <group-url>http://mygroup.org</group-url>
-  <group-logo>images/group.png</group-logo>
+  <group-name>Hadoop</group-name>
+  <group-description>Apache Hadoop</group-description>
+  <group-url>http://hadoop.apache.org/</group-url>
+  <group-logo>images/hadoop-logo.jpg</group-logo>
+
 <!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
+
 <!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
 <!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
+  
+  
 <!-- The following are used to construct a copyright statement -->
   <disable-copyright-footer>false</disable-copyright-footer>
+
 <!-- @inception enable automatic generation of a date-range to current date -->
-  <year inception="true">2005</year>
-  <vendor>The Example Organisation.</vendor>
+  <year inception="true">2007</year>
+  <vendor>The Apache Software Foundation.</vendor>
+  <copyright-link>http://www.apache.org/licenses/</copyright-link> 
+    
 <!-- The optional copyright-link URL will be used as a link in the
-    copyright statement -->
+    copyright statement 
   <copyright-link>http://www.example.org/</copyright-link>
+  -->
+
+  
 <!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
@@ -96,12 +112,15 @@
     NOTE: If a breadcrumb entry points at a local file the href must
     be complete, that is it must point to the file itself, not to a 
     directory.
+
+	CC: added breadcrumb links
   -->
   <trail>
-    <link1 name="myGroup" href="http://www.apache.org/"/>
-    <link2 name="myProject" href="http://forrest.apache.org/"/>
-    <link3 name="" href=""/>
+    <link1 name="Apache" href="http://www.apache.org/"/>
+    <link2 name="Hadoop" href="http://hadoop.apache.org/"/>
+    <link3 name="Pig" href="http://hadoop.apache.org/pig/"/>
   </trail>
+
 <!-- Configure the TOC, i.e. the Table of Contents.
   @max-depth
    how many "section" levels need to be included in the
@@ -111,17 +130,23 @@
   @location ("page","menu","page,menu", "none")
    Where to show the TOC.
   -->
-  <toc max-depth="2" min-sections="1" location="page"/>
-<!-- Heading types can be clean|underlined|boxed  -->
-  <headings type="boxed"/>
+  <toc max-depth="1" min-sections="1" location="page"/>
+
+<!-- Heading types can be clean|underlined|boxed  
+	  CC: change to clean
+-->
+  <headings type="clean"/>
+
 <!-- The optional feedback element will be used to construct a
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
-    -->
-  <feedback to="webmaster@foo.com"
-    href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
+
+  <feedback to="webmaster@"
+    href="mailto:webmaster@?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>
+ -->
+ 
 <!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
     Note: Beware issue FOR-677 if you use an absolute path uri.
@@ -141,6 +166,7 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
+<!--
   <motd>
     <motd-option pattern="samples/sample.html">
       <motd-title>sample</motd-title>
@@ -156,12 +182,14 @@
       <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
     </motd-option>
   </motd>
+-->
 <!--
     extra-css - here you can define custom css-elements that are 
     A) overriding the fallback elements or 
     B) adding the css definition from new elements that you may have 
        used in your documentation.
     -->
+  
   <extra-css>
 <!--Example of reason B:
         To define the css definition of a new element that you may have used
@@ -179,7 +207,29 @@
     -->
     #footer a { color: #0F3660; }
     #footer a:visited { color: #009999; }
+    
+<!--CC: Headers and Code -->
+        
+	#content h1 {
+	  margin-bottom: .5em;
+	  font-size: 200%; color: black;
+	  font-family: arial;
+	}  
+    h2, .h3 { font-size: 195%; color: black; font-family: arial; }
+	h3, .h4 { font-size: 140%; color: black; font-family: arial; margin-bottom: 0.5em; }
+	h4, .h5 { font-size: 125%; color: black;  font-style: italic; font-weight: bold; font-family: arial; }
+	h5, h6 { font-size: 110%; color: #363636; font-weight: bold; } 
+   
+    pre.code {
+      margin-left: 0em;
+      padding: 0.5em;
+      background-color: rgb(241,239,231);
+      font-family: monospace;
+    }   
+    
   </extra-css>
+  
+  
   <colors>
 <!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
@@ -191,7 +241,10 @@
     Note that by default, all color groups are commented-out which means that
     the default colors provided by the skin are being used.
   -->
-<!-- Color group: Forrest: example colors similar to forrest.apache.org
+  
+<!-- Color group: Forrest 
+
+    Example colors similar to forrest.apache.org
     Some of the element names are obscure, so comments are added to show how
     the "pelt" skin uses them, other skins might use these elements in a different way.
     Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
@@ -234,6 +287,8 @@
     <color name="code" value="#CFDCED"/>
     <color name="footer" value="#cedfef"/>
 -->
+
+
 <!-- Color group: Krysalis -->
 <!--
     <color name="header"    value="#FFFFFF"/>
@@ -265,6 +320,8 @@
         
     <color name="footer" value="#a5b6c6"/>
 -->
+
+
 <!-- Color group: Collabnet -->
 <!--
     <color name="header"    value="#003366"/>
@@ -296,9 +353,10 @@
         
     <color name="footer" value="#ffffff"/>
 -->
+
+
 <!-- Color group: Lenya using pelt-->
 <!--
-
     <color name="header" value="#ffffff"/>
 
     <color name="tab-selected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
@@ -328,6 +386,8 @@
     <color name="footer" value="#E5E4D9"/>
 -->
   </colors>
+  
+  
 <!-- Settings specific to PDF output. -->
   <pdf>
 <!--