diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2014-06-15 14:24:17 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2014-06-15 14:24:17 +0200 |
commit | 881e7c32c6983f83ccc04e6bbc2f68c9627b6073 (patch) | |
tree | ccb8e12673cc51b68c36c2b3d1e262725d248c52 /index.php | |
parent | b065a53fb57d7b0a107473b63784385533dcb000 (diff) | |
download | hugs-881e7c32c6983f83ccc04e6bbc2f68c9627b6073.tar hugs-881e7c32c6983f83ccc04e6bbc2f68c9627b6073.tar.gz hugs-881e7c32c6983f83ccc04e6bbc2f68c9627b6073.tar.bz2 hugs-881e7c32c6983f83ccc04e6bbc2f68c9627b6073.tar.xz hugs-881e7c32c6983f83ccc04e6bbc2f68c9627b6073.zip |
- Update link to the source on gitweb.m.org
- Remove outdated mention to the Free Hugs Campaign, the event has been banned :'(
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 20 |
1 files changed, 7 insertions, 13 deletions
@@ -12,7 +12,7 @@ * @author Romain d'Alverny <rda@mageia.org> * @copyright 2011 Romain d'Alverny * @license MIT License, see LICENSE.txt - * @link http://svnweb.mageia.org/svn/web/hugs/ + * @link http://gitweb.mageia.org/web/hugs/ */ header('Content-Type: text/html; charset=utf-8'); @@ -69,29 +69,23 @@ ob_start(); <section><?php echo $out; ?></section> <aside> <h1>Need a hug?</h1> - <p>Maybe you wanted to visit <a href="http://bugs.mageia.org/" + <p>Maybe you wanted to visit <a href="//bugs.mageia.org/" rel="nofollow">bugs.mageia.org</a> (with a b!) actually?</p> - <p>Or to check our <a href="mageia.org/en/about/code-of-conduct/" + <p>Or to check our <a href="//www.mageia.org/en/about/code-of-conduct/" rel="nofollow">code of conduct</a>; just some advice to help collaboration within our project.</p> - <p>Or to learn more about <a href="mageia.org/">Mageia</a>! - We are nice fellows <!-- <a href="http://bonjourmageia.fr/" - rel="nofollow"></a>--> - and we gather to build a Linux-based operating system. - It's fun, it's great, <a href="http://mageia.org/">have a look</a> and join us!</p> + <p>Or to learn more about <a href="//www.mageia.org/">Mageia</a>! + We are nice fellows and we gather to build a Linux-based operating system. + It's fun, it's great, <a href="//mageia.org/">have a look</a> and join us!</p> <p style="text-align: center;"><a href="http://mageia.org/"> <img src="static/mageia-logo-small.png" style="width: 200px;" alt="Mageia"></a></p> <h2>Free hugs?</h2> <p>Yes! A hug definitely will make you feel better. It's free and it's great!</p> - <p>Check the <a href="http://www.freehugscampaign.org/">Free - Hugs Campaign</a> out, and save the date: next International - Free Hugs Day is on <time datetime="2011-07-02">July, - 2<sup>nd</sup> 2011</time>.</p> </aside> </article> <div class="clear"></div> <footer> - <p class="sign">♡ May 2011 by <a href="https://wiki.mageia.org/en/Atelier_team">mageia.org atelier team</a> – Copying is an act of love. <a href="http://svnweb.mageia.org/web/hugs/">Please copy and share</a> (or send patches) + <p class="sign">♡ May 2011 by <a href="//wiki.mageia.org/en/Atelier_team">mageia.org atelier team</a> – Copying is an act of love. <a href="//gitweb.mageia.org/web/hugs/">Please copy and share</a> (or send patches) – Want to <a href="/post-your-own/" rel="nofollow">post your own photo</a> here?</p> </footer> </body> |