Merge lp:~dylanmccall/harvest/bug-627603 into lp:harvest

Proposed by Dylan McCall
Status: Merged
Merged at revision: 253
Proposed branch: lp:~dylanmccall/harvest/bug-627603
Merge into: lp:harvest
Diff against target: 65 lines (+18/-20)
1 file modified
harvest/templates/index.html (+18/-20)
To merge this branch: bzr merge lp:~dylanmccall/harvest/bug-627603
Reviewer Review Type Date Requested Status
Daniel Holbach Approve
Review via email: mp+34261@code.launchpad.net

Description of the change

Improves some writing in the FAQ section of the landing page and makes all the strings on that page translatable.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'harvest/templates/index.html'
2--- harvest/templates/index.html 2010-08-31 08:07:19 +0000
3+++ harvest/templates/index.html 2010-08-31 23:54:44 +0000
4@@ -10,9 +10,7 @@
5 <div id="start">
6 <div id="introduction">
7 <h2 class="sectiontitle">{% trans "Welcome to Harvest" %}</h2>
8- {% blocktrans %}
9- <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>
10- {% endblocktrans %}
11+ <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>
12 </div>
13
14 <div id="start_links"><nav>
15@@ -33,19 +31,19 @@
16 <div>
17 <ul>
18 <li>
19- <span class="question">What can I do with Harvest?</span>
20- <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>
21- </li>
22-
23- <li>
24- <span class="question">Why should I log in?</span>
25- <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>
26- <li>
27- </li>
28-
29- <li>
30- <span class="question">What are Notes?</span>
31- <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>
32+ <span class="question">{% trans "What can I do with Harvest?" %}</span>
33+ <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>
34+ </li>
35+
36+ <li>
37+ <span class="question">{% trans "Why should I log in?" %}</span>
38+ <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>
39+ <li>
40+ </li>
41+
42+ <li>
43+ <span class="question">{% trans "What are Notes?" %}</span>
44+ <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>
45 </li>
46 </ul>
47 </div>
48@@ -53,13 +51,13 @@
49 <div>
50 <ul>
51 <li>
52- <span class="question">Why is Harvest the way it is?</span>
53- <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>
56 </li>
57
58 <li>
59- <span class="question">I think I found a bug. What do I do?</span>
60- <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>
61+ <span class="question">{% trans "I found a bug. What do I do?" %}</span>
62+ <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 </li>
64 </ul>
65 </div>

Subscribers

People subscribed via source and target branches

to all changes: