Author: stack Date: Tue Apr 8 20:07:11 2008 New Revision: 646185 URL: http://svn.apache.org/viewvc?rev=646185&view=rev Log: Doc src
Added: hadoop/hbase/branches/0.1/src/docs/ hadoop/hbase/branches/0.1/src/docs/forrest.properties hadoop/hbase/branches/0.1/src/docs/src/ hadoop/hbase/branches/0.1/src/docs/src/documentation/ hadoop/hbase/branches/0.1/src/docs/src/documentation/README.txt hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/ hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/CatalogManager.properties hadoop/hbase/branches/0.1/src/docs/src/documentation/content/ hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/ hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/index.xml hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/site.xml hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/tabs.xml hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/ hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/ hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/architecture.gif (with props) hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/favicon.ico (with props) hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hadoop-logo.jpg (with props) hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_logo_med.gif (with props) hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_small.gif (with props) hadoop/hbase/branches/0.1/src/docs/src/documentation/skinconf.xml hadoop/hbase/branches/0.1/src/docs/status.xml Added: hadoop/hbase/branches/0.1/src/docs/forrest.properties URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/forrest.properties?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/forrest.properties (added) +++ hadoop/hbase/branches/0.1/src/docs/forrest.properties Tue Apr 8 20:07:11 2008 @@ -0,0 +1,104 @@ +# Copyright 2002-2004 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +############## +# Properties used by forrest.build.xml for building the website +# These are the defaults, un-comment them if you need to change them. +############## + +# Prints out a summary of Forrest settings for this project +#forrest.echo=true + +# Project name (used to name .war file) +#project.name=my-project + +# Specifies name of Forrest skin to use +#project.skin=tigris +#project.skin=pelt + +# comma separated list, file:// is supported +#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml + +############## +# behavioural properties +#project.menu-scheme=tab_attributes +#project.menu-scheme=directories + +############## +# layout properties + +# Properties that can be set to override the default locations +# +# Parent properties must be set. This usually means uncommenting +# project.content-dir if any other property using it is uncommented + +#project.status=status.xml +#project.content-dir=src/documentation +#project.raw-content-dir=${project.content-dir}/content +#project.conf-dir=${project.content-dir}/conf +#project.sitemap-dir=${project.content-dir} +#project.xdocs-dir=${project.content-dir}/content/xdocs +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema +#project.skins-dir=${project.content-dir}/skins +#project.skinconf=${project.content-dir}/skinconf.xml +#project.lib-dir=${project.content-dir}/lib +#project.classes-dir=${project.content-dir}/classes +#project.translations-dir=${project.content-dir}/translations + +############## +# validation properties + +# This set of properties determine if validation is performed +# Values are inherited unless overridden. +# e.g. if forrest.validate=false then all others are false unless set to true. +#forrest.validate=true +#forrest.validate.xdocs=${forrest.validate} +#forrest.validate.skinconf=${forrest.validate} +#forrest.validate.sitemap=${forrest.validate} +#forrest.validate.stylesheets=${forrest.validate} +#forrest.validate.skins=${forrest.validate} +#forrest.validate.skins.stylesheets=${forrest.validate.skins} + +# *.failonerror=(true|false) - stop when an XML file is invalid +#forrest.validate.failonerror=true + +# *.excludes=(pattern) - comma-separated list of path patterns to not validate +# e.g. +#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml +#forrest.validate.xdocs.excludes= + + +############## +# General Forrest properties + +# The URL to start crawling from +#project.start-uri=linkmap.html +# Set logging level for messages printed to the console +# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) +#project.debuglevel=ERROR +# Max memory to allocate to Java +#forrest.maxmemory=64m +# Any other arguments to pass to the JVM. For example, to run on an X-less +# server, set to -Djava.awt.headless=true +#forrest.jvmargs= +# The bugtracking URL - the issue number will be appended +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= +#project.bugtracking-url=http://issues.apache.org/jira/browse/ +# The issues list as rss +#project.issues-rss-url= +#I18n Property only works for the "forrest run" target. +#project.i18n=true Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/README.txt URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/README.txt?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/README.txt (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/README.txt Tue Apr 8 20:07:11 2008 @@ -0,0 +1,7 @@ +This is the base documentation directory. + +skinconf.xml # This file customizes Forrest for your project. In it, you + # tell forrest the project name, logo, copyright info, etc + +sitemap.xmap # Optional. This sitemap is consulted before all core sitemaps. + # See http://forrest.apache.org/docs/project-sitemap.html Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/CatalogManager.properties URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/CatalogManager.properties?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/CatalogManager.properties (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/classes/CatalogManager.properties Tue Apr 8 20:07:11 2008 @@ -0,0 +1,37 @@ +# Copyright 2002-2004 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#======================================================================= +# CatalogManager.properties +# +# This is the default properties file for Apache Forrest. +# This facilitates local configuration of application-specific catalogs. +# +# See the Apache Forrest documentation: +# http://forrest.apache.org/docs/your-project.html +# http://forrest.apache.org/docs/validation.html + +# verbosity ... level of messages for status/debug +# See forrest/src/core/context/WEB-INF/cocoon.xconf + +# catalogs ... list of additional catalogs to load +# (Note that Apache Forrest will automatically load its own default catalog +# from src/core/context/resources/schema/catalog.xcat) +# use full pathnames +# pathname separator is always semi-colon (;) regardless of operating system +# directory separator is always slash (/) regardless of operating system +# +#catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat +catalogs= + Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/index.xml?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/index.xml (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/index.xml Tue Apr 8 20:07:11 2008 @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> + +<document> + + <header> + <title>HBase Documentation</title> + </header> + + <body> + <p> + The following documents provide concepts and procedures that will help you + get started using HBase. If you have more questions, you can ask the + <a href="ext:lists">mailing list</a> or browse the archives. + </p> + <ul> + <li><a href="ext:api/started">Getting Started</a></li> + <li><a href="ext:api/index">API Docs</a></li> + <li><a href="ext:wiki">Wiki</a></li> + <li><a href="ext:faq">FAQ</a></li> + </ul> + </body> + +</document> Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/site.xml?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/site.xml (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/site.xml Tue Apr 8 20:07:11 2008 @@ -0,0 +1,71 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- +Forrest site.xml + +This file contains an outline of the site's information content. It is used to: +- Generate the website menus (though these can be overridden - see docs) +- Provide semantic, location-independent aliases for internal 'site:' URIs, eg +<link href="site:changes"> links to changes.html (or ../changes.html if in + subdir). +- Provide aliases for external URLs in the external-refs section. Eg, <link + href="ext:cocoon"> links to http://xml.apache.org/cocoon/ + +See http://forrest.apache.org/docs/linking.html for more info. +--> + +<site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0"> + + <docs label="Documentation"> + <overview label="Overview" href="index.html" /> + <started label="Getting Started" href="ext:api/started" /> + <api label="API Docs" href="ext:api/index" /> + <wiki label="Wiki" href="ext:wiki" /> + <faq label="FAQ" href="ext:faq" /> + <lists label="Mailing Lists" href="ext:lists" /> + </docs> + + <external-refs> + <site href="http://hadoop.apache.org/hbase/"/> + <lists href="http://hadoop.apache.org/hbase/mailing_lists.html"/> + <releases href="http://hadoop.apache.org/hbase/releases.html"> + <download href="#Download" /> + </releases> + <jira href="http://hadoop.apache.org/hbase/issue_tracking.html"/> + <wiki href="http://wiki.apache.org/hadoop/Hbase" /> + <faq href="http://wiki.apache.org/hadoop/Hbase/FAQ" /> + <zlib href="http://www.zlib.net/" /> + <lzo href="http://www.oberhumer.com/opensource/lzo/" /> + <gzip href="http://www.gzip.org/" /> + <cygwin href="http://www.cygwin.com/" /> + <osx href="http://www.apple.com/macosx" /> + <api href="api/"> + <started href="overview-summary.html#overview_description" /> + <index href="index.html" /> + <org href="org/"> + <apache href="apache/"> + <hadoop href="hadoop/"> + <hbase href="hbase/"> + </hbase> + </hadoop> + </apache> + </org> + </api> + </external-refs> + +</site> Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/tabs.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/tabs.xml?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/tabs.xml (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/content/xdocs/tabs.xml Tue Apr 8 20:07:11 2008 @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" + "http://forrest.apache.org/dtd/tab-cocoon-v10.dtd"> + +<tabs software="HBase" + title="HBase" + copyright="The Apache Software Foundation" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + <!-- The rules are: + @dir will always have /index.html added. + @href is not modified unless it is root-relative and obviously specifies a + directory (ends in '/'), in which case /index.html will be added + --> + + <tab label="Project" href="http://hadoop.apache.org/hbase/" /> + <tab label="Wiki" href="http://wiki.apache.org/hadoop/Hbase" /> + <tab label="HBase Documentation" dir="" /> + +</tabs> Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/architecture.gif URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/architecture.gif?rev=646185&view=auto ============================================================================== Binary file - no diff available. Propchange: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/architecture.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/favicon.ico URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/favicon.ico?rev=646185&view=auto ============================================================================== Binary file - no diff available. Propchange: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/favicon.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hadoop-logo.jpg URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hadoop-logo.jpg?rev=646185&view=auto ============================================================================== Binary file - no diff available. Propchange: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hadoop-logo.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_logo_med.gif URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_logo_med.gif?rev=646185&view=auto ============================================================================== Binary file - no diff available. Propchange: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_logo_med.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_small.gif URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_small.gif?rev=646185&view=auto ============================================================================== Binary file - no diff available. Propchange: hadoop/hbase/branches/0.1/src/docs/src/documentation/resources/images/hbase_small.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: hadoop/hbase/branches/0.1/src/docs/src/documentation/skinconf.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/src/documentation/skinconf.xml?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/src/documentation/skinconf.xml (added) +++ hadoop/hbase/branches/0.1/src/docs/src/documentation/skinconf.xml Tue Apr 8 20:07:11 2008 @@ -0,0 +1,345 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- +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.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.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 + (if the skin supports it) and box-location="all" to show it in all + available locations on the page. Remove the <search> element to show + 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="HBase" domain="hadoop.apache.org" provider="google"/> + + <!-- Disable the print link? If enabled, invalid HTML 4.0.1 --> + <disable-print-link>true</disable-print-link> + <!-- Disable the PDF link? --> + <disable-pdf-link>false</disable-pdf-link> + <!-- Disable the POD link? --> + <disable-pod-link>true</disable-pod-link> + <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. --> + <disable-txt-link>true</disable-txt-link> + <!-- Disable the xml source link? --> + <!-- The xml source link makes it possible to access the xml rendition + of the source frim the html page, and to have it generated statically. + This can be used to enable other sites and services to reuse the + xml format for their uses. Keep this disabled if you don't want other + sites to easily reuse your pages.--> + <disable-xml-link>true</disable-xml-link> + + <!-- Disable navigation icons on all external links? --> + <disable-external-link-image>true</disable-external-link-image> + + <!-- Disable w3c compliance links? + 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>true</disable-compliance-links> + + <!-- Render mailto: links unrecognisable by spam harvesters? --> + <obfuscate-mail-links>false</obfuscate-mail-links> + + <!-- Disable the javascript facility to change the font size --> + <disable-font-script>true</disable-font-script> + + <!-- project logo --> + <project-name>HBase</project-name> + <project-description>The Hadoop database</project-description> + <project-url>http://hadoop.apache.org/hbase/</project-url> + <project-logo>images/hbase_small.gif</project-logo> + + <!-- 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> + + <!-- 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>images/favicon.ico</favicon-url> + + <!-- The following are used to construct a copyright statement --> + <year>2008</year> + <vendor>The Apache Software Foundation.</vendor> + <copyright-link>http://www.apache.org/licenses/</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). + Omit the location attribute to display the trail in the default location. + Use location="none" to not display the trail (if the skin supports it). + For some skins just set the attributes to blank. + --> + <trail> + <link1 name="Apache" href="http://www.apache.org/"/> + <link2 name="Hadoop" href="http://hadoop.apache.org/"/> + <link3 name="HBase" href="http://hadoop.apache.org/hbase/"/> + </trail> + + <!-- Configure the TOC, i.e. the Table of Contents. + @max-depth + how many "section" levels need to be included in the + generated Table of Contents (TOC). + @min-sections + Minimum required to create a TOC. + @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="clean"/> + + <!-- The optional feedback element will be used to construct a + feedback link in the footer with the page pathname appended: + <a href="@href">[EMAIL PROTECTED]</a> + <feedback to="[EMAIL PROTECTED]" + href="mailto:[EMAIL PROTECTED] " > + Send feedback about the website to: + </feedback> + --> + <!-- + 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 b. + To define the css definition of a new element that you may have used + in the class attribute of a <p> node. + e.g. <p class="quote"/> + --> + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + </extra-css> + + <colors> + <!-- These values are used for the generated CSS files. --> + + <!-- Krysalis --> +<!-- + <color name="header" value="#FFFFFF"/> + + <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="tab-unselected" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-unselected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/> + + <color name="heading" value="#a5b6c6"/> + <color name="subheading" value="#CFDCED"/> + + <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="toolbox" value="#a5b6c6"/> + <color name="border" value="#a5b6c6"/> + + <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="dialog" value="#F7F7F7"/> + + <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/> + + <color name="table" value="#a5b6c6"/> + <color name="table-cell" value="#ffffff"/> + <color name="highlight" value="#ffff00"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#a5b6c6"/> + + <color name="footer" value="#a5b6c6"/> +--> + + <!-- Forrest --> +<!-- + <color name="header" value="#294563"/> + + <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + + <color name="heading" value="#294563"/> + <color name="subheading" value="#4a6d8c"/> + + <color name="navstrip" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="toolbox" value="#4a6d8c"/> + <color name="border" value="#294563"/> + + <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/> + <color name="dialog" value="#4a6d8c"/> + + <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/> + + <color name="table" value="#7099C5"/> + <color name="table-cell" value="#f0f0ff"/> + <color name="highlight" value="#ffff00"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#CFDCED"/> + + <color name="footer" value="#cedfef"/> +--> + + <!-- Collabnet --> +<!-- + <color name="header" value="#003366"/> + + <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/> + <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> + <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/> + + <color name="heading" value="#003366"/> + <color name="subheading" value="#888888"/> + + <color name="navstrip" value="#dddddd" font="#555555"/> + <color name="toolbox" value="#dddddd" font="#555555"/> + <color name="border" value="#999999"/> + + <color name="menu" value="#ffffff"/> + <color name="dialog" value="#eeeeee"/> + + <color name="body" value="#ffffff"/> + + <color name="table" value="#ccc"/> + <color name="table-cell" value="#ffffff"/> + <color name="highlight" value="#ffff00"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#003366"/> + + <color name="footer" value="#ffffff"/> +--> + <!-- Lenya using pelt--> +<!-- + <color name="header" value="#ffffff"/> + + <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> + <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> + + <color name="heading" value="#E5E4D9"/> + <color name="subheading" value="#000000"/> + <color name="published" value="#4C6C8F" font="#FFFFFF"/> + <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/> + <color name="navstrip" value="#E5E4D9" font="#000000"/> + + <color name="toolbox" value="#CFDCED" font="#000000"/> + + <color name="border" value="#999999"/> + <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" current="#FFCC33" /> + <color name="menuheading" value="#cfdced" font="#000000" /> + <color name="searchbox" value="#E5E4D9" font="#000000"/> + + <color name="dialog" value="#CFDCED"/> + <color name="body" value="#ffffff" /> + + <color name="table" value="#ccc"/> + <color name="table-cell" value="#ffffff"/> + <color name="highlight" value="#ffff00"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#003366"/> + + <color name="footer" value="#E5E4D9"/> +--> + </colors> + + <!-- Settings specific to PDF output. --> + <pdf> + <!-- + Supported page sizes are a0, a1, a2, a3, a4, a5, executive, + folio, legal, ledger, letter, quarto, tabloid (default letter). + Supported page orientations are portrait, landscape (default + portrait). + Supported text alignments are left, right, justify (default left). + --> + <page size="letter" orientation="portrait" text-align="left"/> + + <!-- + Margins can be specified for top, bottom, inner, and outer + edges. If double-sided="false", the inner edge is always left + and the outer is always right. If double-sided="true", the + inner edge will be left on odd pages, right on even pages, + the outer edge vice versa. + Specified below are the default settings. + --> + <margins double-sided="false"> + <top>1in</top> + <bottom>1in</bottom> + <inner>1.25in</inner> + <outer>1in</outer> + </margins> + + <!-- + Print the URL text next to all links going outside the file + --> + <show-external-urls>false</show-external-urls> + + <!-- + Disable the copyright footer on each page of the PDF. + A footer is composed for each page. By default, a "credit" with role=pdf + will be used, as explained below. Otherwise a copyright statement + will be generated. This latter can be disabled. + --> + <disable-copyright-footer>false</disable-copyright-footer> + </pdf> + + <!-- Credits are typically rendered as a set of small clickable + images in the page footer. + Use box-location="alt" to move the credit to an alternate location + (if the skin supports it). + --> + <credits> + <credit box-location="alt"> + <name>Built with Apache Forrest</name> + <url>http://forrest.apache.org/</url> + <image>images/built-with-forrest-button.png</image> + <width>88</width> + <height>31</height> + </credit> + <!-- A credit with @role="pdf" will be used to compose a footer + for each page in the PDF, using either "name" or "url" or both. + --> + <!-- + <credit role="pdf"> + <name>Built with Apache Forrest</name> + <url>http://forrest.apache.org/</url> + </credit> + --> + </credits> + +</skinconfig> Added: hadoop/hbase/branches/0.1/src/docs/status.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/src/docs/status.xml?rev=646185&view=auto ============================================================================== --- hadoop/hbase/branches/0.1/src/docs/status.xml (added) +++ hadoop/hbase/branches/0.1/src/docs/status.xml Tue Apr 8 20:07:11 2008 @@ -0,0 +1,74 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<status> + + <developers> + <person name="Joe Bloggs" email="[EMAIL PROTECTED]" id="JB" /> + <!-- Add more people here --> + </developers> + + <changes> + <!-- Add new releases here --> + <release version="0.1" date="unreleased"> + <!-- Some action types have associated images. By default, images are + defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add + src/documentation/resources/images/<foo>.jpg images, these will + automatically be used for entries of type <foo>. --> + + <action dev="JB" type="add" context="admin"> + Initial Import + </action> + <!-- Sample action: + <action dev="JB" type="fix" due-to="Joe Contributor" + due-to-email="[EMAIL PROTECTED]" fixes-bug="123"> + Fixed a bug in the Foo class. + </action> + --> + </release> + </changes> + + <todo> + <actions priority="high"> + <action context="docs" dev="JB"> + Customize this template project with your project's details. This + TODO list is generated from 'status.xml'. + </action> + <action context="docs" dev="JB"> + Add lots of content. XML content goes in + <code>src/documentation/content/xdocs</code>, or wherever the + <code>${project.xdocs-dir}</code> property (set in + <code>forrest.properties</code>) points. + </action> + <action context="feedback" dev="JB"> + Mail <link + href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</link> + with feedback. + </action> + </actions> + <!-- Add todo items. @context is an arbitrary string. Eg: + <actions priority="high"> + <action context="code" dev="SN"> + </action> + </actions> + <actions priority="medium"> + <action context="docs" dev="open"> + </action> + </actions> + --> + </todo> + +</status>