~dylanmccall/harvest/fixed-font

« back to all changes in this revision

Viewing changes to harvest/templates/index.html

  • Committer: Daniel Holbach
  • Date: 2010-09-01 08:13:36 UTC
  • mfrom: (251.2.1 harvest)
  • Revision ID: daniel.holbach@canonical.com-20100901081336-2vxeyv6apcy4734f
mergedĀ lp:~dylanmccall/harvest/bug-627603

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
<div id="start">
11
11
        <div id="introduction">
12
12
                <h2 class="sectiontitle">{% trans "Welcome to Harvest" %}</h2>
13
 
                {% blocktrans %}
14
 
                <p>Harvest makes it easy to find low-hanging opportunities in Ubuntu. It aggregates the mass of todo lists we use every day so it's simple to find and coordinate work.</p>
15
 
                {% endblocktrans %}
 
13
                <p>{% blocktrans %}Harvest makes it easy to find low-hanging opportunities in Ubuntu. It aggregates the mass of todo lists we use every day so it's simple to find and coordinate work.{% endblocktrans %}</p>
16
14
        </div>
17
15
        
18
16
        <div id="start_links"><nav>
33
31
        <div>
34
32
        <ul>
35
33
                <li>
36
 
                <span class="question">What can I do with Harvest?</span>
37
 
                <p>Harvest helps find bugs that could be easy to address, as well as changes that can improve packages. When updating your packages, take a look at the available opportunities to get a feel for what's new both in and outside Ubuntu.</p>
38
 
                </li>
39
 
                
40
 
                <li>
41
 
                <span class="question">Why should I log in?</span>
42
 
                <p>You can log in with your Launchpad account to help us organise opportunities in Harvest. A new Edit button will appear so you can review opportunities. Mark them Irrelevant if they don't apply to us or Applied if they have already been handled.</p>
43
 
                <li>
44
 
                </li>
45
 
                
46
 
                <li>
47
 
                <span class="question">What are Notes?</span>
48
 
                <p>Notes are short messages you can stick to opportunities for other Harvest users to see. They don't use much space, so just add them whenever they might help. For example, if you mark an opportunity Irrelevant, you can add a note explaining why.</p>
 
34
                <span class="question">{% trans "What can I do with Harvest?" %}</span>
 
35
                <p>{% blocktrans %}Harvest helps find bugs that could be easy to address, as well as changes that can improve packages. When updating your packages, take a look at the available opportunities to get a feel for what's new both in and outside Ubuntu.{% endblocktrans %}</p>
 
36
                </li>
 
37
                
 
38
                <li>
 
39
                <span class="question">{% trans "Why should I log in?" %}</span>
 
40
                <p>{% blocktrans %}You can log in with your Launchpad account to help us organise opportunities in Harvest. Click an opportunity's Edit button to review it, then mark it Irrelevant if it doesn't apply to us or Applied if it's been handled.{% endblocktrans %}</p>
 
41
                <li>
 
42
                </li>
 
43
                
 
44
                <li>
 
45
                <span class="question">{% trans "What are Notes?" %}</span>
 
46
                <p>{% blocktrans %}Notes are short messages you can stick to opportunities for other Harvest users to see. They don't use much space, so just add them whenever they might help. For example, if you mark an opportunity Irrelevant, you can add a note explaining why.{% endblocktrans %}</p>
49
47
                </li>
50
48
        </ul>
51
49
        </div>
53
51
        <div>
54
52
        <ul>
55
53
                <li>
56
 
                <span class="question">Why is Harvest the way it is?</span>
57
 
                <p>Harvest is based on a simple design: let others do the hard work of assembling lists. Harvest just knows packages, lists and opportunities. It doesn't know what an open or fixed bug is or who upstream is.</p>
 
54
                <span class="question">{% trans "Why is Harvest the way it is?" %}</span>
 
55
                <p>{% blocktrans %}Harvest is based on a simple design: let others do the hard work of assembling lists. Harvest just knows packages, lists and opportunities. It doesn't know what an open or fixed bug is or who upstream is.{% endblocktrans %}</p>
58
56
                </li>
59
57
 
60
58
                <li>
61
 
                <span class="question">I think I found a bug. What do I do?</span>
62
 
                <p>If it's about the UI or the functionality of the page, please file a bug on <a href="http://bugs.launchpad.net/harvest/+filebug">harvest</a> in Launchpad. If it's about some piece of data that's on the harvest page, it's likely a bug in one of the scripts that fetches the data. In that case, please file it on <a href="https://bugs.launchpad.net/harvest-data/+filebug">harvest-data</a> instead. The <a href="http://bazaar.launchpad.net/~harvest-dev/harvest/trunk/annotate/head:/HACKING">hacking guide</a> has more information about that.</p>
 
59
                <span class="question">{% trans "I found a bug. What do I do?" %}</span>
 
60
                <p>{% blocktrans %}If it's about the UI or the functionality of the site, please file a bug on <a href="http://bugs.launchpad.net/harvest/+filebug">harvest</a> in Launchpad. If it's about some piece of data in Harvest, it's likely a script that fetches it. In that case, please file your bug on <a href="https://bugs.launchpad.net/harvest-data/+filebug">harvest-data</a> instead. The <a href="http://bazaar.launchpad.net/~harvest-dev/harvest/trunk/annotate/head:/HACKING">hacking guide</a> explains more.{% endblocktrans %}</p>
63
61
                </li>
64
62
        </ul>
65
63
        </div>