aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-19 14:59:32 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-19 14:59:32 +0000
commite0ecfc7051686169ee7a5d78337080475c666586 (patch)
tree7e139576689374321d85607c7b25a666610e70c1 /htdocs
parent92976c4f54530028fa67b8b4dcd26b6a625cfb27 (diff)
added bug report,patches and feature requests description
svn path=/trunk/; revision=2127
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/bug-report.php88
-rw-r--r--htdocs/menu.inc2
2 files changed, 89 insertions, 1 deletions
diff --git a/htdocs/bug-report.php b/htdocs/bug-report.php
new file mode 100644
index 00000000..7aef3f34
--- /dev/null
+++ b/htdocs/bug-report.php
@@ -0,0 +1,88 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<!-- $Id: bug-report.php,v 1.1 2004-10-19 14:59:32 ggeiger Exp $ -->
+
+<HTML>
+
+<HEAD>
+<TITLE>Pure Data External Repository</TITLE>
+<link rel="stylesheet" type="text/css" href="pd.css" media="screen">
+</HEAD>
+
+<BODY text="#000000" bgcolor="#ffffff" >
+
+<h1>Pure Data External Repository</h1>
+
+<div id="Menu">
+
+<?php include('menu.inc'); ?>
+<br>
+<br>
+<?php include('quote.inc'); ?>
+
+</div>
+<div id="Content">
+<!-- Quote of the day -->
+
+<h2>Bug reporting</h2>
+
+<p>
+Bug reporting is done via the tracker system on sourceforge. Click on
+<a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070">Submit Bug</a> to submit a bug against one of the subprojects.
+</p>
+<p>
+It is important that you assign the bug to the correct subproject. This
+is done by selecting the appropriate Category from the category tab. Before
+submitting a bug report, you might check if the bug you encountered hasn't been
+reported already by looking at the <a href=http://sourceforge.net/tracker/?group_id=55736&atid=478070>open bug reports</a> page.
+</p>
+
+<h2>Patches</h2>
+
+<p>
+There is another tracker which is used to submit patches against Pd and the
+subprojects.
+This tracker is a collection of up to date patches (patches that apply
+cleanly against the latest version of Pd in CVS). Patches that don't apply
+cleanly will be removed from the list (after notification, so the author has
+time to fix the problem).
+</p>
+<br>
+<p>
+All patches need to have a detailed description. This can later be used
+to decide if the patch can go into the main Pd distribution or not, and
+should also minimize the work that has to be done in order to adapt new
+ideas. Click to <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478072">Submit a patch</a>.
+</p>
+<br>
+<p>
+If you submit a patch, take care that you only send the parts that have to
+be changed. Formatting changes and changes in whitespace will only make the
+patch less readable. Send the patch in unified diff format.<br>
+<br>
+e.g. from a CVS directory:
+<br>
+<br>
+cvs diff -uBw > cool_feature.patch
+<br>
+
+<h2>Feature Requests</h2>
+
+<p>
+There is also a tracker for feature requests. A feature request can be sent if
+you are missing a functionality, but you don't know how to code it. This could
+be and additional external, or functionality of the Pd core.
+</p>
+Click <a href="http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478073">Add Feature Request</a> to add a new feature request.
+
+<BR>
+<BR>
+<CENTER>
+<?php include('webring.inc'); ?>
+</CENTER>
+<BR>
+<?php include('lastmodified.inc'); ?>
+
+</div>
+
+</BODY>
diff --git a/htdocs/menu.inc b/htdocs/menu.inc
index dd6d9098..882c5df4 100644
--- a/htdocs/menu.inc
+++ b/htdocs/menu.inc
@@ -2,7 +2,7 @@
| <a href="download.php" title=""><b>Download</b></a><br>
| <a href="documentation.php" title=""><b>Documentation</b></a><br>
| <a href="developer.php" title=""><b>Developers</b></a><br>
-| <a href="bug-report.php" title=""><b>Bug reporting</b></a><br>
+| <a href="bug-report.php" title=""><b>Bugs, Patches, FR</b></a><br>
| <a href="http://pure-data.info/community/lists/"><b>Mailing Lists</b></a><br>
| <a href="contact.php" title=""><b>Contact</b></a><br>
| <a href="http://sourceforge.net/projects/pure-data" title=""><b>Project Page</b></a><br>