Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/docs/html/start/setup.html')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/docs/html/start/setup.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/docs/html/start/setup.html b/org.eclipse.mylyn.bugzilla.core/docs/html/start/setup.html
new file mode 100644
index 000000000..9f7c5a83f
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/docs/html/start/setup.html
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+
+<head>
+ <title>Getting Started</title>
+</head>
+
+<body>
+ <font face="arial, lucida console">
+
+ <h3>Bugzilla Setup</h3>
+ <br>
+
+ <p>Although default settings are provided, the bugzilla server can be changed. To change the configuration, go to Preferences (in the Window menu) and open the Bugzilla tab.
+ </p>
+
+ <p>Here, the following parameters can be set:
+
+ <ol>
+ <li>URL of the Bugzilla server (set by default to the Eclipse Bugzilla server). This is used by the bug report
+ viewer to view Bugzilla items within Eclipse.</li>
+
+ <li>Your login name for the Bugzilla server (optional).</li>
+ <li>Your password for the Bugzilla server (optional).</li>
+
+ </ol>
+ <br>
+ Your Bugzilla login name and password are only required if you wish to create or modify bugs
+ using this Bugzilla plugin. Viewing bugs using this plugin does not require that a user name
+ and password be specified.
+ </p>
+
+ <img src="./images/prefs.png">
+ <br>
+ <br>
+
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+
+ </font>
+
+</body>
+</html> \ No newline at end of file

Back to the top