You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ke...@apache.org on 2010/07/27 15:09:17 UTC

svn commit: r979686 - in /incubator/oodt/docs/site: development/bugs/ development/bugs/index.html development/index.html development/roadmap/ development/roadmap/index.html development/source/ downloads/index.html index.html

Author: kelly
Date: Tue Jul 27 13:09:16 2010
New Revision: 979686

URL: http://svn.apache.org/viewvc?rev=979686&view=rev
Log:
Additional website pages

Added:
    incubator/oodt/docs/site/development/bugs/
    incubator/oodt/docs/site/development/bugs/index.html
    incubator/oodt/docs/site/development/index.html
    incubator/oodt/docs/site/development/roadmap/
    incubator/oodt/docs/site/development/roadmap/index.html
    incubator/oodt/docs/site/development/source/
Modified:
    incubator/oodt/docs/site/downloads/index.html
    incubator/oodt/docs/site/index.html

Added: incubator/oodt/docs/site/development/bugs/index.html
URL: http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/bugs/index.html?rev=979686&view=auto
==============================================================================
--- incubator/oodt/docs/site/development/bugs/index.html (added)
+++ incubator/oodt/docs/site/development/bugs/index.html Tue Jul 27 13:09:16 2010
@@ -0,0 +1,99 @@
+<?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>Reporting Bugs</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="Defects, enhancements, and other issue reporting for Apache OODT"/>
+        <!-- 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='bug'/>
+        <meta name='DC.subject' content='report'/>
+        <meta name='DC.subject' content='defect'/>
+        <meta name='DC.subject' content='enhancement'/>
+        <meta name='DC.subject' content='jira'/>
+	</head>
+	<body>
+        <p class='callout'>
+            Hey, nobody's perfect.
+        </p>
+        <p>
+            If you've discovered a defect with Apache OODT, or would like to request an enhancement be
+            made, or if you have some other issue with the software, here's how you can proceed:
+        </p>
+        <ul>
+            <li>Raise the issue with us informally.  You can reach us in several ways:
+                <ul>
+                    <li><a href='../contact/mail'>Mailing lists</a></li>
+                    <li><a href='../contact/chatroom'>Chat room</a></li>
+                </ul>
+                <p>See our <a href='../contact'>social networking information</a> for more details.</p>
+            </li>
+            <li>Search our <a href='https://issues.apache.org/jira/browse/OODT'>issue tracker</a> to see
+                if your issue has already been raised and—if not—to raise it yourself. See below
+                for more details.</li>
+        </ul>
+
+        <h4>Issue Tracker</h4>
+        <p>
+            Apache OODT is supported by an installation of the <a href='http://www.atlassian.com/software/jira/'>JIRA</a>
+            issue tracking system.  You can visit our JIRA tracker at the following location:
+        </p>
+        <p class='callout'>
+            <a href='https://issues.apache.org/jira/browse/OODT'>https://issues.apache.org/jira/browse/OODT</a>
+        </p>
+        <p>
+            The JIRA user interface lets you search for existing issue affecting OODT (issues that are "open"),
+            as well as report new defects and requests for enhancement. If your issue hasn't yet been raised by
+            someone else, feel free to submit a new issue:
+        </p>
+        <ol>
+            <li>Please describe your issue with an informative summary.</li>
+            <li>Include full steps needed to reproduce the issue.</li>
+            <li>Tell what version of OODT has the issue, and include pertinent environment details</li>
+        </ol>
+        <p>You're also free to include patches to fix the issue.  Post a lot of patches and we may just
+            want to have you join the OODT team.
+        </p>
+        <h4>Security Vulnerabilities</h4>
+        <p>
+            The Apache Software Foundation takes an active stance when it comes to software security.
+            And as an incubating project, OODT does too.
+        </p>
+        <p>
+            We strenuously urge the report of security problems to our private email list,
+            <a href='oodt-private@incubator.apache.org'>oodt-private@incubator.apache.org</a>,
+            before you make any public disclosure.
+        </p>
+        <p>
+            <em>Note:</em> the private email list should not be used for general bug reports.
+            However, if you need to report a bug that is in an already disclosed security
+            vulnerability, go ahead and use the regular bug reporting procedures described above.
+        </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>
+                    <a href='../source'>Source code</a>
+                    <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>

Added: incubator/oodt/docs/site/development/index.html
URL: http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/index.html?rev=979686&view=auto
==============================================================================
--- incubator/oodt/docs/site/development/index.html (added)
+++ incubator/oodt/docs/site/development/index.html Tue Jul 27 13:09:16 2010
@@ -0,0 +1,65 @@
+<?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>Development of Apache OODT</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="How we keep OODT alive and kicking"/>
+        <!-- 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 -->
+	</head>
+	<body>
+        <p class='callout'>
+            Like many open source projects, Apache OODT is continually being developed and improved upon
+            by its devoted team members.
+        </p>
+        <p>
+            While we undergo <a href='http://incubator.apache.org/'>incubation</a> at the Apache Software
+            Foundation, we've developed a <a href='roadmap'>roadmap</a> outlining future releases, including
+            the first release under Apache aegis: 0.1-incubating, which we hope to offer for
+            <a href='../downloads'>download</a> shortly.  Of course, there's nothing stopping an early
+            adopter from grabbing <a href='source'>the source</a> and building it him or herself.
+        </p>
+        <h4>Build Details</h4>
+        <p>
+            The majority of the <a href='../components'>components</a> of OODT is written in
+            <a href='http://java.sun.com/'>Java</a>, while the <a href='../components/agility'>Agility</a>
+            component is written in <a href='http://python.org/'>Python</a>.  Knowledge of both is nice, though.
+        </p>
+        <p>Each component of the Java build is controlled by <a href='http://maven.apache.org/'>Maven</a>.  
+            However, there is also a top-level <a href='http://maven.apache.org/pom.html'>project object model</a>
+            that orchestrates building <em>all</em> of the OODT components.  Maven is not used for the
+            Agility component; being Python, it takes advantage of the traditional Python Distutils
+            enhanced by <a href='http://python-distribute.org/'>Distribute</a>.
+        </p>
+        <h4>Testing</h4>
+        <p>
+            While we may not fully subscribe to the idea that "untested code is broken code", we do strive
+            to include a lot of automated unit and functional testing.
+        </p>
+        <div id='sidebar'>
+            <h4>Developer Details</h4>
+            <ul>
+                <li><a href='roadmap'>Roadmap</a> to future releases</li>
+                <li><a href='bugs'>Bug</a> and other issue reports</li>
+                <li>
+                    <a href='source'>Source code</a>
+                    <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='mail'>Mailing lists</a></li>
+            </ul>
+            <h4>Additional Resources</h4>
+            <ul>
+                <li><a href='../components'>Component</a> structure</li>
+                <li><a href=''></a></li>
+            </ul>
+        </div>
+    </body>
+</html>

Added: incubator/oodt/docs/site/development/roadmap/index.html
URL: http://svn.apache.org/viewvc/incubator/oodt/docs/site/development/roadmap/index.html?rev=979686&view=auto
==============================================================================
--- incubator/oodt/docs/site/development/roadmap/index.html (added)
+++ incubator/oodt/docs/site/development/roadmap/index.html Tue Jul 27 13:09:16 2010
@@ -0,0 +1,54 @@
+<?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>Release Roadmap</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="Future releases planned for Apache OODT"/>
+        <!-- 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='roadmap'/>
+	</head>
+	<body>
+        <p class='callout'>
+            The release roadmap for OODT aims to provide cutting edge features in data archiving,
+            cataloging, search, and retrieval for science, business, and beyond, and all as free,
+            open source software. 
+        </p>
+        <p>
+            This release roadmap attempts to formally define what the OODT project hopes to achieve,
+            however, as an open source project, decisions are made by the OODT team combined with
+            input from the open source community at large.  Therefore, these plans are subject to
+            change.
+        </p>
+        <h4>Future Releases</h4>
+        <p>Current plan:</p>
+        <p class='callout'>
+            To graduate from the Apache Incubator.
+        </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>
+                    <a href='../source'>Source code</a>
+                    <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/downloads/index.html
URL: http://svn.apache.org/viewvc/incubator/oodt/docs/site/downloads/index.html?rev=979686&r1=979685&r2=979686&view=diff
==============================================================================
--- incubator/oodt/docs/site/downloads/index.html (original)
+++ incubator/oodt/docs/site/downloads/index.html Tue Jul 27 13:09:16 2010
@@ -13,32 +13,33 @@
         <!-- The remaining DC.subject keywords are for search engines or other applications -->
 	</head>
 	<body>
