~dholbach/harvest/922570

« back to all changes in this revision

Viewing changes to harvest/templates/index.html

  • Committer: Daniel Holbach
  • Date: 2011-05-06 08:39:35 UTC
  • mfrom: (300.2.3 ubuntu-branding)
  • Revision ID: daniel.holbach@canonical.com-20110506083935-v4moa2al3hiqilop
mergedĀ lp:~dylanmccall/harvest/ubuntu-branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<div id="faq">
32
32
        <ul>
33
33
                <li>
34
 
                <span class="question">{% trans "What can I do with Harvest?" %}</span>
 
34
                <h3 class="question">{% trans "What can I do with Harvest?" %}</h3>
35
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
36
                </li>
37
37
                
38
38
                <li>
39
 
                <span class="question">{% trans "Why should I log in?" %}</span>
 
39
                <h3 class="question">{% trans "Why should I log in?" %}</h3>
40
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 Applied if it has been handled or Irrelevant if it doesn't relate to us.{% endblocktrans %}</p>
41
41
                <li>
42
42
                </li>
43
43
                
44
44
                <li>
45
 
                <span class="question">{% trans "What are Notes?" %}</span>
 
45
                <h3 class="question">{% trans "What are Notes?" %}</h3>
46
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>
47
47
                </li>
48
48
        </ul>
49
49
        <ul>
50
50
                <li>
51
 
                <span class="question">{% trans "Why is Harvest the way it is?" %}</span>
 
51
                <h3 class="question">{% trans "Why is Harvest the way it is?" %}</h3>
52
52
                <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>
53
53
                </li>
54
54
 
55
55
                <li>
56
 
                <span class="question">{% trans "I found a bug. What do I do?" %}</span>
 
56
                <h3 class="question">{% trans "I found a bug. What do I do?" %}</h3>
57
57
                <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="http://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>
58
58
                </li>
59
59
        </ul>