2 # GNU MediaGoblin -- federated, autonomous media hosting
3 # Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Affero General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU Affero General Public License for more details.
15 # You should have received a copy of the GNU Affero General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 <h1>{% trans %}Explore{% endtrans %}</h1>
22 <div class="row foot">
23 <div class="eleven columns">
24 <h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1>
25 <p>{% trans %}This site is running <a href="http://mediagoblin.org">MediaGoblin</a>, an extraordinarily great piece of media hosting software.{% endtrans %}</p>
27 <p>{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}</p>
28 {% if allow_registration %}
29 <p>{% trans %}Don't have one yet? It's easy!{% endtrans %}</p>
30 <a class="button_action_highlight" href=
31 {% if persona_auth is defined %}
32 "javascript:;" id="persona_login1"
34 "{{ request.urlgen('mediagoblin.auth.register') }}"
37 >Create an account at this site</a>
43 <a class="button_action" href="http://mediagoblin.readthedocs.org/">Set up MediaGoblin on your own server</a>
46 <div class="four columns offset-by-one">
47 <img class="welcomeimage" src="{{ request.staticdirect('/images/home_goblin.png') }}">
50 <div class="clear"></div>