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

Subscribers

People subscribed via source and target branches

to all changes: