Author: kelly
Date: Tue Jul 27 22:51:54 2010
New Revision: 979899

URL: http://svn.apache.org/viewvc?rev=979899&view=rev
Log:
Lots more static parts of the Apache OODT website

Added:
    incubator/oodt/docs/site/about/incubation/
    incubator/oodt/docs/site/about/incubation/apache-incubator-logo.png   (with 
props)
    incubator/oodt/docs/site/about/incubation/index.html
    incubator/oodt/docs/site/components/agility/index.html
    incubator/oodt/docs/site/components/common/index.html
    incubator/oodt/docs/site/components/grid/index.html
    incubator/oodt/docs/site/development/source/index.html
Modified:
    incubator/oodt/docs/site/about/history/index.html
    incubator/oodt/docs/site/about/index.html
    incubator/oodt/docs/site/components/cas/index.html
    incubator/oodt/docs/site/components/index.html
    incubator/oodt/docs/site/development/index.html
    incubator/oodt/docs/site/development/roadmap/index.html
    incubator/oodt/docs/site/index.html

Modified: incubator/oodt/docs/site/about/history/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/about/history/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/about/history/index.html (original)
+++ incubator/oodt/docs/site/about/history/index.html Tue Jul 27 22:51:54 2010
@@ -56,7 +56,6 @@
                 <li>History of the Project</li>
                 <li><a href='../users'>Who's Using It</a></li>
                 <li><a href='../incubation'>The Incubation</a></li>
-                <li><a href='../future'>What the Future Holds</a></li>
             </ul>
             <h4>About Us</h4>
             <ul>

Added: incubator/oodt/docs/site/about/incubation/apache-incubator-logo.png
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/about/incubation/apache-incubator-logo.png?rev=979899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/oodt/docs/site/about/incubation/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/oodt/docs/site/about/incubation/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/about/incubation/index.html?rev=979899&view=auto
==============================================================================
--- incubator/oodt/docs/site/about/incubation/index.html (added)
+++ incubator/oodt/docs/site/about/incubation/index.html Tue Jul 27 22:51:54 
2010
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+       'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+       <head>
+               <meta http-equiv='Content-Type' content='text/html; 
charset=utf-8'/>
+               <title>Apache Incubator</title>
+        <link rel='schema.DC' href='http://purl.org/dc/elements/1.1/' />
+        <!-- This is transformed into the h2 on the generated page -->
+        <meta name='DC.description' content='Incubating OODT'/>
+        <!-- The first DC.subject keyword identifies what navigation tab this 
goes in -->
+        <meta name='DC.subject' content='about'/>
+        <!-- The remaining DC.subject keywords are for search engines or other 
applications -->
+        <meta name='DC.subject' content='apache'/>
+        <meta name='DC.subject' content='asf'/>
+        <meta name='DC.subject' content='incubator'/>
+       </head>
+       <body>
+        <p class='callout'>
+            Warning: incubating software ahead!
+        </p>
+        <p>
+            Apache OODT is undergoing incubation at <a 
href='http://www.apache.org/'>The Apache Software Foundation</a> (ASF),
+            sponsored by the <a href='http://incubator.apache.org/'>Apache 
Incubator</a>. Incubation is required of all newly
+            accepted projects until a further review indicates that the 
infrastructure, communications, and decision making
+            process have stabilized in a manner consistent with other 
successful ASF projects. While incubation status is not
+            necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet
+            to be fully endorsed by the ASF.
+        </p>
+
+        <h4>Incubation Status</h4>
+        <p>
+            As OODT is in incubation, it files regular reports with the 
incubation board and has its status
+            tracked by its mentors.  Feel free to view:
+        </p>
+        <ul>
+            <li><a 
href='http://wiki.apache.org/incubator/ReportingSchedule'>Reporting 
Schedule</a> of incubation projects,
+                including OODT</li>
+            <li><a href='http://wiki.apache.org/incubator/April2010'>Latest 
incubation board report</a> that mentioned OODT</li>
+            <li><a href='http://incubator.apache.org/clutch.html'>Overall 
incubation status of all projects</a></li>
+        </ul>
+
+        <h4>Incubator Logo</h4>
+        <p>
+            For completeness, we hereby dutifully present the ugly, 
anti-anti-aliased incubator logo of the
+            Incubator:
+        </p>
+        <p>
+            <img src='apache-incubator-logo.png' alt='Aapche Incubator'/>
+        </p>
+
+        <div id='sidebar'>
+            <h4>Explore More</h4>
+            <ul>
+                <li><a href='../history'>History of the Project</a></li>
+                <li><a href='../users'>Who's Using It</a></li>
+                <li>The Incubation</li>
+            </ul>
+            <h4>About Us</h4>
+            <ul>
+                <li><a href='../team'>The Team</a></li>
+                <li>It's open source: <a href='/contact'>join us</a>!</li>
+                <li><a href='../legacy'>Legacy</a>: thanks to JPL</li>
+            </ul>
+        </div>
+    </body>
+</html>
+

