You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/04/03 08:43:18 UTC

svn commit: r525087 - in /incubator/ivy/ivyde/trunk/doc: issues.html toc.json

Author: xavier
Date: Tue Apr  3 01:43:17 2007
New Revision: 525087

URL: http://svn.apache.org/viewvc?view=rev&rev=525087
Log:
add issue tracking page

Added:
    incubator/ivy/ivyde/trunk/doc/issues.html
Modified:
    incubator/ivy/ivyde/trunk/doc/toc.json

Added: incubator/ivy/ivyde/trunk/doc/issues.html
URL: http://svn.apache.org/viewvc/incubator/ivy/ivyde/trunk/doc/issues.html?view=auto&rev=525087
==============================================================================
--- incubator/ivy/ivyde/trunk/doc/issues.html (added)
+++ incubator/ivy/ivyde/trunk/doc/issues.html Tue Apr  3 01:43:17 2007
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
+	<script type="text/javascript" src="xooki/xooki.js"></script>
+</head>
+<body>
+	<textarea id="xooki-source">
+Issues are tracked using JIRA hosted at Apache:
+http://issues.apache.org/jira/browse/IVYDE
+
+Feel free to browse what are the bugs already reported for each version, what are the features planned for next versions, and contribute your own feedback by submitting bug reports or feature requests, patches, comments, or simply by voting for your favorite issues.</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>

Modified: incubator/ivy/ivyde/trunk/doc/toc.json
URL: http://svn.apache.org/viewvc/incubator/ivy/ivyde/trunk/doc/toc.json?view=diff&rev=525087&r1=525086&r2=525087
==============================================================================
--- incubator/ivy/ivyde/trunk/doc/toc.json (original)
+++ incubator/ivy/ivyde/trunk/doc/toc.json Tue Apr  3 01:43:17 2007
@@ -33,6 +33,13 @@
         "children": [
 
           ]
+      },
+      {
+        "id":"issues",
+        "title":"Issue Tracking",
+        "children": [
+
+          ]
       }
     ]
 }