diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index a4b03141..038fd8d6 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -134,12 +134,8 @@ title="Official and regional IRC communities">IRC Channels</a></li> <li><a href="http://planet.archlinux.org/" title="Arch in the blogosphere">Planet Arch</a></li> - <li><a href="http://rollingrelease.com/" - title="Community online magazine">Rolling Release Ezine</a></li> <li><a href="https://wiki.archlinux.org/index.php/International_Communities" title="Arch communities in your native language">International Communities</a></li> - <li><a href="https://wiki.archlinux.org/index.php/Related_Projects" - title="Projects that are in some way related to Arch Linux">Related Projects</a></li> </ul> <h4>Support</h4> @@ -169,34 +165,29 @@ <h4>Development</h4> <ul> - <li><a href="{% url page-keys %}" - title="Package/Database signing master keys">Master Keys</a> - <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> - <li><a href="/packages/" - title="View/search the package repository database">Packages</a></li> - <li><a href="/groups/" - title="View the available package groups">Package Groups</a></li> - <li><a href="{% url visualize-index %}" - title="View visualizations">Visualizations</a> - <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> - <li><a href="{% url page-svn %}" - title="View SVN entries for packages">SVN Repositories</a></li> <li><a href="http://projects.archlinux.org/" title="Official Arch 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="https://wiki.archlinux.org/index.php/DeveloperWiki" - title="Developer Wiki articles">DeveloperWiki</a></li> + title="Developer Wiki articles">Developer Wiki</a></li> + <li><a href="/groups/" + title="View the available package groups">Package Groups</a></li> <li><a href="/todolists/" title="Developer Todo Lists">Todo Lists</a></li> <li><a href="{% url releng-test-overview %}" title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li> + <li><a href="{% url visualize-index %}" + title="View visualizations">Visualizations</a> + <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> </ul> - <h4>About</h4> + <h4>More Resources</h4> <ul> - <li><a href="https://wiki.archlinux.org/index.php/ArchLinux:About" - title="Learn more about Arch Linux">About Arch</a></li> - <li><a href="/download/" title="Get Arch Linux">Download Arch</a></li> + <li><a href="{% url page-keys %}" + title="Package/Database signing master keys">Signing Master Keys</a> + <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" title="Arch Linux in the media">Press Coverage</a></li> <li><a href="{% url page-art %}" title="Arch logos and other artwork for promotional use">Logos & Artwork</a></li> |