Switching the MediaGoblin homepage image over to using the "official" gavroche style
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Aug 2013 19:15:23 +0000 (14:15 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Aug 2013 19:15:47 +0000 (14:15 -0500)
mediagoblin/static/images/home_goblin.png [new file with mode: 0644]
mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html

diff --git a/mediagoblin/static/images/home_goblin.png b/mediagoblin/static/images/home_goblin.png
new file mode 100644 (file)
index 0000000..5ba9afe
Binary files /dev/null and b/mediagoblin/static/images/home_goblin.png differ
index 9ef28a4d9082a951462723dd363d6fdea45dd92b..e2463328d281a88e0b4f01e2fef457e1395d2276 100644 (file)
@@ -19,8 +19,8 @@
 {% if request.user %}
     <h1>{% trans %}Explore{% endtrans %}</h1>
   {% else %}
+    <img class="right_align" src="{{ request.staticdirect('/images/home_goblin.png') }}" />
     <h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1>
-    <img class="right_align" src="{{ request.staticdirect('/images/frontpage_image.png') }}" />
     <p>{% trans %}This site is running <a href="http://mediagoblin.org">MediaGoblin</a>, an extraordinarily great piece of media hosting software.{% endtrans %}</p>
     {% if auth %}
     <p>{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}</p>
@@ -33,7 +33,7 @@
     {% endif %}
     {% endif %}
       {% trans %}
-        <a class="button_action" href="http://wiki.mediagoblin.org/HackingHowto">Set up MediaGoblin on your own server</a>
+        <a class="button_action" href="http://mediagoblin.readthedocs.org/">Set up MediaGoblin on your own server</a>
       {%- endtrans %}
 
     <div class="clear"></div>