summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-05-21 02:14:51 (GMT)
committerSteven Knight <knight@baldmt.com>2006-05-21 02:14:51 (GMT)
commitc2b39229e50afd21c7fb595a4c4f03443be2580a (patch)
tree4b536194f69583a983bf837bc6fc6b8ac3dc55b7 /www
parent70eb2b342acfb7a5fa516067c8dd7f5c8a434268 (diff)
downloadSCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.zip
SCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.tar.gz
SCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.tar.bz2
Add initial place holder pages for bug/feature/patch submission guidelines,
and prototype nav bar links for them.
Diffstat (limited to 'www')
-rw-r--r--www/bug-submission.html22
-rw-r--r--www/feature-request.html22
-rw-r--r--www/patch-submission.html22
-rw-r--r--www/project_tools.html6
4 files changed, 71 insertions, 1 deletions
diff --git a/www/bug-submission.html b/www/bug-submission.html
new file mode 100644
index 0000000..d0683fb
--- /dev/null
+++ b/www/bug-submission.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+<title>scons: Bug Submission Guidelines</title>
+</head>
+<body>
+
+<div id="apphead">
+<h1><small>Bug Submission Guidelines</small></h1>
+</div>
+
+<p>
+<a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=DEFECT?subcomponent=scons">http://scons.tigris.org/issues/enter_bug.cgi?issue_type=DEFECT?subcomponent=scons</a>
+</p>
+
+<p>
+More information coming soon...
+</p>
+
+</div>
+
+</body>
+</html>
diff --git a/www/feature-request.html b/www/feature-request.html
new file mode 100644
index 0000000..f7d0038
--- /dev/null
+++ b/www/feature-request.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+<title>scons: Feature Request Guidelines</title>
+</head>
+<body>
+
+<div id="apphead">
+<h1><small>Feature Request Guidelines</small></h1>
+</div>
+
+<p>
+<a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE?subcomponent=scons">http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE?subcomponent=scons</a>
+</p>
+
+<p>
+More information coming soon...
+</p>
+
+</div>
+
+</body>
+</html>
diff --git a/www/patch-submission.html b/www/patch-submission.html
new file mode 100644
index 0000000..9509b77
--- /dev/null
+++ b/www/patch-submission.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+<title>scons: Patch Submission Guidelines</title>
+</head>
+<body>
+
+<div id="apphead">
+<h1><small>Patch Submission Guidelines</small></h1>
+</div>
+
+<p>
+<a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=PATCH?subcomponent=scons">http://scons.tigris.org/issues/enter_bug.cgi?issue_type=PATCH?subcomponent=scons</a>
+</p>
+
+<p>
+More information coming soon...
+</p>
+
+</div>
+
+</body>
+</html>
diff --git a/www/project_tools.html b/www/project_tools.html
index f68d0c7..a9ff55b 100644
--- a/www/project_tools.html
+++ b/www/project_tools.html
@@ -14,7 +14,11 @@
</dd>
<dd>
<li><a href="/servlets/ProjectIssues">Issue Tracker</a></li>
+<ul>
+<li><a href="http://scons.tigris.org/bug-submission.html">Bug Submission Guidelines</a></li>
+<li><a href="http://scons.tigris.org/patch-submission.html">Patch Submission Guidelines</a></li>
+<li><a href="http://scons.tigris.org/feature-request.html">Feature Request Guidelines</a></li>
+</ul>
</dd>
<dd>
<li><a href="http://scons.tigris.org/roadmap.html">Road map</a></li>
-</dd>