index.html
4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Tracker</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="content">
<div id="header">
<h1>Tracker</h1>
</div>
<div id="sidebar">
<h3>Links</h3>
<ul>
<li><a href="./">Tracker home</a></li>
<li><a href="web">Web interface</a></li>
<li><a href="irc">IRC Bot</a></li>
<li><a href="email">Tracking email</a></li>
<li><a href="features">Features</a></li>
</ul>
<h3>Tracker examples</h3>
<ul>
<li><a href="http://www.w3.org/2004/CDF/Group/track/">CDF</a></li>
<li><a href="http://www.w3.org/2005/MWI/BPWG/Group/track/">MWI BPWG</a></li>
<li><a href="http://www.w3.org/Graphics/SVG/Group/track/">SVG</a></li>
<li><a href="http://www.w3.org/2001/di/Group/track/">Dev. Indep.</a></li>
<li><a href="exi/">EXI</a></li>
<li><a href="databinding/">XSD Databinding</a></li>
<li><a href="http://www.w3.org/Voice/Group/track/">Voice</a></li>
<li><a href="webapi/">Web APIs</a></li>
<li><a href="http://www.w3.org/2005/Incubator/wcl/group/track/">Content Label Incubator</a></li>
<li><a href="webapi/">Web APIs</a></li>
</ul>
<img src="images/price.png" alt="Yours for only $0"/></a>
<p>Order within the next 2 hours and get free shipping!</p>
<h3>Guaranteed Satisfaction</h3>
<p>Before using Tracker:</p>
<img src="images/before.jpg" alt="Panicked guy"/>
<p>After using Tracker:</p>
<img src="images/after.jpg" alt="Happy guy"/>
</div> <!-- sidebar -->
<div id="main">
<p>
Tracker is an issue, action and resolution tracking tool for W3C Working Groups, with <a href="web">Web</a>, <a href="irc">IRC</a> and <a href="email">email</a> interfaces. The most important design goal was to <strong>be as simple as possible</strong> in order to let the Working Groups concentrate on what they do best: the creation of long and boring specifications! </p>
<h2>Features</h2>
<p>
Tracker's <a href="features">feature set</a> is evolving over time, as we learn how people like to use it. You're encouraged to <a href="features#request">suggest new features</a>, but due to the limited time I can spend on maintenance the more useful a feature is, the more likely it will be considered. </p>
<p>
The main features are: </p>
<ul>
<li>
Simple Web interface for opening and editing issues and actions</li>
<li>
Summaries of open issues and overdue actions (slacker tracker)</li>
<li>
associate issues with particular products (specifications)</li>
<li>
Working Group emails scanned for links to issues and actions</li>
<li>
iCalendar subscription for due actions</li>
</ul>
<p>
A <a href="features">more detailed list of features</a> is available. </p>
<h2>Testimonials</h2>
<p>
Here is what people had to say about Tracker. </p>
<ul>
<li>
“Now that's Pimpin!” – <a href="http://www.w3.org/mid/27571585-A677-445D-9B1E-546EEB79966E@fuchsia-design.com">Antoine Quint</a>, CDF Working Group</li>
<li>
“Awesome” – Me.</li>
<li>
“Of course it isn't a sham! I'm more in love than ever before.” – Tom Cruise.</li>
<li>
“Kicks pen and paper to the curb.” –Norman Mailer.</li>
<li>“It's hot.” –Paris Hilton.</li>
<li>“No bullshit here..” –Penn & Teller.</li>
</ul>
<p>
More appropriate testimonials gladly accepted. </p>
<h2 id='install'>Installing Tracker</h2>
<p>To have tracker installed for your Working Group, please ask
someone in the W3C Staff to do so via <a href="/2011/04/dbwg/group-services">group services</a>.</p>
<h2>What if we hate it?</h2>
<p>
Then I'll cry and want to delete all your data. But before I do, you'll be able to extract it all in a simple XML format, allowing you to migrate to another tracking system. </p>
<h2 id="git_code">Can I get the code?</h2>
<p>Tracker's code hasn't been released at this stage, as it relies on the specific schemas of W3C internal databases.</p>
<p>If you're interested in helping us put Tracker's code in better shape for public release, please get in touch with Dominique Hazael-Massieux <code><<a href="mailto:dom@w3.org">dom@w3.org</a>></code>.</p>
</div> <!-- main -->
<div id="footer">
<address>Tracker was originally developed by Dean Jackson and is now maintained by the <a href='/blog/systeam'>Systems Team</a></address>
</div> <!-- footer -->
</div> <!-- content -->
</body>
</html>