use case-insensitive form of tag filter on queries
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 73896a47528139bdae4f5ba48be73009f24b050a..0d1dc5f06cd32e9d368cd4e8eecac174e76ff67e 100644 (file)
 {% block mediagoblin_content %}
   <h1>{% trans %}LibrePlanet{% endtrans %}</h1>
   <img  class="right_align" src="//static.fsf.org/nosvn/libreplanet/2015/graphical_assets/lp-logo-for-gmg.svg" />
+<p>
+  This site hosts media about free software and the amazing community
+  that uses and builds it. Much of the media is from our yearly <a href="https://libreplanet.org/wiki/LibrePlanet:Conference">LibrePlanet
+  conference</a> in Cambridge, MA, USA, but some is from other events.
+</p>
+
+<p>
+  This  site and the conference are run by the <a href="https://www.fsf.org">Free Software Foundation</a>, a nonprofit
+  with three decades of experience promoting and defending computer user
+  freedom. The site itself is running <a href="http://mediagoblin.org">GNU
+    MediaGoblin</a>, a wonderful free media hosting platform. Enjoy!
+</p>
+  <div class="clear"></div>
+
+  <!--
+  <h2>{% trans %}Featured Videos{% endtrans %}</h2>
+  {{ media_grid(request, featured_videos) }}
+  <div class="clear"></div>
   <p>
-    {% trans %}The videos on this site were recorded during&nbsp;
-      <a href="http://libreplanet.org">LibrePlanet</a>, an annual
-      conference for free software enthusiasts held by the Free
-      Software Foundation in Cambridge, MA. This site is running
-      <a href="http://mediagoblin.org">MediaGoblin</a>, a great piece
-      of free media hosting software.{% endtrans %}
+    <a href="/videos/featured">View all featured videos</a>
   </p>
+
+  <h2>{% trans %}Featured Photos{% endtrans %}</h2>
+  {{ media_grid(request, featured_photos) }}
   <div class="clear"></div>
+  <p>
+    <a href="/photos/featured">View all featured photos</a>
+  </p>
+  -->
 
   <h2>{% trans %}Videos{% endtrans %}</h2>
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
-    <a href="/videos">View all LibrePlanet videos</a>
+    <a href="/videos">View all videos</a>
   </p>
 
   <h2>{% trans %}Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>
-    <a href="/photos">View all LibrePlanet photos</a>
+    <a href="/photos">View all photos</a>
   </p>
 
   {#- Need to set feed_url within this block so template can use it. -#}