diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/templates/base.html b/templates/base.html index c7b26a9e..a44b54b6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,28 +2,25 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>{% block title %}Arch Linux{% endblock %}</title> + <title>{% block title %}Parabola GNU/Linux-libre{% endblock %}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="/media/archweb.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="/media/archweb-print.css" media="print" /> <link rel="icon" type="image/x-icon" href="/media/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" /> - <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch-packages as osp %}{{ osp }}" title="Arch Linux Packages" /> + <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch-packages as osp %}{{ osp }}" title="Parabola Packages" /> {% block head %}{% endblock %} </head> <body class="{% if user.is_authenticated %}devmode {% endif %}{% block bodyclass %}{% endblock %}"> <div id="archnavbar" class="{% block navbarclass %}anb-home{% endblock %}"> - <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Arch Linux</a></h1></div> + <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Parabola</a></h1></div> <div id="archnavbarmenu"> <ul id="archnavbarlist"> - <li id="anb-home"><a href="/" title="Arch news, packages, projects and more">Home</a></li> - <li id="anb-packages"><a href="/packages/" title="Arch Package Database">Packages</a></li> - <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li> - <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> - <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> - <li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li> - <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Arch Linux">Download</a></li> + <li id="anb-home"><a href="/" title="Parabola news, packages, projects and more">Home</a></li> + <li id="anb-packages"><a href="/packages/" title="Parabola Package Database">Packages</a></li> + <li id="anb-wiki"><a href="https://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li> + <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Parabola">Download</a></li> </ul> </div> </div><!-- #archnavbar --> @@ -33,16 +30,17 @@ {% if user.is_authenticated %} <ul> <li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li> - <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki" + <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/DeveloperWiki" title="Developer HOWTOs and documentation">DevWiki</a></li> - <li><a href="http://projects.archlinux.org/" title="Git Projects">Projects</a></li> + <li><a href="http://projects.parabola.kiwwwi.com.ar/" title="Git Projects">Projects</a></li> <li><a href="{% url news-list as newsl %}{{ newsl }}" title="Manage news articles">News</a></li> <li><a href="/packages/signoffs/" title="Package signoffs">Signoffs</a></li> <li><a href="/todo/" title="Developer todo lists">Todos</a></li> - <li><a href="/packages/differences/" title="Package architecture differences">Arch Differences</a></li> - <li><a href="https://mailman.archlinux.org/mailman/private/arch-dev/" - title="arch-dev mailing list archives">Archives</a></li> - <li><a href="/mirrors/" title="Mirror server statistics">Mirrors</a></li> + <li><a href="/packages/differences/" title="Package + architecture differences">Architecture Differences</a></li> + <li><a + href="http://list.parabolagnulinux.org/private.cgi/dev-parabolagnulinux.org/" + title="dev mailing list archives">Archives</a></li> <li><a href="/devel/profile/" title="Modify your account profile">Profile</a></li> <li><a href="/accounts/logout/" title="Logout of the developer interface">Logout</a></li> </ul> @@ -70,16 +68,10 @@ {% endblock %} <div id="footer"> - <p>Copyright © 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org" - title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" - title="Contact Aaron Griffin">Aaron Griffin</a>.</p> - - <p>The Arch Linux name and logo are recognized - <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" - title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p> - - <p>The registered trademark Linux® is used pursuant to a sublicense from LMI, - the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p> + <p>Copyleft 2009-{% now "Y" %} Parabola Project. All content is + released under a <a + href="http://creativecommons.org/licenses/by-sa/3.0/" + rel="license">cc-by-sa 3.0 unported</a> license.</p> </div><!-- #footer --> </div><!-- #content --> |