Modified: incubator/oodt/docs/site/about/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/about/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/about/index.html (original)
+++ incubator/oodt/docs/site/about/index.html Tue Jul 27 22:51:54 2010
@@ -37,7 +37,6 @@
                 <li><a href='history'>History of the Project</a></li>
                 <li><a href='users'>Who's Using It</a></li>
                 <li><a href='incubation'>The Incubation</a></li>
-                <li><a href='future'>What the Future Holds</a></li>
             </ul>
             <h4>About Us</h4>
             <ul>

Added: incubator/oodt/docs/site/components/agility/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/agility/index.html?rev=979899&view=auto
==============================================================================
--- incubator/oodt/docs/site/components/agility/index.html (added)
+++ incubator/oodt/docs/site/components/agility/index.html Tue Jul 27 22:51:54 
2010
@@ -0,0 +1,98 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+       'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+       <head>
+               <meta http-equiv='Content-Type' content='text/html; 
charset=utf-8'/>
+               <title>Apache OODT: Agility</title>
+        <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"; />
+        <!-- This is transformed into the h2 on the generated page -->
+        <meta name='DC.description' content='An agile version of OODT requires 
more than just a dynamic language'/>
+        <!-- The first DC.subject keyword identifies what navigation tab this 
goes in -->
+        <meta name='DC.subject' content='components'/>
+        <!-- The remaining DC.subject keywords are for search engines or other 
applications -->
+        <meta name='DC.subject' content='oodt'/>
+        <meta name='DC.subject' content='agility'/>
+       </head>
+       <body>
+        <p class="callout">
+            Eschewing overly verbose static types, OODT embraces Python to see 
what happens.
+        </p>
+        <p>
+            Apache OODT Agility is a re-implementation of the <a 
href='../grid'>OODT Grid Components</a>
+            in <a href='http://python.org'>Python</a>, with a focus on high 
performance in the face
+            of gargantuan data sets as well as accelerated development and 
integration into existing
+            systems.
+        </p>
+        <p>OODT Agility recasts profile, product, and query services for:</p>
+        <ul>
+            <li>Extreme performance by streaming instead of packetizing 
data</li>
+            <li>Ability to handle enormous data sets through intelligent 
indexing </li>
+            <li>Simplified and high-speed integration into existing systems 
leveraging the dynamic nature of Python</li>
+        </ul>
+        <p>All the while, OODT Agility is <em>compatible</em> with existing 
Java-based OODT systems.</p>
+
+        <h4>Does Anyone Seriously Use It?</h4>
+        <p>OODT Agility is actively running in important applications, 
including:</p>
+        <ul>
+            <li>The Planetary Data Access Protocol, a project of the <a 
href='http://planetarydata.org/'>International
+                Planetary Data Alliance</a></li>
+            <li>NASA's <a href='http://pds.nasa.gov/'>Planetary Data 
System</a></li>
+            <li><a href='http://edrn.nci.nih.gov/'>Early Detection Research 
Network</a></li>
+        </ul>
+
+        <h4>Links</h4>
+        <ul>
+            <li><a href='http://pypi.python.org/pypi/oodt'>Python Package 
Index entry on OODT</a> (aka, "Cheese Shop")</li>
+        </ul>
+
+
+        <div id='sidebar'>
+            <h4>Python</h4>
+            <ul>
+                <li>Agility</li>
+            </ul>
+            <h4>Java</h4>
+            <dl>
+                <dt><a href='../cas'>Catalog &amp; Archive</a> (CAS)</dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/catalog'>Catalog</a></li>
+                        <li><a href='../maven/crawler'>Crawling 
Framework</a></li>
+                        <li><a href='../maven/curator'>Curation</a></li>
+                        <li><a href='../maven/filemgr'>File Manager</a></li>
+                        <li><a href='../maven/metadata'>Metadata</a></li>
+                        <li><a href='../maven/pcs/input'>PCS Input</a></li>
+                        <li><a href='../maven/pge'>PCS PGE</a> <span 
class='discreet'>WTF</span></li>
+                        <li><a href='../maven/pushpull'>Push/Pull 
Framework</a></li>
+                        <li><a href='../maven/resource'>Resource 
Management</a></li>
+                        <li><a href='../maven/workflow'>Workflow</a></li>
+                        <li><a href='../maven/mvn/plugins/cas-install'>CAS 
Installer</a></li>
+                        <li>Web Apps
+                            <ul>
+                                <li><a href='../maven/webapp/filemgr'>File 
Manager</a></li>
+                                <li><a href='../maven/webapp/fmprod'>CAS 
Product Server</a></li>
+                                <li><a 
href='../maven/webapp/workflow'>Workflow Monitor</a></li>
+                            </ul>
+                        </li>
+                    </ul>
+                </dd>
+                <dt><a href='../grid'>Grid</a></dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/product'>Product Service</a></li>
+                        <li><a href='../maven/profile'>Profile Service</a></li>
+                    </ul>
+                </dd>
+                <dt><a href='../common'>Common Components</a></dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/commons'>OODT Commons</a></li>
+                        <li><a href='../maven/sso'>Single Sign-On</a></li>
+                        <li><a href='../maven/xmlquery'>Query 
Expression</a></li>
+                    </ul>
+                </dd>
+            </dl>
+        </div>
+    </body>
+</html>

Modified: incubator/oodt/docs/site/components/cas/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/cas/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/components/cas/index.html (original)
+++ incubator/oodt/docs/site/components/cas/index.html Tue Jul 27 22:51:54 2010
@@ -76,14 +76,14 @@
                         </li>
                     </ul>
                 </dd>
-                <dt>Grid</dt>
+                <dt><a href='../grid'>Grid</a></dt>
                 <dd>
                     <ul>
                         <li><a href='../maven/product'>Product Service</a></li>
                         <li><a href='../maven/profile'>Profile Service</a></li>
                     </ul>
                 </dd>
-                <dt>Common Components</dt>
+                <dt><a href='../common'>Common Components</a></dt>
                 <dd>
                     <ul>
                         <li><a href='../maven/commons'>OODT Commons</a></li>

Added: incubator/oodt/docs/site/components/common/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/common/index.html?rev=979899&view=auto
==============================================================================
--- incubator/oodt/docs/site/components/common/index.html (added)
+++ incubator/oodt/docs/site/components/common/index.html Tue Jul 27 22:51:54 
2010
@@ -0,0 +1,79 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+       'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+       <head>
+               <meta http-equiv='Content-Type' content='text/html; 
charset=utf-8'/>
+               <title>Apache OODT: Common Components</title>
+        <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"; />
+        <!-- This is transformed into the h2 on the generated page -->
+        <meta name='DC.description' content='Utility and other components of 
general use across all of OODT and beyond'/>
+        <!-- The first DC.subject keyword identifies what navigation tab this 
goes in -->
+        <meta name='DC.subject' content='components'/>
+        <!-- The remaining DC.subject keywords are for search engines or other 
applications -->
+        <meta name='DC.subject' content='utility'/>
+        <meta name='DC.subject' content='commons'/>
+       </head>
+       <body>
+        <p class="callout">
+            Providing Apache OODT with a firm foundation, the common 
components provide needed
+            support for catalogs, archives, and grids.
+        </p>
+        <p>
+            The components that make up the OODT common utilities include:
+        </p>
+        <ul>
+            <li><a href='../maven/xmlquery'>Query Expression</a> — Platform 
neutral and extensible way of posing questions</li>
+            <li><a href='../maven/sso'>Single Sign On</a> — Because signing 
on more than once isn't fun</li>
+            <li><a href='../maven/commons'>Commons</a> — Lots of 
miscellaneous utilities, including I/O streams,
+                logging, XML, and more</li>
+        </ul>
+        <div id='sidebar'>
+            <h4>Python</h4>
+            <ul>
+                <li><a href='../agility'>Agility</a></li>
+            </ul>
+            <h4>Java</h4>
+            <dl>
+                <dt><a href='../cas'>Catalog &amp; Archive</a> (CAS)</dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/catalog'>Catalog</a></li>
+                        <li><a href='../maven/crawler'>Crawling 
Framework</a></li>
+                        <li><a href='../maven/curator'>Curation</a></li>
+                        <li><a href='../maven/filemgr'>File Manager</a></li>
+                        <li><a href='../maven/metadata'>Metadata</a></li>
+                        <li><a href='../maven/pcs/input'>PCS Input</a></li>
+                        <li><a href='../maven/pge'>PCS PGE</a> <span 
class='discreet'>WTF</span></li>
+                        <li><a href='../maven/pushpull'>Push/Pull 
Framework</a></li>
+                        <li><a href='../maven/resource'>Resource 
Management</a></li>
+                        <li><a href='../maven/workflow'>Workflow</a></li>
+                        <li><a href='../maven/mvn/plugins/cas-install'>CAS 
Installer</a></li>
+                        <li>Web Apps
+                            <ul>
+                                <li><a href='../maven/webapp/filemgr'>File 
Manager</a></li>
+                                <li><a href='../maven/webapp/fmprod'>CAS 
Product Server</a></li>
+                                <li><a 
href='../maven/webapp/workflow'>Workflow Monitor</a></li>
+                            </ul>
+                        </li>
+                    </ul>
+                </dd>
+                <dt><a href='../grid'>Grid</a></dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/product'>Product Service</a></li>
+                        <li><a href='../maven/profile'>Profile Service</a></li>
+                    </ul>
+                </dd>
+                <dt>Common Components</dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/commons'>OODT Commons</a></li>
+                        <li><a href='../maven/sso'>Single Sign-On</a></li>
+                        <li><a href='../maven/xmlquery'>Query 
Expression</a></li>
+                    </ul>
+                </dd>
+            </dl>
+        </div>
+    </body>
+</html>

