📄 bugtrackernet.html
字号:
<html>
<head>
<title>BugTracker.NET Home</title>
<link rel="StyleSheet" href="btnet.css" type="text/css">
<style>
p {font-size: 8pt}
li {list-style-position: inside; font-size: 8pt;}
a {font-size: 8pt;}
a:hover {font-size: 8pt;}
a:visited {font-size: 8pt;}
.log {
xcolor: white;
xbackground: #00cc00;
color: #00aa00;
padding-bottom: 8px;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
font-size: 14pt;
font-weight: bold;
border-bottom: 3px solid #00cc00;
}
}
</style>
</head>
<body style="text-align: center;">
<table border=0>
<tr>
<td colspan=3 class=log>
<span style='float: left'>BugTracker.NET</span>
<span style='float: right; font-size: 10pt;'>Corey Trager</span>
<tr>
<!-- LEFT -->
<td valign=top width=180>
<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'>
<li><a href=http://sourceforge.net/projects/btnet>Project page</a> at SourceForge.
<p>
<li><b>Download</b> the <a target=_blank href=http://sourceforge.net/project/showfiles.php?group_id=66812>latest release</a>.
<p>
<li>Report a <a target=_blank href=http://sourceforge.net/tracker/?group_id=66812&atid=515837>bug</a>.
<p>
<li>Visit <a target=_blank href=http://sourceforge.net/forum/forum.php?forum_id=226938>help forum</a>.
<p>
<li>Download the <a target=_blank href=http://www.microsoft.com/net/>Microsoft .NET Framework</a>.
<!--<p>
<li><a href=tips.html>Tips and Tricks</a>-->
<p>BugTracker.NET requires the .NET Framework 1.1 to be installed on the web server.
</div>
<!-- CENTER -->
<td valign=top width=440>
<div style='padding: 10px; '>
BugTracker.NET is a free, web-based bug or issue tracker written using ASP.NET, C#, and Microsoft SQL Server/MSDE.
It is in daily use by hundreds (maybe thousands) of development and support teams around the world.
<p>
BugTracker.NET is distributed under the terms of the GNU General Public License.
<p>
BugTracker.NET is easy to install and learn how to use.
When you first install it, it is very simple. However, it offers you the ability to change its configuration to handle your needs if they are more complex.
<p>
<span style='font-size: 13pt; font-weight: bold; color: #009900;'>Features</span>
<p>
<li>Works well for tracking customer support issues too. You can customize the interface without changing code so that it says "issues" instead of "bugs".
<p>
<li>Attach files to bugs. For example, attach a screen shot of the problem to the bug.
<p>
<li>Change the look of bug lists by color and status. For example, have high priority bugs list in a different color.
<p>
<li>Search for bugs using flexible criteria. Save searches as SQL queries that you can run or modify later.
<p>
<li>Configure different user roles to see different lists of bugs. For example, a developer might see a list of open bugs. A QA analyst might want to see a list of bugs ready for testing.
<p>
<li>Define your own statuses and workflow, or stick with the simple one it installs with.
<p>
<li>Subscribe to email notifications that tell you when a bug has been added or changed.
<p>
<li>View history of changes and log of comments posted to bugs.
<p>
<li>Create hyperlinks between related bugs, so that you can jump from one to the other directly.
<p>
<li>Bug entry screen isn't clutured with a dozen fields - just a few. You can customize the screen by adding additional fields without changing any source code. You can add different custom fields to different projects.
<p>
<li>Allows for entry of bugs via email. Saves the incoming attachments too. A POP3 client is included that will fetch emails and stuff them in the database as bugs. You can reply to the emails from within BugTracker.NET and your replies will be recorded.
<p>
<li>Includes some starter bug statistic reports with pie charts and bar charts. Easy to create your own reports if you know SQL.
<p>
<li>Merge duplicate bugs into each other.
<p>
<li>Handles Unicode.
<p>
<li>Control who can view, report, edit bugs by project.
<p>
<li>Includes a <a target=_blank href=bugtracker_screen_capture.jpeg>screen capture utility</a> that allows you to capture a screenshot, annotate it, and post it, with just a few clicks.
<p>
</ul>
</div>
<!-- RIGHT -->
<td valign=top width=200>
<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'>
<b>Other bug trackers...</b>
<p>
I like the way BugTracker.NET works, but your taste might be different. Here is some of the "competition" worth looking at:
<p>
<li> <a target=_blank href=http://www.fogcreek.com/FogBUGZ/>FogBUGZ</a> - A big inspiration for BugTracker.NET - and I'm a big fan of Joel's writings too. BugTracker.NET is sort of a poor-man's FogBUGZ.
<p>
<li> <a target=_blank href=http://www.countersoft.com/Gemini.aspx>Gemini</a> - If you like more fields on your bug screen, you will probably like this better than BugTracker.NET.
<p>
<li> <a target=_blank href=http://phpbt.sourceforge.net/>phpBugTracker</a> - This is what I had selected to use at work before I wrote BugTracker.NET.
<p>
<li> <a target=_blank href=http://roundup.sourceforge.net/>Roundup</a> - I haven't used this one myself, but folks have recommended it to me and it looks interesting.
</div>
<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'>
<b>What's not to like?</b>
<p>
There are some people who have tried BugTracker.NET and don't like it.
The most common reason is not that they don't like how it <i>works</i>.
It's that they don't like how it is <i>written</i>.
<p>
I created it by downloading the .NET SDK and creating the code using a text editor. I did not use VisualStudio.NET. Consequently, it happens that I did not use the codebehind style and the current codebase does not play nicely with VS.NET.
<p>
"Codebehind" is not a .NET concept. The phrase is not even mentioned in the 65 MB of SDK documentation.
Codebehind is a VS.NET concept. If you expect to use VS.NET to extend BugTracker.NET, you will be disappointed.
<p>
</div>
<!-- FOOTER -->
<tr><td colspan=3>
<hr style="color: #00ff00">
<p>
Good Luck!
<br>Corey Trager, December 2002 <font size=0>(Revised March 2005)<font>
<br>
<a href=mailto:ctrager@yahoo.com>ctrager@yahoo.com</a><br>
<a href=http://www.geocities.com/ctrager>http://www.geocities.com/ctrager</a>.
<A href="http://sourceforge.net">
<p><IMG src="http://sourceforge.net/sflogo.php?group_id=66812&type=4" width="100" height="30" border="0" alt="SourceForge Logo"></A>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -