Oops, missed send-pr.html. Also update URL for cvsweb and query-pr
cgi scripts.
This commit is contained in:
parent
dc37032eca
commit
8b32cb83b2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=556
7 changed files with 147 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
|||
# $Id: Makefile,v 1.3 1996-09-28 22:17:15 jfieber Exp $
|
||||
# $Id: Makefile,v 1.4 1996-09-28 23:51:36 jfieber Exp $
|
||||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= about.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml
|
||||
DOCS+= gallery.sgml index-site.sgml index.sgml license.sgml
|
||||
DOCS+= mailto.sgml newsflash.sgml searchhints.sgml support.sgml
|
||||
DOCS+= welcome.sgml where.sgml search.sgml
|
||||
DOCS+= welcome.sgml where.sgml search.sgml send-pr.sgml
|
||||
DOCS+= internet.sgml features.sgml applications.sgml availability.sgml
|
||||
|
||||
# These will be directly installed.
|
||||
|
|
67
data/send-pr.sgml
Normal file
67
data/send-pr.sgml
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:38 $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
||||
|
||||
<p>Thank you for taking the time to let us know about a problem
|
||||
with FreeBSD. Please fill out the form as completely as possible.
|
||||
Make sure you fill in the "Environment" field as requested with
|
||||
the output from the machine on which problem occured.</p>
|
||||
|
||||
<form action="http://www.freebsd.org/cgi-bin/dosendpr.cgi" method=POST>
|
||||
<input type="hidden" name="gndb" value="freebsd" >
|
||||
<input type="hidden" name="submitterid" value="net" >
|
||||
<input type="hidden" name="confidential" value="no" >
|
||||
<b>Your Electronic Mail Address</b>: <br><input type="text" name="email" size="40" >
|
||||
<br><b>Your Name</b>: <br><input type="text" name="originator" size="40" >
|
||||
<br><b>Your Organization or Company</b>: <br><input type="text" name="organization" size="40" >
|
||||
<br><b>One line summary of the problem:</b> <br><input type="text" name="synopsis" size="72" >
|
||||
<br><b>Category</b>: <select name="category">
|
||||
<option> bin
|
||||
<option> conf
|
||||
<option> docs
|
||||
<option> gnu
|
||||
<option> i386
|
||||
<option> kern
|
||||
<option> misc
|
||||
<option> ports
|
||||
</select>
|
||||
<br><b>Severity</b>: <select name="severity">
|
||||
<option> non-critical
|
||||
<option> serious
|
||||
<option> critical
|
||||
</select>
|
||||
<br><b>Priority</b>: <select name="priority">
|
||||
<option> low
|
||||
<option> medium
|
||||
<option> high
|
||||
</select>
|
||||
<br><b>Class:</b> <select name="class">
|
||||
<option> sw-bug
|
||||
<option> doc-bug
|
||||
<option> change-request
|
||||
<option> support
|
||||
</select>
|
||||
<br><b>Which FreeBSD Release You Are Using </b>: <br><input type="text" name="release" size="40" >
|
||||
<br><b>Environment (output of "uname -a" on the problem machine)</b>: <textarea name="environment" rows="3" cols="72">
|
||||
|
||||
</textarea><br><b>Full Description</b>: <br><textarea name="description" rows="6" cols="72">
|
||||
|
||||
</textarea><br><b>How to repeat the problem</b>: <br><textarea name="howtorepeat" rows="6" cols="72">
|
||||
|
||||
</textarea><br><b>Fix to the problem if known</b>: <br><textarea name="fix" rows="6" cols="72">
|
||||
|
||||
</textarea><br><input type="submit" value="Submit Problem Report" >
|
||||
<input type="reset" value="Reset" >
|
||||
</form>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -67,7 +67,7 @@
|
|||
Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi-bin/query-pr-summary.cgi">
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
|
@ -83,7 +83,7 @@
|
|||
<em>not</em> tracked as official problem reports!
|
||||
|
||||
<h2><a
|
||||
href="http://www.freebsd.org/cgi-bin/cvsweb">CVS Repository</a></h2>
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS Repository</a></h2>
|
||||
|
||||
<p>CVS (the Concurrent Version System) is the tool we use for
|
||||
keeping our sources under control. Every change (with
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: Makefile,v 1.3 1996-09-28 22:17:15 jfieber Exp $
|
||||
# $Id: Makefile,v 1.4 1996-09-28 23:51:36 jfieber Exp $
|
||||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= about.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml
|
||||
DOCS+= gallery.sgml index-site.sgml index.sgml license.sgml
|
||||
DOCS+= mailto.sgml newsflash.sgml searchhints.sgml support.sgml
|
||||
DOCS+= welcome.sgml where.sgml search.sgml
|
||||
DOCS+= welcome.sgml where.sgml search.sgml send-pr.sgml
|
||||
DOCS+= internet.sgml features.sgml applications.sgml availability.sgml
|
||||
|
||||
# These will be directly installed.
|
||||
|
|
67
en/send-pr.sgml
Normal file
67
en/send-pr.sgml
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:38 $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
||||
|
||||
<p>Thank you for taking the time to let us know about a problem
|
||||
with FreeBSD. Please fill out the form as completely as possible.
|
||||
Make sure you fill in the "Environment" field as requested with
|
||||
the output from the machine on which problem occured.</p>
|
||||
|
||||
<form action="http://www.freebsd.org/cgi-bin/dosendpr.cgi" method=POST>
|
||||
<input type="hidden" name="gndb" value="freebsd" >
|
||||
<input type="hidden" name="submitterid" value="net" >
|
||||
<input type="hidden" name="confidential" value="no" >
|
||||
<b>Your Electronic Mail Address</b>: <br><input type="text" name="email" size="40" >
|
||||
<br><b>Your Name</b>: <br><input type="text" name="originator" size="40" >
|
||||
<br><b>Your Organization or Company</b>: <br><input type="text" name="organization" size="40" >
|
||||
<br><b>One line summary of the problem:</b> <br><input type="text" name="synopsis" size="72" >
|
||||
<br><b>Category</b>: <select name="category">
|
||||
<option> bin
|
||||
<option> conf
|
||||
<option> docs
|
||||
<option> gnu
|
||||
<option> i386
|
||||
<option> kern
|
||||
<option> misc
|
||||
<option> ports
|
||||
</select>
|
||||
<br><b>Severity</b>: <select name="severity">
|
||||
<option> non-critical
|
||||
<option> serious
|
||||
<option> critical
|
||||
</select>
|
||||
<br><b>Priority</b>: <select name="priority">
|
||||
<option> low
|
||||
<option> medium
|
||||
<option> high
|
||||
</select>
|
||||
<br><b>Class:</b> <select name="class">
|
||||
<option> sw-bug
|
||||
<option> doc-bug
|
||||
<option> change-request
|
||||
<option> support
|
||||
</select>
|
||||
<br><b>Which FreeBSD Release You Are Using </b>: <br><input type="text" name="release" size="40" >
|
||||
<br><b>Environment (output of "uname -a" on the problem machine)</b>: <textarea name="environment" rows="3" cols="72">
|
||||
|
||||
</textarea><br><b>Full Description</b>: <br><textarea name="description" rows="6" cols="72">
|
||||
|
||||
</textarea><br><b>How to repeat the problem</b>: <br><textarea name="howtorepeat" rows="6" cols="72">
|
||||
|
||||
</textarea><br><b>Fix to the problem if known</b>: <br><textarea name="fix" rows="6" cols="72">
|
||||
|
||||
</textarea><br><input type="submit" value="Submit Problem Report" >
|
||||
<input type="reset" value="Reset" >
|
||||
</form>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -67,7 +67,7 @@
|
|||
Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi-bin/query-pr-summary.cgi">
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
|
@ -83,7 +83,7 @@
|
|||
<em>not</em> tracked as official problem reports!
|
||||
|
||||
<h2><a
|
||||
href="http://www.freebsd.org/cgi-bin/cvsweb">CVS Repository</a></h2>
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS Repository</a></h2>
|
||||
|
||||
<p>CVS (the Concurrent Version System) is the tool we use for
|
||||
keeping our sources under control. Every change (with
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -67,7 +67,7 @@
|
|||
Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi-bin/query-pr-summary.cgi">
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
|
@ -83,7 +83,7 @@
|
|||
<em>not</em> tracked as official problem reports!
|
||||
|
||||
<h2><a
|
||||
href="http://www.freebsd.org/cgi-bin/cvsweb">CVS Repository</a></h2>
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS Repository</a></h2>
|
||||
|
||||
<p>CVS (the Concurrent Version System) is the tool we use for
|
||||
keeping our sources under control. Every change (with
|
||||
|
|
Loading…
Reference in a new issue