Added: incubator/oodt/docs/site/components/grid/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/grid/index.html?rev=979899&view=auto
==============================================================================
--- incubator/oodt/docs/site/components/grid/index.html (added)
+++ incubator/oodt/docs/site/components/grid/index.html Tue Jul 27 22:51:54 2010
@@ -0,0 +1,81 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+       'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+       <head>
+               <meta http-equiv='Content-Type' content='text/html; 
charset=utf-8'/>
+               <title>Apache OODT: Grid Components</title>
+        <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"; />
+        <!-- This is transformed into the h2 on the generated page -->
+        <meta name='DC.description' content='Metadata and data services for 
the grid'/>
+        <!-- The first DC.subject keyword identifies what navigation tab this 
goes in -->
+        <meta name='DC.subject' content='components'/>
+        <!-- The remaining DC.subject keywords are for search engines or other 
applications -->
+        <meta name='DC.subject' content='profile'/>
+        <meta name='DC.subject' content='product'/>
+        <meta name='DC.subject' content='metadata'/>
+        <meta name='DC.subject' content='data'/>
+       </head>
+       <body>
+        <p class="callout">
+            OODT's grid components earned its runner-up NASA Software of the 
Year Award in 2003.
+        </p>
+        <h4>Profile and Product Services</h4>
+        <p>
+            The OODT Profile (metadata) and Product (data) services together 
create virtual organizations
+            for the grid, with both computational and data grid support.  The 
two software components
+            that comprise the grid services are:
+        </p>
+        <ul>
+            <li><a href='../maven/product'>Product</a> — Retrieves resources 
(products) in platform-neutral formats</li>
+            <li><a href='../maven/profile'>Profile</a> — Describes and 
discovers resources using extensible metadata called "profiles"</li>
+        </ul>
+        <div id='sidebar'>
+            <h4>Python</h4>
+            <ul>
+                <li><a href='../agility'>Agility</a></li>
+            </ul>
+            <h4>Java</h4>
+            <dl>
+                <dt><a href='../cas'>Catalog &amp; Archive</a> (CAS)</dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/catalog'>Catalog</a></li>
+                        <li><a href='../maven/crawler'>Crawling 
Framework</a></li>
+                        <li><a href='../maven/curator'>Curation</a></li>
+                        <li><a href='../maven/filemgr'>File Manager</a></li>
+                        <li><a href='../maven/metadata'>Metadata</a></li>
+                        <li><a href='../maven/pcs/input'>PCS Input</a></li>
+                        <li><a href='../maven/pge'>PCS PGE</a> <span 
class='discreet'>WTF</span></li>
+                        <li><a href='../maven/pushpull'>Push/Pull 
Framework</a></li>
+                        <li><a href='../maven/resource'>Resource 
Management</a></li>
+                        <li><a href='../maven/workflow'>Workflow</a></li>
+                        <li><a href='../maven/mvn/plugins/cas-install'>CAS 
Installer</a></li>
+                        <li>Web Apps
+                            <ul>
+                                <li><a href='../maven/webapp/filemgr'>File 
Manager</a></li>
+                                <li><a href='../maven/webapp/fmprod'>CAS 
Product Server</a></li>
+                                <li><a 
href='../maven/webapp/workflow'>Workflow Monitor</a></li>
+                            </ul>
+                        </li>
+                    </ul>
+                </dd>
+                <dt>Grid</dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/product'>Product Service</a></li>
+                        <li><a href='../maven/profile'>Profile Service</a></li>
+                    </ul>
+                </dd>
+                <dt><a href='../common'>Common Components</a></dt>
+                <dd>
+                    <ul>
+                        <li><a href='../maven/commons'>OODT Commons</a></li>
+                        <li><a href='../maven/sso'>Single Sign-On</a></li>
+                        <li><a href='../maven/xmlquery'>Query 
Expression</a></li>
+                    </ul>
+                </dd>
+            </dl>
+        </div>
+    </body>
+</html>

