You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by fa...@apache.org on 2004/06/15 05:18:09 UTC

svn commit: rev 21253 - excalibur/site

Author: farra
Date: Mon Jun 14 20:18:09 2004
New Revision: 21253

Added:
   excalibur/site/jira.html
Modified:
   excalibur/site/about.html
   excalibur/site/mailing-lists.html
   excalibur/site/svn.html
Log:
Added a Issue Tracker/JIRA page

Modified: excalibur/site/about.html
==============================================================================
--- excalibur/site/about.html	(original)
+++ excalibur/site/about.html	Mon Jun 14 20:18:09 2004
@@ -26,7 +26,8 @@
 <li>About Excalibur</li>
 <li><a href="mailing-lists.html">Mailing Lists</a></li>
 <li><a href="http://wiki.apache.org/excalibur">Wiki</a></li>
-<li><a href="svn.html">Subversion</a></li>
+<li><a href="svn.html">Subversion</a></li
+><li><a href="jira.html">Issue Tracking</a></li>
 </ul>
     </div>
 </div>

Added: excalibur/site/jira.html
==============================================================================
--- (empty file)
+++ excalibur/site/jira.html	Mon Jun 14 20:18:09 2004
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<!-- ==================================================================
+ Copyright (c) 2004 The Apache Software Foundation.
+ All rights reserved.
+=================================================================== -->
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <meta http-equiv="Content-Type"
+                content="text/html; charset=iso-8859-1" />
+        <title>Apache Excalibur - Issue Tracker</title>
+        <link rel="stylesheet" href="css/default.css" type="text/css" />
+    </head>
+<body>
+<div id="header">
+    <a href="/" title="Apache Excalibur"><img src="logo.gif" alt="Apache Excalibur" border="0" /></a>
+</div>
+
+<div id="sidebar">
+    <div id="subscriptions">
+<h2>Essentials</h2>
+<ul>
+<li><a href="index.html">Front Page</a></li>
+<li><a href="about.html">About Excalibur</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
+<li><a href="http://wiki.apache.org/excalibur">Wiki</a></li>
+<li><a href="svn.html">Subversion</a></li>
+<li>Issue Tracking</li>
+</ul>
+    </div>
+</div>
+
+
+<div id="slogan">The History and Future of Inversion of Control</div>
+
+<div id="menuContainer">
+    <div id="menu">
+            <ul>
+                <li><a href="http://www.apache.org/">Apache</a></li> |
+                <li><a href="http://excalibur.apache.org/about.html">Excalibur</a></li>
+            </ul>
+    </div>
+</div>
+
+<!--<div id="rsslink"><a href="http://excalibur.apache.org/about.html">About Excalibur</a></div>-->
+
+<div id="main">
+
+<h2>What is JIRA?</h2>
+
+<p>JIRA is an issue and bug tracker.  The Excalibur team uses JIRA to keep track of all of our open tasks and changelog data.</p>
+
+<h2>Who can use it?</h2>
+<p>
+Anyone.  Anyone can create an account and enter or update issues, bug reports, and feature requests.
+</p>
+
+<h2>Where is it?</h2>
+
+<p>
+Apache Excalibur uses the following <a href="http://issues.apache.org/jira">ASF JIRA</a> modules:
+</p>
+<ul>
+  <li><a href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10428">Excalibur Components</a></li>
+  <li><a href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10420">Excalibur Fortress</a></li>
+</ul>
+You can browse these modules to see the current status of the project or to enter new issues.
+</p>
+
+<div id="footer">
+    Copyright (c) 2004 The Apache Software Foundation.
+</div>
+
+</body>
+
+</html>

Modified: excalibur/site/mailing-lists.html
==============================================================================
--- excalibur/site/mailing-lists.html	(original)
+++ excalibur/site/mailing-lists.html	Mon Jun 14 20:18:09 2004
@@ -27,6 +27,7 @@
 <li>Mailing Lists</li>
 <li><a href="http://wiki.apache.org/excalibur">Wiki</a></li>
 <li><a href="svn.html">Subversion</a></li>
+<li><a href="jira.html">Issue Tracking</a></li>
 </ul>
     </div>
 </div>

Modified: excalibur/site/svn.html
==============================================================================
--- excalibur/site/svn.html	(original)
+++ excalibur/site/svn.html	Mon Jun 14 20:18:09 2004
@@ -27,6 +27,7 @@
 <li><a href="mailing-lists.html">Mailing Lists</a></li>
 <li><a href="http://wiki.apache.org/excalibur">Wiki</a></li>
 <li>Subversion</li>
+<li><a href="jira.html">Issue Tracking</a></li>
 </ul>
     </div>
 </div>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org