summaryrefslogtreecommitdiff
path: root/templates/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html49
1 files changed, 26 insertions, 23 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index ebfcde27..a59e8eec 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -2,10 +2,11 @@
{% load markup cache %}
{% load url from future %}
{% load static from staticfiles %}
+{% load wiki %}
{% block head %}
-<link rel="alternate" type="application/rss+xml" title="Parabola News Updates" href="/feeds/news/" />
-<link rel="alternate" type="application/rss+xml" title="Parabola Package Updates" href="/feeds/packages/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} News Updates" href="/feeds/news/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} Package Updates" href="/feeds/packages/" />
{% endblock %}
{% block content_left %}
@@ -13,7 +14,7 @@
<div id="intro" class="box">
<h2>A <em>libre</em> version of Arch Linux</h2>
- <p>You've reached the website for <strong>Parabola GNU/Linux-libre</strong>,
+ <p>You've reached the website for <strong>{{BRANDING_DISTRONAME}}</strong>,
a project aiming to provide a fully free (as in freedom)
derivative of Arch Linux, the lightweight and flexible GNU/Linux
distribution that tries to Keep It Simple.</p>
@@ -25,14 +26,14 @@
<p>Our strong community is diverse and helpful. Please
check out our <a href="irc://chat.freenode.net#parabola" title="IRC channel">IRC channel</a>
- and <a href="https://lists.parabolagnulinux.org/mailman/listinfo/"
- title="Parabola Mailing Lists">mailing lists</a>
- to get your feet wet. Also glance through our <a href="https://wiki.parabolagnulinux.org/"
- title="Parabola Wiki">wiki</a>
+ and <a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
+ title="{{ BRANDING_SHORTNAME }} Mailing Lists">mailing lists</a>
+ to get your feet wet. Also glance through our <a href="{% wiki_url %}"
+ title="{{BRANDING_WIKINAME}}">wiki</a>
if you want to learn more about Parabola.</p>
<p class="readmore"><a href="{% url 'page-about' %}"
- title="Learn more about Parabola">Learn more...</a></p>
+ title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...</a></p>
</div>
<div id="news">
@@ -41,7 +42,7 @@
<span class="arrow"></span>
</h3>
- <a href="/feeds/news/" title="Parabola News RSS Feed"
+ <a href="/feeds/news/" title="{{ BRANDING_SHORTNAME }} News RSS Feed"
class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a>
{% for news in news_updates %}
@@ -94,7 +95,7 @@
<h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
title="Browse all of the latest packages">more</a>)</span></h3>
- <a href="/feeds/packages/" title="Parabola Package Updates RSS Feed"
+ <a href="/feeds/packages/" title="{{ BRANDING_SHORTNAME }} Package Updates RSS Feed"
class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a>
<table>
@@ -114,30 +115,32 @@
<h4>Documentation</h4>
<ul>
- <li><a href="https://wiki.parabolagnulinux.org/"
+ <li><a href="{% wiki_url %}"
title="Community documentation">Wiki</a></li>
- <li><a href="https://wiki.parabolagnulinux.org/installation_guide"
+ <li><a href="{% wiki_url 'Installation Guide' %}"
title="Official installation guide">Official Installation Guide</a></li>
- <li><a href="https://wiki.parabolagnulinux.org/Migration"
+ <li><a href="{% wiki_url "Beginners'_Guide" %}"
+ title="A good place to start for beginners">Unofficial Beginners' Guide</a></li>
+ <li><a href="{% wiki_url 'Migration' %}"
title="Free your Arch installation">Migration from Arch Linux</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href="https://lists.parabolagnulinux.org/mailman/listinfo/"
+ <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
title="Community and developer mailing lists">Mailing Lists</a></li>
- <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/"
- title="dev mailing list archives">Dev Archives</a></li>
- <li><a href="https://wiki.parabolagnulinux.org/IRC_Channels"
+ <li><a href="{% wiki_url 'IRC_Channels' %}"
title="Official and regional IRC communities">IRC Channels</a></li>
- <li><a href="https://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li>
+ <li><a href="https://identi.ca/group/parabola"
+ title="Parabola at identi.ca">Identi.ca group</a></li>
</ul>
<h4>Support</h4>
<ul>
- <li><a href="{% url 'page-donate' %}" title="Help support Parabola">Donate</a></li>
+ <li><a href="{% url 'page-donate' %}"
+ title="Help support {{ BRANDING_DISTRONAME }}">Donate</a></li>
</ul>
<h4>Tools</h4>
@@ -160,7 +163,7 @@
{% comment %}
<li><a href="{% url 'page-svn' %}"
title="View SVN entries for packages">SVN Repositories</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki"
+ <li><a href="{% wiki_url 'DeveloperWiki' %}"
title="Developer Wiki articles">Developer Wiki</a></li>
{% endcomment %}
<li><a href="/groups/"
@@ -180,9 +183,9 @@
<li><a href="{% url 'page-keys' %}"
title="Package/Database signing master keys">Signing Master Keys</a>
<img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li>
- <li><a href="https://wiki.parabolagnulinux.org/Media"
- title="Parabola in the media">Press Coverage</a></li>
- <li><a href="{% url 'page-art' %}" title="Parabola logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
+ <li><a href="{% wiki_url 'Media' %}"
+ title="{{ BRANDING_DISTRONAME }} in the media">Press Coverage</a></li>
+ <li><a href="{% url 'page-art' %}" title="{{ BRANDING_SHORTNAME }} logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
<li><a href="{% url 'page-devs' %}" title="Active hackers">Hackers Profiles</a></li>