diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:31:46 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:31:46 -0400 |
commit | 330353f8dc50d5f27470f03f021cde72b056ac0b (patch) | |
tree | 5c9be18fa38892bf3968c85c74b1e3d013969827 /templates | |
parent | 8833749d9c9b361fcbbd1373e023569dd154b38e (diff) |
reduce differences
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index b32260b5..cdcde695 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -13,7 +13,7 @@ <div id="intro" class="box"> <h2>A simple, lightweight distribution</h2> - <p>You've reached the website for <strong>Arch Linux</strong>, a + <p>You've reached the website for <strong>{{BRANDING_DISTRONAME}}</strong>, a lightweight and flexible Linux® distribution that tries to Keep It Simple.</p> @@ -27,10 +27,10 @@ on the range of skillsets and uses for Arch that stem from it. Please check out our <a href="https://bbs.archlinux.org/" title="Arch Forums">forums</a> and <a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/" - title="Arch Mailing Lists">mailing lists</a> + 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 Arch.</p> + if you want to learn more about {{BRANDING_SHORTNAME}}.</p> <p class="readmore"><a href="{% url 'page-about' %}" title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...</a></p> @@ -115,7 +115,7 @@ title="Community documentation">Wiki</a></li> <li><a href="{% wiki_url 'Installation Guide' %}" title="Official installation guide">Official Installation Guide</a></li> - <li><a href="%{ wiki_url "Beginners'_Guide" %}" + <li><a href="{% wiki_url "Beginners'_Guide" %}" title="A good place to start for beginners">Unofficial Beginners' Guide</a></li> </ul> @@ -161,8 +161,8 @@ <h4>Development</h4> <ul> - <li><a href="https://projects.archlinux.org/" - title="Official Arch projects (git)">Projects in Git</a></li> + <li><a href="{{ PROJECTS_URL }}" + title="Official {{BRANDING_SHORTNAME}} projects (git)">Projects in Git</a></li> <li><a href="{% url 'page-svn' %}" title="View SVN entries for packages">SVN Repositories</a></li> <li><a href="{% wiki_url 'DeveloperWiki' %}" @@ -181,7 +181,7 @@ <li><a href="{% url 'page-keys' %}" title="Package/Database signing master keys">Signing Master Keys</a></li> <li><a href="{% wiki_url 'Arch_Linux_Press_Review' %}" - title="Arch Linux in the media">Press Coverage</a></li> + 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 & 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> |