Merge lp:~rvb/maas-website/mw-content-updates into lp:maas-website

Proposed by Raphaël Badin
Status: Merged
Merged at revision: 14
Proposed branch: lp:~rvb/maas-website/mw-content-updates
Merge into: lp:maas-website
Diff against target: 73 lines (+5/-31)
1 file modified
template-community.php (+5/-31)
To merge this branch: bzr merge lp:~rvb/maas-website/mw-content-updates
Reviewer Review Type Date Requested Status
Jorge Castro Pending
Review via email: mp+198358@code.launchpad.net

Commit message

Remove Juju-related widgets. Fix bogus widgets.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'template-community.php'
2--- template-community.php 2013-09-17 23:41:08 +0000
3+++ template-community.php 2013-12-10 09:45:02 +0000
4@@ -9,7 +9,7 @@
5
6 <div class="grid-12">
7 <div class="box clearfix">
8- <h2>Contribute</h2>
9+ <h2>Participate</h2>
10 <ul>
11 <li>
12 <a href="/docs/orientation.html">
13@@ -26,11 +26,11 @@
14 <p>We're always looking for feedback on how we can improve our documentation</p>
15 </li>
16 <li class="last">
17- <a href="/community/charmers">
18+ <a href="/docs/index.html#developing-maas">
19 <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-star.png" width="49" height="49" alt="" />
20- <h4>What should go here?</h4>
21+ <h4>Contribute to MAAS</h4>
22 </a>
23- <p>Mentor new charm authors, review incoming charms, and maintain the charm store.</p>
24+ <p>Access MAAS codebase documentation. Participate to MAAS' development.</p>
25 </li>
26 </ul>
27 </div>
28@@ -39,7 +39,7 @@
29 <div class="grid-4">
30 <div class="box-orange">
31 <h3><a href="http://www.askubuntu.com">Participate on Ask Ubuntu &rsaquo;</a></h3>
32- <p>A collaboratively-edited question and answer site for Juju users and developers.</p>
33+ <p>A collaboratively-edited question and answer site for MAAS users and developers.</p>
34 <p><a href="http://www.askubuntu.com/questions/ask?tags=maas">Ask a question now &rsaquo;</a></p>
35 <p>And check out our list of <a href="http://askubuntu.com/questions/tagged/maas?sort=faq&pagesize=50">Frequently Asked Questions</a>.</p>
36 </div>
37@@ -52,36 +52,10 @@
38 <ul class="clearfix">
39 <li><a href="http://webchat.freenode.net/?channels=maas" class="irc">IRC channel (web version available) &rsaquo;</a></li>
40 <li><a href="https://lists.launchpad.net/maas-devel/" class="mail">Join the MAAS mailing list &rsaquo;</a></li>
41- <li class="last"><a href="/?&amp;feed=rss2"class="rss">Subscribe to the MAAS Blog &rsaquo;</a></li>
42 </ul>
43 </div>
44 </div>
45 </div>
46 <div style="clear:both;"></div>
47
48- <div class="grid-4">
49- <div class="box-clear">
50- <h3>#juju on Twitter</h3>
51- <div class="container-tweet">
52- <div class="tweet tweet-small clearfix"></div>
53- <a class="tweet-follow" href="http://twitter.com/ubuntucloud">Follow <span>@ubuntucloud</span> on Twitter</a>
54- </div>
55- </div>
56- </div>
57-
58- <div class="grid-4">
59- <div class="box-clear border">
60- <h3>News and announcements</h3>
61- <?php get_template_part('part', 'blog-latest-articles'); ?>
62- </div>
63- </div>
64-
65- <div class="grid-4">
66- <div class="box-clear">
67- <h3>Events</h3>
68- <?php get_template_part('part', 'blog-latest-events'); ?>
69- </div>
70- </div>
71-
72-
73 <?php get_footer(); ?>

Subscribers

People subscribed via source and target branches

to all changes: