~harvest-dev/harvest/trunk

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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet" type="text/css" href="harvest.css" />
	<title>Harvest</title>
</head>
<body>
<h1>Harvest</h1>
<div>Harvest's primary aims are:</div>
<ul>
	<li>finding out about low-hanging fruit (opportunities) easily</li>
	<li>aggregate the mass of lists we use day to day</li>
	<li>find out which packages are in a good shape and which are not</li>
</ul>
<h2>Harvest lists</h2>
<ul>
	<li><a href="sourcepackages.html">Sourcepackage list</a></li>
	<li><a href="age.html">New incoming items</a></li>
</ul>
<h2>Harvest FAQ</h2>
<ul id="faq">
	<li><span class="question">What can I do with Harvest?</span><br />
		Harvest helps to identify both bugs that may be easy to address, and other package changes that are not yet bugs, but could improve the package.
		Please take a look at the available opportunities when updating a package.</li>
	<li><span class="question">Why is Harvest the way it is?</span><br />
		Harvest is essentially based on two design-decisions:
		<ol>
			<li>keep it flexible and easily extensible without having to touch the database code</li>
			<li>as much static pages as possible, as little dynamic as possible - don't hammer the DB</li>
		</ol>
	</li>
	<li><span class="question">Why is there no login, control panel, etc.?</span><br />
		Read the design decision above, we don't want to have a database server, application servers, etc, etc. <a href="http://en.wikipedia.org/wiki/KISS_principle">KISS</a>!</li>
	<li><span class="question">What does "Mark reviewed" do?</span><br />
		It will remove an opportunity from the front pages and only display it in a separate section on the page of the source package.
		An obvious use-case for this is opportunities we have no control over, like Fedora patches.
		By marking an opportunity as reviewed you will unclutter the main pages (in case it does not apply for us or you integrated it already).</li>
	<li><span class="question">How can I just get Harvest to show the few packages I'm interested in?</span><br />
		Try <a href="handler.py?pkg=audacity,avahi,pulseaudio">handler.py?pkg=audacity,avahi,pulseaudio</a>.</li>
	<li><span class="question">I think I found a bug - what do I do?</span><br />
		If it's about the UI or the functionality of the page, please file it on <a href="https://bugs.launchpad.net/harvest/+filebug">harvest</a>.
		If it's about some piece of data that's on the harvest page, it's likely to be a bug in one of the scripts that fetches the data,
		please file it on <a href="https://bugs.launchpad.net/harvest-data/+filebug">harvest-data</a> instead.
		The <a href="doc/index.html">HACKING Guide</a> has more information about that.</li>
	<li><span class="question">How is the <a href="sourcepackages.html">Sourcepackage list</a> sorted?</span><br />
		First sorted by score, then alphabetically.</li>
</ul>
<p class="copyright">&copy; 2008 Canonical Ltd.</p>
</body>
</html>