|
From: Benjamin C. <bc...@us...> - 2001-10-03 04:04:04
|
Update of /cvsroot/phpbt/phpbt/docs/sgml
In directory usw-pr-cvs1:/tmp/cvs-serv14353/sgml
Modified Files:
phpbt.sgml
Added Files:
primer.sgml
Log Message:
Getting started on the user's guide -- can NS4 show PNG?
--- NEW FILE: primer.sgml ---
<!-- -*- sgml -*- -->
<sect1 id="primer">
<title>Getting Started</title>
<sect2>
<title>Creating an account</title>
<para>You can create a new account by following the link labeled <emphasis role="bold">Open a new account</emphasis>. To create a new account you will need to enter at least a valid email address (so that your password can be mailed to you). Providing your name is optional, but if you submit it then your name will appear with bugs you submit and comments you make. If the system has been configured to use a login separate from the email address, you will also be prompted for a login. If you have chosen an email address (or login) that is already in use, you will be prompted to choose a different one. After completing this form, your password will be mailed to you. Once you have received your password you can then login with your email (or login) and password to be able to submit bugs.</para>
</sect2>
<sect2 id="enterbug">
<title>Entering a bug</title>
<para>Once you have logged in to the system you can follow the <emphasis role="bold">Enter Bug</emphasis> link from the top navigation bar to create a new bug. If there is more than one project for which you can submit a bug, you will be prompted to choose one.</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/shots/user/enterbug-chooseproject.png" format="PNG" align="center">
</imageobject>
<imageobject>
<imagedata fileref="images/shots/user/enterbug-chooseproject.jpg" format="JPG" align="center">
</imageobject>
<imageobject>
<imagedata fileref="images/shots/user/enterbug-chooseproject.eps" format="EPS" align="center">
</imageobject>
<textobject>
<phrase>Screen shot of selecting a project for a bug report.</phrase>
</textobject>
</mediaobject>
<para>..</para>
</sect2>
</sect1>
<!-- Local Variables: -->
<!-- sgml-indent-step: 2 -->
<!-- sgml-indent-data: 2 -->
<!-- sgml-parent-document: "phpbt.sgml" -->
<!-- End: -->
Index: phpbt.sgml
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/sgml/phpbt.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpbt.sgml 2001/10/01 01:12:38 1.4
+++ phpbt.sgml 2001/10/03 04:04:01 1.5
@@ -5,6 +5,9 @@
<!-- Shortcuts -->
<!ENTITY phpbt "phpBugTracker">
+<!-- User's Guide -->
+<!ENTITY primer SYSTEM "primer.sgml">
+
<!-- Administrator's Guide -->
<!ENTITY installation SYSTEM "installation.sgml">
<!ENTITY configuration SYSTEM "configuration.sgml">
@@ -28,6 +31,9 @@
<abstract>
<para>Currently all interactions with &phpbt; are done via the web interface. Users can submit bugs, communicate with developers and testers about bugs, and search through the bug database.</para>
</abstract>
+
+ &primer;
+
</chapter>
<chapter id="adminguide">
|