summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 11:10:06 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 11:10:06 -0400
commit53784f4db1eb972ad7bc849c4a119f407ad07137 (patch)
tree275df2055857a413fd29143ed3d1e69d18e964f4 /templates
parent631417bc28a1ba3a5e478b9fc9b4e51ea49711bb (diff)
downloadarchweb-53784f4db1eb972ad7bc849c4a119f407ad07137.tar.gz
archweb-53784f4db1eb972ad7bc849c4a119f407ad07137.zip
use external links to avoid duplicate code between projects
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/developers.html67
-rw-r--r--templates/devel/donate.html63
-rw-r--r--templates/devel/download.html74
-rw-r--r--templates/devel/fellows.html63
-rw-r--r--templates/devel/projects.html36
-rw-r--r--templates/devel/siteindex.html72
6 files changed, 7 insertions, 368 deletions
diff --git a/templates/devel/developers.html b/templates/devel/developers.html
deleted file mode 100644
index 179e03aa..00000000
--- a/templates/devel/developers.html
+++ /dev/null
@@ -1,67 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Arch Linux Core Developers</h2>
- <br /><br />
- <div id="devlist">
- {% for dev in devs %}
- <a href="#{{ dev.first_name}}{{ dev.last_name.0|upper }}">{{ dev.first_name }}{{ dev.last_name.0|upper }}</a> &nbsp;
- {% endfor %}
- </div><br /><br />
-
- <table class="center" cellpadding="20">
- {% for dev in devs %}
- <tr>
- <td class="devpic">
- <img src="{{ dev.get_profile.get_picture_url }}" height="175" width="175" style="border:1px solid black">
- </td><td>
- <a name="{{ dev.first_name }}{{ dev.last_name.0|upper }}" />
- <table class="deventry" cellspacing="5">
- <tr>
- <th>Name:</th>
- <td>{{ dev.get_full_name }}</td>
- </tr><tr>
- <th>Alias:</th>
- <td>{{ dev.get_profile.alias }}</td>
- </tr><tr>
- <th>Email:</th>
- <td>{{ dev.get_profile.public_email }}</td>
- </tr><tr>
- <th>Other Contact:</th>
- <td>{{ dev.get_profile.other_contact }}</td>
- </tr><tr>
- <th>Roles:</th>
- <td>{{ dev.get_profile.roles }}<br />
- </td>
- </tr><tr>
- <th>Website:</th>
- <td>{{ dev.get_profile.website }}</td>
- </tr><tr>
- <th>Occupation:</th>
- <td>{{ dev.get_profile.occupation }}</td>
- </tr><tr>
- <th>YOB:</th>
- <td>{% if dev.get_profile.yob %}{{ dev.get_profile.yob }}{% else %}&nbsp;{% endif %}</td>
- </tr><tr>
- <th>Location:</th>
- <td>{{ dev.get_profile.location }}</td>
- </tr><tr>
- <th>Languages:</th>
- <td>{{ dev.get_profile.languages }}</td>
- </tr><tr>
- <th>Interests:</th>
- <td>{{ dev.get_profile.interests }}</td>
- </tr><tr>
- <th>Favorite Distros:</th>
- <td>{{ dev.get_profile.favorite_distros }}</td>
- </tr>
- </table>
- </td>
- </tr>
- {% endfor %}
- </table>
-</div>
-<br /><br />
-{% endblock %}
-
diff --git a/templates/devel/donate.html b/templates/devel/donate.html
deleted file mode 100644
index f437c4b2..00000000
--- a/templates/devel/donate.html
+++ /dev/null
@@ -1,63 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Donate to Arch Linux</h2>
- <p>
- Arch Linux survives because of the tireless efforts of many people in
- the community and the core development circle. None of us are paid for our
- work, and we don't have the personal funds to sustain server costs ourselves.
- </p><p>
- There are many ways to help Arch Linux. If technical development,
- documentation, or support aren't your strong points, you could certainly
- help us by dropping a few bucks our way.
- </p><p>
- Many thanks!
- </p>
- <div style="text-align:center">
- <!-- paypal code -->
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="aaronmgriffin@gmail.com">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="tax" value="0">
- <input type="hidden" name="lc" value="US">
- <input type="hidden" name="bn" value="PP-DonationsBF">
- <input type="hidden" name="item_name" value="Arch Linux Donation">
- <input type="hidden" name="image_url" value="/media/arch-paypal.jpg">
- <input type="hidden" name="no_shipping" value="1">
- <input type="hidden" name="cn" value="Suggestions/Comments">
- <input type="hidden" name="no_note" value="1">
- <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none">
- </form>
- </div>
- <br /><br />
- <h2 class="title">Past Donors</h2>
- <table width="100%">
- <tr>
- <td style="font-size:x-small;vertical-align:top">
- {% for donor in slice1 %}
- {{ donor.name }}<br />
- {% endfor %}
- </td>
- <td style="font-size:x-small;vertical-align:top">
- {% for donor in slice2 %}
- {{ donor.name }}<br />
- {% endfor %}
- </td>
- <td style="font-size:x-small;vertical-align:top">
- {% for donor in slice3 %}
- {{ donor.name }}<br />
- {% endfor %}
- </td>
- <td style="font-size:x-small;vertical-align:top">
- {% for donor in slice4 %}
- {{ donor.name }}<br />
- {% endfor %}
- </td>
- </tr>
- </table>
-</div>
-<br /><br />
-{% endblock %}
-
diff --git a/templates/devel/download.html b/templates/devel/download.html
deleted file mode 100644
index be840d3a..00000000
--- a/templates/devel/download.html
+++ /dev/null
@@ -1,74 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Buy A CD</h2>
- CDs are available for purchase from OSDisc.com. For each CD purchased, a
- portion of the money goes to the Arch Linux Project.<br /><br />
- <div style="text-align:center">
- <a href="http://www.osdisc.com/cgi-bin/distro/index.cgi?distro=archlinux">Click here to purchase a CD</a>
- </div>
- <br /><br />
-
- <h2 class="title">BitTorrent Download</h2>
- <br /><br />
- <div style="text-align:center">
- <h3>Download with BitTorrent</h3>
- If you can spare the bytes, please leave the BT client
- open after your<br /> download is finished, so you can seed it back to others.<br />
- <br />
- <table class="center" cellspacing="10">
- <tr>
- <th>&nbsp;</th>
- <th>CORE</th>
- <th>FTP Install</th>
- </tr>
- <tr>
- <td>i686:</td>
- <td>
- <a href="ftp://ftp.archlinux.org/iso/2007.08/i686/Archlinux-i686-2007.08-2.core.iso.torrent">
- 2007.08-2
- </a>
- </td>
- <td>
- <a href="ftp://ftp.archlinux.org/iso/2007.08/i686/Archlinux-i686-2007.08-2.ftp.iso.torrent">
- 2007.08-2
- </a>
- </td>
- </tr><tr>
- <td>x86_64:</td>
- <td>
- <a href="ftp://ftp.archlinux.org/iso/2007.08/x86_64/Archlinux-x86_64-2007.08-2.core.iso.torrent">
- 2007.08-2
- </a>
- </td>
- <td>
- <a href="ftp://ftp.archlinux.org/iso/2007.08/x86_64/Archlinux-x86_64-2007.08-2.ftp.iso.torrent">
- 2007.08-2
- </a>
- </td>
- </tr>
- </table>
- </div>
- <br /><br />
-
- <h2 class="title">HTTP/FTP Download</h2>
- <br /><br />
- <div style="text-align:center">
- <h3>Download with HTTP/FTP</h3>
- In addition to the BitTorrent links above, ISO images can also be downloaded <br /> via HTTP/FTP from the /iso/ sub-directory of mirror sites listed below.<br />
- <br /><br />
- <h3>Mirror Sites</h3>
- <table class="center" cellspacing="10">
- {% for mirror in mirrors %}
- <tr>
- <td style="text-align:left"><a href="{{ mirror.url }}">{{ mirror.domain }}</a></td>
- <td style="text-align:right">{{ mirror.country }}</td>
- </tr>
- {% endfor %}
- </table>
- </div>
-</div>
-<br /><br />
-{% endblock %}
-
diff --git a/templates/devel/fellows.html b/templates/devel/fellows.html
deleted file mode 100644
index 8457f7e4..00000000
--- a/templates/devel/fellows.html
+++ /dev/null
@@ -1,63 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Arch Linux Fellows</h2>
- Below you can find a list of ex-developers (aka Project Fellows). These folks helped make Arch
- what it is today. Thanks!
- <br /><br />
- <div id="devlist">
- {% for fellow in fellows %}
- <a href="#{{ fellow.first_name}}{{ fellow.last_name.0|upper }}">{{ fellow.first_name }}{{ fellow.last_name.0|upper }}</a> &nbsp;
- {% endfor %}
- </div><br /><br />
-
- <table class="center" cellpadding="20">
- {% for fellow in fellows %}
- <tr>
- <td class="devpic">
- <img src="{{ fellow.get_profile.get_picture_url }}" height="175" width="175" style="border:1px solid black">
- </td><td>
- <a name="{{ fellow.first_name }}{{ fellow.last_name.0|upper }}" />
- <table class="deventry" cellspacing="5">
- <tr>
- <th>Name:</th>
- <td>{{ fellow.get_full_name }}</td>
- </tr><tr>
- <th>Alias:</th>
- <td>{{ fellow.get_profile.alias }}</td>
- </tr><tr>
- <th>Past Roles:</th>
- <td>{{ fellow.get_profile.roles }}<br />
- </td>
- </tr><tr>
- <th>Website:</th>
- <td>{{ fellow.get_profile.website }}</td>
- </tr><tr>
- <th>Occupation:</th>
- <td>{{ fellow.get_profile.occupation }}</td>
- </tr><tr>
- <th>YOB:</th>
- <td>{% if fellow.get_profile.yob %}{{ fellow.get_profile.yob }}{% else %}&nbsp;{% endif %}</td>
- </tr><tr>
- <th>Location:</th>
- <td>{{ fellow.get_profile.location }}</td>
- </tr><tr>
- <th>Languages:</th>
- <td>{{ fellow.get_profile.languages }}</td>
- </tr><tr>
- <th>Interests:</th>
- <td>{{ fellow.get_profile.interests }}</td>
- </tr><tr>
- <th>Favorite Distros:</th>
- <td>{{ fellow.get_profile.favorite_distros }}</td>
- </tr>
- </table>
- </td>
- </tr>
- {% endfor %}
- </table>
-</div>
-<br /><br />
-{% endblock %}
-
diff --git a/templates/devel/projects.html b/templates/devel/projects.html
deleted file mode 100644
index c669d048..00000000
--- a/templates/devel/projects.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Arch Related Projects</h2>
- <br /><br />
- <p>There are a few Arch-based projects or communities that have sprung up
- over the years. Here's a list of the ones we know about.</p>
- <table cellspacing="20">
- <tr>
- <td><a href="http://user-contributions.org/home/index.php">user-contributions.org</a></td>
- <td>A website belongs to members wanting to give a little something to the free software community</td>
- </tr><tr>
- <td><a href="http://www.archlinux.org/~simo/archstats/">ArchStats</a></td>
- <td>An opt-in system that tracks which packages each user has installed, hardware specs, etc</td>
- </tr><tr>
- <td><a href="http://archie.dotsrc.org/">Archie Live CD</a></td>
- <td>A live CD (and live CD build scripts) based on Arch</td>
- </tr>
- <tr>
- <td><a href="http://www.archlinuxppc.org/">ArchPPC</a></td>
- <td>Arch packages optimized for PPC</td>
- </tr><tr>
- <td><a href="http://user-contributions.org/projects/hwd/hwd.html">Hardware Detection</a></td>
- <td>Hardware detection scripts for Arch <span style="font-size:x-small">(deprecated in favor of udev's auto-detection)</span></td>
- </tr><tr>
- <td><a href="http://arch-egis.berlios.de/">AEGIS</a></td>
- <td>Arch Environmental/Geographical Information Systems (AEGIS) Project</td>
- </tr>
- </table>
- <br />
- If you have an Arch related project you would like linked, please open a <a href="http://bugs.archlinux.org/">Bug Ticket</a> with the category "web site", and a relevant description.
-</div>
-<br /><br />
-{% endblock %}
-
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html
index 37bdba42..efce282c 100644
--- a/templates/devel/siteindex.html
+++ b/templates/devel/siteindex.html
@@ -30,69 +30,6 @@
</table>
</div>
<br />
- <div class="greybox">
- <h3>Install ISO Releases</h3>
- <table id="releases">
- <tr>
- <td>2007.08-2</td>
- <td><b>Don't Panic</b></td>
- <td style="text-align:right">2007-10-07</td>
- </tr><tr>
- <td>2007.08.1</td>
- <td><b>Don't Panic</b></td>
- <td style="text-align:right">2007-09-10</td>
- </tr><tr>
- <td>2007.08</td>
- <td><b>Don't Panic</b></td>
- <td style="text-align:right">2007-08-05</td>
- </tr><tr>
- <td>2007.05</td>
- <td><b>Duke</b></td>
- <td style="text-align:right">2007-05-17</td>
- </tr><tr>
- <td>0.8</td>
- <td><b>Voodoo</b></td>
- <td style="text-align:right">2007-03-31</td>
- </tr><tr>
- <td>0.7.2</td>
- <td><b>Gimmick</b></td>
- <td style="text-align:right">2006-05-23</td>
- </tr><tr>
- <td>0.7.1</td>
- <td><b>Noodle</b></td>
- <td style="text-align:right">2006-01-05</td>
- </tr><tr>
- <td>0.7</td>
- <td><b>Wombat</b></td>
- <td style="text-align:right">2005-01-24</td>
- </tr><tr>
- <td>0.6</td>
- <td><b>Widget</b></td>
- <td style="text-align:right">2004-03-01</td>
- </tr><tr>
- <td>0.5</td>
- <td><b>Nova</b></td>
- <td style="text-align:right">2003-07-21</td>
- </tr><tr>
- <td>0.4</td>
- <td><b>Dragon</b></td>
- <td style="text-align:right">2002-12-18</td>
- </tr><tr>
- <td>0.3</td>
- <td><b>Firefly</b></td>
- <td style="text-align:right">2002-08-07</td>
- </tr><tr>
- <td>0.2</td>
- <td><b>Vega</b></td>
- <td style="text-align:right">2002-04-17</td>
- </tr><tr>
- <td>0.1</td>
- <td><b>Homer</b></td>
- <td style="text-align:right">2002-03-11</td>
- </tr>
- </table>
- </div>
- <br />
{% endblock %}
{% block content_right %}
@@ -105,13 +42,18 @@
<h3>Dev Links:</h3>
<ul class="links">
<li><a href="/devel/">Dev Dashboard</a></li>
- <li><a href="/developers/">Developer List</a></li>
- <li><a href="/fellows/">Fellows List</a></li>
+ <li><a href="/news/">News</a></li>
+ <li><a href="/packages/signoffs/">Signoffs</a></li>
+ <li><a href="/todo/">Todos</a></li>
+ <li><a href="http://www.archlinux.org/mailman/private/arch-dev/">Archives</a></li>
+ <li><a href="/devel/profile/">Profile</a></li>
</ul>
<h3>Main Site Links:</h3>
<ul class="links">
<li><a href="http://bugs.archlinux.org">Bug Tracker</a></li>
<li><a href="http://repos.archlinux.org/viewvc.cgi/">SVN</a></li>
<li><a href="http://projects.archlinux.org">Projects</a></li>
+ <li><a href="http://www.archlinux.org/developers/">Developer List</a></li>
+ <li><a href="http://www.archlinux.org/fellows/">Fellows List</a></li>
</ul>
{% endblock %}