Modified: incubator/oodt/docs/site/components/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/components/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/components/index.html (original)
+++ incubator/oodt/docs/site/components/index.html Tue Jul 27 22:51:54 2010
@@ -24,21 +24,25 @@
             provide related services.  The major functional areas are:
         </p>
         <dl>
-            <dt>Catalog and Archive</dt>
+            <dt><a href='cas'>Catalog and Archive</a></dt>
             <dd>
                 Components that deal with extracting metadata from resources, 
archiving
                 them for long term storage, and providing discovery functions 
for later
                 retrieval.
             </dd>
-            <dt>Grid</dt>
+            <dt><a href='grid'>Grid</a></dt>
             <dd>
                 Components that describe or <em>profile</em> things with 
metadata and
                 retrieve <em>products</em> or resource data in standard 
formats.
             </dd>
-            <dt>Common</dt>
+            <dt><a href='common'>Common</a></dt>
             <dd>
                 Utility components that provide a common set of features.
             </dd>
+            <dt><a href='agility'>OODT Agility</a></dt>
+            <dd>
+                Python implementation of Apache OODT.
+            </dd>
         </dl>
         <h4>The Languages of OODT</h4>
         <p>
@@ -68,22 +72,22 @@
                 <dt>Catalog &amp; Archive (CAS)</dt>
                 <dd>
                     <ul>
-                        <li><a href='catalog'>Catalog</a></li>
-                        <li><a href='crawler'>Crawling Framework</a></li>
-                        <li><a href='curator'>Curation</a></li>
-                        <li><a href='filemgr'>File Manager</a></li>
-                        <li><a href='metadata'>Metadata</a></li>
-                        <li><a href='pcs/input'>PCS Input</a></li>
-                        <li><a href='pge'>PCS PGE</a> <span 
class='discreet'>WTF</span></li>
-                        <li><a href='pushpull'>Push/Pull Framework</a></li>
-                        <li><a href='resource'>Resource Management</a></li>
-                        <li><a href='workflow'>Workflow</a></li>
-                        <li><a href='mvn/plugins/cas-install'>CAS 
Installer</a></li>
+                        <li><a href='maven/catalog'>Catalog</a></li>
+                        <li><a href='maven/crawler'>Crawling Framework</a></li>
+                        <li><a href='maven/curator'>Curation</a></li>
+                        <li><a href='maven/filemgr'>File Manager</a></li>
+                        <li><a href='maven/metadata'>Metadata</a></li>
+                        <li><a href='maven/pcs/input'>PCS Input</a></li>
+                        <li><a href='maven/pge'>PCS PGE</a> <span 
class='discreet'>WTF</span></li>
+                        <li><a href='maven/pushpull'>Push/Pull 
Framework</a></li>
+                        <li><a href='maven/resource'>Resource 
Management</a></li>
+                        <li><a href='maven/workflow'>Workflow</a></li>
+                        <li><a href='maven/mvn/plugins/cas-install'>CAS 
Installer</a></li>
                         <li>Web Apps
                             <ul>
-                                <li><a href='webapp/filemgr'>File 
Manager</a></li>
-                                <li><a href='webapp/fmprod'>CAS Product 
Server</a></li>
-                                <li><a href='webapp/workflow'>Workflow 
Monitor</a></li>
+                                <li><a href='maven/webapp/filemgr'>File 
Manager</a></li>
+                                <li><a href='maven/webapp/fmprod'>CAS Product 
Server</a></li>
+                                <li><a href='maven/webapp/workflow'>Workflow 
Monitor</a></li>
                             </ul>
                         </li>
                     </ul>
@@ -91,16 +95,16 @@
                 <dt>Grid</dt>
                 <dd>
                     <ul>
-                        <li><a href='product'>Product Service</a></li>
-                        <li><a href='profile'>Profile Service</a></li>
+                        <li><a href='maven/product'>Product Service</a></li>
+                        <li><a href='maven/profile'>Profile Service</a></li>
                     </ul>
                 </dd>
                 <dt>Common Components</dt>
                 <dd>
                     <ul>
-                        <li><a href='commons'>OODT Commons</a></li>
-                        <li><a href='sso'>Single Sign-On</a></li>
-                        <li><a href='xmlquery'>Query Expression</a></li>
+                        <li><a href='maven/commons'>OODT Commons</a></li>
+                        <li><a href='maven/sso'>Single Sign-On</a></li>
+                        <li><a href='maven/xmlquery'>Query Expression</a></li>
                     </ul>
                 </dd>
             </dl>

Modified: incubator/oodt/docs/site/development/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/development/index.html (original)
+++ incubator/oodt/docs/site/development/index.html Tue Jul 27 22:51:54 2010
@@ -58,7 +58,7 @@
             <h4>Additional Resources</h4>
             <ul>
                 <li><a href='../components'>Component</a> structure</li>
-                <li><a href=''></a></li>
+                <li><a href='http://incubator.apache.org/'>Apache 
Incubator</a></li>
             </ul>
         </div>
     </body>

Modified: incubator/oodt/docs/site/development/roadmap/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/roadmap/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/development/roadmap/index.html (original)
+++ incubator/oodt/docs/site/development/roadmap/index.html Tue Jul 27 22:51:54 
2010
@@ -28,7 +28,7 @@
         <h4>Future Releases</h4>
         <p>Current plan:</p>
         <p class='callout'>
-            To graduate from the Apache Incubator.
+            To graduate from the Apache Incubator!
         </p>
         <div id='sidebar'>
             <h4>Developer Details</h4>

Added: incubator/oodt/docs/site/development/source/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/source/index.html?rev=979899&view=auto
==============================================================================
--- incubator/oodt/docs/site/development/source/index.html (added)
+++ incubator/oodt/docs/site/development/source/index.html Tue Jul 27 22:51:54 
2010
@@ -0,0 +1,85 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+       'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+       <head>
+               <meta http-equiv='Content-Type' content='text/html; 
charset=utf-8'/>
+               <title>Source Code</title>
+        <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"; />
+        <!-- This is transformed into the h2 on the generated page -->
+        <meta name='DC.description' content="Details about the Apache OODT 
Source Repository"/>
+        <!-- The first DC.subject keyword identifies what navigation tab this 
goes in -->
+        <meta name='DC.subject' content='development'/>
+        <!-- The remaining DC.subject keywords are for search engines or other 
applications -->
+        <meta name='DC.subject' content='source'/>
+        <meta name='DC.subject' content='subversion'/>
+        <meta name='DC.subject' content='repository'/>
+       </head>
+       <body>
+        <p class='callout'>
+            A project is nothing without its source.
+        </p>
+        <p>
+            Apache OODT uses <a href='http://subversion.apache.org/'>Apache 
Subversion</a> to manage its Apaache
+            source code.  You can read the book <cite><a 
href='http://svnbook.red-bean.com/'>Version Control with
+                Subversion</a></cite> online or pick up a copy at your 
favorite dead tree retailer,
+            if you're unfamiliar with Subversion.
+        </p>
+        <h4>Anonymous Access</h4>
+        <p>
+            You can use your favorite Subversion tools to access OODT source 
repository.  The repository
+            URL is:
+        </p>
+        <pre>http://svn.apache.org/repos/asf/incubator/oodt</pre>
+        <p>
+            If you're behind a firewall or other access control mechanism that 
restricts HTTP access
+            that Subversion needs, then using the secure HTTPS access method 
might work:
+        </p>
+        <pre>https://svn.apache.org/repos/asf/incubator/oodt</pre>
+        <p>
+            If all else fails, you might find better luck with an HTTP proxy; 
consult the Subversion
+            and/or your tools documentation on configuring Subversion to use a 
proxy.
+        </p>
+
+        <h4>Repository Viewer</h4>
+        <p>
+            If you don't have access to Subversion client tools, or don't like 
the austere raw HTTP
+            view that a Subversion repository provides, you can use the Apache 
ViewVC web application
+            for a more friendly look at the OODT source repository.
+        </p>
+        <p>
+            <a href='http://svn.apache.org/viewvc/incubator/oodt/'>Access the 
repository viewer</a>.
+        </p>
+
+        <h4>Developer Access</h4>
+        <p>
+            If you've signed your Apache contributor's agreement and have your 
Apache user name,
+            then by all means use Apache Subversion for Apache-authenticated 
access to the
+            Apache OODT repository. Just don't sit there—do it!
+        </p>
+        <p>The repository URL is:</p>
+        <pre>https://svn.apache.org/repos/asf/incubator/oodt</pre>
+        <p>(Astute readers will notice it's the same as the HTTPS URL above.  
Have a cookie.)</p>
+
+        <div id='sidebar'>
+            <h4>Developer Details</h4>
+            <ul>
+                <li><a href='../roadmap'>Roadmap</a> to future releases</li>
+                <li>Bug and other issue reports</li>
+                <li>
+                    Source Code
+                    <ul>
+                        <li><a 
href='https://svn.apache.org/repos/asf/incubator/oodt'>Subversion 
Repository</a></li>
+                        <li><a 
href='http://svn.apache.org/viewvc/incubator/oodt/'>ViewVC</a> repository 
viewer</li>
+                    </ul>
+                </li>
+                <li><a href='../contact/mail'>Mailing lists</a></li>
+            </ul>
+            <h4>Additional Resources</h4>
+            <ul>
+                <li><a href='../../components'>Component</a> structure</li>
+                <li><a href='http://incubator.apache.org/'>Apache 
Incubator</a></li>
+            </ul>
+        </div>
+    </body>
+</html>

Modified: incubator/oodt/docs/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/oodt/docs/site/index.html?rev=979899&r1=979898&r2=979899&view=diff
==============================================================================
--- incubator/oodt/docs/site/index.html (original)
+++ incubator/oodt/docs/site/index.html Tue Jul 27 22:51:54 2010
@@ -82,7 +82,7 @@
                         </div>
                         <div class='componentPart'>
                             <h2>
-                                <img src='/images/icon-query.gif' alt='Query' 
/> <a href='/components/query'>Query</a>
+                                <img src='/images/icon-query.gif' alt='Query' 
/> <a href='/components/maven/xmlquery'>Query</a>
                             </h2>
                             <p>
                                 Ask any question, send it flying to its answers


Reply via email to