-        <div class="diptych triptychSpace">
-            <div class="visualPadding">
-                <p class="callout">
-                    Sorry folks, we have not made any Apache-blessed releases yet of Apache OODT.
-                </p>
-                <p>
-                    "<a href='http://en.wikipedia.org/wiki/Release_early,_release_often'>Release early, release often</a>"
-                    is <em>not</em> an Apache mantra. But it's cool; we make up for it in quality.
-                </p>
-                <h4>For the Impatient</h4>
-                <p>
-                    You can find old releases of OODT under a more restrictive license at the
-                    <a href='http://openchannelsoftware.com/projects/Object_Oriented_Data_Technolog'>Open
-                        Channel Foundation</a>.  These releases are <em>unsupported</em> as all
-                    the OODT developers are now devoted to the Apache release of Apache OODT.
-                </p>
-            </div>
-            <div class="visualClear"><!-- --></div>
-        </div>
-        <div class="triptychRight">
-            <div class="columnBorder">
-                <div class="visualPadding">
-                    <h4>OK, So When?</h4>
-                    <p>Stay tuned!</p>
-                </div>
-            </div>
+        <p class="callout">
+            Sorry folks, we have not made any Apache-blessed releases yet of Apache OODT.
+        </p>
+        <p>
+            "<a href='http://en.wikipedia.org/wiki/Release_early,_release_often'>Release early, release often</a>"
+            is <em>not</em> an Apache mantra. But it's cool; we make up for it in quality.
+        </p>
+        <h4>For the Impatient</h4>
+        <p>
+            You can find old releases of OODT under a more restrictive license at the
+            <a href='http://openchannelsoftware.com/projects/Object_Oriented_Data_Technolog'>Open
+                Channel Foundation</a>.  These releases are <em>unsupported</em> as all
+            the OODT developers are now devoted to the Apache release of Apache OODT.
+        </p>
+        <p>Meanwhile, stay tuned for an official release announcement.</p>
+        <div id='sidebar'>
+            <h4>Official Releases</h4>
+            <p>None yet.</p>
+            <h4>Verification Keys</h4>
+            <p>Releases will be signed with KEYS, to be announced.
+            </p>
+            <h4>See Also</h4>
+            <ul>
+                <li><a href='../development'>Development</a> details</li>
+                <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=979686&r1=979685&r2=979686&view=diff
==============================================================================
--- incubator/oodt/docs/site/index.html (original)
+++ incubator/oodt/docs/site/index.html Tue Jul 27 13:09:16 2010
@@ -22,7 +22,7 @@
         <div class="triptych triptychSpace">
             <div class="visualPadding">
                 <h4>
-                    Just what is <span>Apache™ OODT</span>?
+                    Just what is Apache™ OODT?
                 </h4>
                 <p>
                     It's metadata for middleware (and vice versa):
@@ -47,7 +47,7 @@
                     </li>
                 </ul>
                 <h4>
-                    <span>Open</span> Source
+                    Open Source
                 </h4>
                 <p>
                     Apache™ OODT is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Justin Erenkrantz. 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. <a href='http://incubator.apache.org/'><!-- One damn ugly logo; minimize the size to keep it from blemishing our page: --><img src='http://incubator.apache.org/images/apache-incubator-logo.png' width='50' alt='Apache™ Incubator' /></a>
@@ -58,7 +58,7 @@
             <div class="columnBorder">
                 <div class="visualPadding">
                     <h4>
-                        <span>Component</span> Parts
+                        Component Parts
                     </h4>
                     <p>
                         Apache™ OODT is <a href='components'>component based</a> software, the parts of which you can mix 'n match:
@@ -115,7 +115,7 @@
                         <a href='oodt/rss'><img src='/images/icon-rss.gif' alt='RSS' />RSS</a>
                     </div>
                     <h4>
-                        Latest <span>Updates</span>
+                        Latest Updates
                     </h4>
                     <dl class='newsItems'>
                         <dt>