doc/es/send-pr.sgml
Wolfram Schneider 646ddd7e13 Imported the Spanish Web pages, except the
english sub directories: cgi, commercial, gallery, gifs
	which are redundant and will never be translated

and the

	spanish sub directories: doc-es, docs-es

Submitted by: "Jesus Rodriguez" <jesusr@ncsa.es>

Fix Makefiles errors. `Make all install' runs fine.

Currently, many the links to the sub directories cgi, commercial,
gallery, gifs are broken. The links should point to the English
orginal files.
1999-02-08 19:26:12 +00:00

74 lines
2.7 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-02-08 19:26:11 $">
<!ENTITY title "Env&iacute;o de informe de problemas con FreeBSD">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $Id: send-pr.sgml,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $ -->
<html>
&header;
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<p>Gracias por ocupar tu tiempo en informarnos sobre un problema con FreeBSD.
Por favor, completa el formulario tanto como te sea posible. Aseg&uacute;rate
de responder el campo "Entorno" como te solicitamos con la salida de la
m&aacute;quina en la que est&aacute; ocurriendo el problema.</p>
<form action="http://www.freebsd.org/cgi/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>Direcci&oacute;n de Email</b>: <br><input type="text" name="email" size="40" >
<br><b>Nombre</b>: <br><input type="text" name="originator" size="40" >
<br><b>Organizaci&oacute; o compa&ntilde;&iacute;a</b>: <br><input type="text" name="organization" size="40" >
<br><b>Una l&iacute;nea descriptiva del problema:</b> <br><input type="text" name="synopsis" size="72" >
<br><b>Categor&iacute;a</b>: <select name="category">
<option> alpha
<option> bin
<option> conf
<option> docs
<option> gnu
<option> i386
<option> kern
<option> misc
<option> ports
<option> sparc
</select>
<br><b>Importancia</b>: <select name="severity">
<option> no-cr&iacute;tica
<option> seria
<option> cr&iacute;tica
</select>
<br><b>Prioridad</b>: <select name="priority">
<option> baja
<option> media
<option> alta
</select>
<br><b>Clase:</b> <select name="class">
<option> sw-bug
<option> doc-bug
<option> change-request
</select>
<br><b>Qu&eacute; Release de FreeBSD est&aacute;s usando </b>: <br><input type="text" name="release" size="40" >
<br><b>Entorno (salida de "uname -a" en la m&aacute;quina del problema)</b>: <br><textarea name="environment" rows="3" cols="72">
</textarea><br><b>Descripci&oacute;n completa</b>: <br><textarea name="description" rows="6" cols="72">
</textarea><br><b>Como repetir el problema</b>: <br><textarea name="howtorepeat" rows="6" cols="72">
</textarea><br><b>Soluci&oacute;n del problema si se conoce</b>: <br><textarea name="fix" rows="6" cols="72">
</textarea><br><input type="submit" value="Env&iacute;o del informe" >
<input type="reset" value="Reset" >
</form>
<p>
<b>Nota</b>: copy/paste destruir&aacute; los tabuladores y espacios en blanco,
y este formulario no debe usarse para enviar c&oacute;digo como texto.</p>
&footer;
</body>
</html>