~ubuntu-branches/ubuntu/quantal/freeguide/quantal

« back to all changes in this revision

Viewing changes to doc/nonlocal/bugreport.html

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2006-09-30 10:14:18 UTC
  • mfrom: (1.2.3 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060930101418-pkilk36yy22nbt3r
Tags: 0.10.4-2
Update the watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
    <link rel="stylesheet" href="stylesheet.css" type="text/css">
5
 
    <title>FreeGuide Bug Report</title>
6
 
</head>
7
 
<body>
8
 
 
9
 
<address><a href="index.html">Home</a> | <a href="README.html">README</a> | <a href="FAQ.html">FAQ</a> | <a href="userguide.html">User Guide</a> | <a href="LookAndFeel.html">Look and Feel Guide</a> | <a href="timezone.html">Timezones</a> | <a href="developers.html">Developers</a> | <a href="design.html">Design Document</a> | <a href="INSTALL-linux-noxmltv.html">Linux XMLTV Install</a> | <a href="contributors.html">Contributors</a></address>
10
 
 
11
 
<div style="float:right"><a href="http://sourceforge.net/projects/freeguide-tv/"><img src="http://sourceforge.net/sflogo.php?group_id=35309&type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></div>
12
 
 
13
 
<h1>FreeGuide Bug Report</h1>
14
 
 
15
 
<p>You can use this page to report any bugs or problems you have with FreeGuide.  It is intended to help you provide as much useful information as possible when you report a bug.  When you click "Submit" at the end of this form, and email will be sent to the FreeGuide developers' mailing list on <a href="mailto:freeguide-tv-devel@lists.sourceforge.net">freeguide-tv-devel@lists.sourceforge.net</a>.  If you prefer, you may email this list directly, but try to include as much information as possible.</p>
16
 
 
17
 
<form name="bug_report_form" action="formmail.php" method='post'>
18
 
 
19
 
<input type='hidden' name='mail_to' value="freeguide-tv-users@lists.sourceforge.net">
20
 
<input type='hidden' name='mail_cc' value="">
21
 
<input type='hidden' name='mail_bcc' value="">
22
 
<input type='hidden' name='mail_subject' value="FreeGuide Bug Report">
23
 
 
24
 
<table>
25
 
<tr>
26
 
    <td class="form_question">Operating system </td>
27
 
    <td class="form_answer"><input class="form_answer" type="text" name="operating_system" /></td>
28
 
    <td class="form_notes">E.g. Windows XP, Red Hat Linux 9.</td>
29
 
</tr>
30
 
 
31
 
<tr>
32
 
    <td class="form_question">FreeGuide version </td>
33
 
    <td class="form_answer"><input class="form_answer" type="text" name="freeguide_version" /></td>
34
 
    <td class="form_notes">Look in the title bar of FreeGuide to find out what version you are using.</td>
35
 
</tr>
36
 
 
37
 
<tr>
38
 
    <td class="form_question">Java version</td>
39
 
    <td class="form_answer"><input class="form_answer" type="text" name="java_version" /> </td>
40
 
    <td class="form_notes">Open a DOS, Cmd or terminal window and type &quot;java -version&quot; to find out what version of Java you are using.  Copy the output into this box.</td>
41
 
</tr>
42
 
 
43
 
<tr>
44
 
    <td class="form_question">Show details information</td>
45
 
    <td class="form_answer"><textarea name="show_details_output" rows="5" cols="40" ></textarea></td>
46
 
    <td class="form_notes">If you're having a problem with downloading listings, and you get an "Execution Error" message, click on "Show details" in the downloading window and copy and paste the information in the window that pops up into this box.</td>
47
 
</tr>
48
 
 
49
 
<tr>
50
 
    <td class="form_question">Command window output</td>
51
 
    <td class="form_answer"><textarea name="command_window_output" rows="5" cols="40" ></textarea></td>
52
 
    <td class="form_notes">If you can't get any information about what's going wrong, try running FreeGuide from within a DOS, Cmd or terminal window and copy and paste everything that appears in the terminal into this box.  On Windows, open a DOS or Cmd window and type <tt>cd "C:\Program Files\FreeGuide"</tt> then press RETURN and type <tt>java -jar FreeGuide.jar</tt> to run FreeGuide.  There are some instructions on <a href="copyfromdos.html">how to copy text out of a dos box</a> available.  When you've copied the output, paste it into the box to the left by clicking in the box and pressing Ctrl-V.</td>
53
 
</tr>
54
 
 
55
 
<tr>
56
 
    <td class="form_question">Your email address</td>
57
 
    <td class="form_answer"><input class="form_answer" type="text" name="senders_email" /></td>
58
 
    <td class="form_notes"><br /></td>
59
 
</tr>
60
 
 
61
 
<tr>
62
 
    <td class="form_question">What happens</td>
63
 
    <td class="form_answer"><textarea name="what_happens" rows="5" cols="40" ></textarea></td>
64
 
    <td class="form_notes">Describe as accurately as you can what happened and what you were trying to do when the bug or problem occurred.</td>
65
 
</tr>
66
 
 
67
 
<tr>
68
 
    <td class="form_question">What you expected to happen </td>
69
 
    <td class="form_answer"><textarea name="expected_behaviour" rows="5" cols="40" ></textarea></td>
70
 
    <td class="form_notes">Describe as accurately as you can what you expected to happen when the above happened.</td>
71
 
</tr>
72
 
 
73
 
<tr>
74
 
    <td class="form_submit" colspan="3"><input type='submit' value='Submit Bug Report' /></td>
75
 
</tr>
76
 
 
77
 
</table>
78
 
 
79
 
</form>
80
 
 
81
 
</body>
82
 
</html>
83
 
 
84
 
 
85
 
<!--<input type='hidden' name='mail_return_subject' value="Your FreeGuide bug report">
86
 
<input type='hidden' name='esh_formmail_return_msg' value="Thank you for sending in a bug report about FreeGuide.  The message has been sent to the mailing list freeguide-tv-users@lists.sourceforge.net.  The FreeGuide developers should reply to you, but if you want to get involved with helping out other FreeGuide users you should join this mailing list by going to this page: http://sourceforge.net/mail/?group_id=35309">-->