Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 55064f4

Browse files
authored
Merge pull request #20 from COSI-Lab/arch32-and-templeos
Added ArchLinux32 and TempleOS. I'm just going to approve this and copy it up to the server.
2 parents 483f245 + 5978aaf commit 55064f4

1 file changed

Lines changed: 44 additions & 4 deletions

File tree

distributions.html

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ <h2>Contents</h2>
9595
<li>
9696
<a href="#arch">Arch Linux</a>
9797
</li>
98+
<li>
99+
<a href="#arch32">Arch Linux 32</a>
100+
</li>
98101
<li>
99102
<a href="#artix">Artix Linux</a>
100103
</li>
@@ -146,6 +149,9 @@ <h2>Contents</h2>
146149
<li>
147150
<a href="#slitaz">SliTaz Linux</a>
148151
</li>
152+
<li>
153+
<a href="#templeos">Temple OS</a>
154+
</li>
149155
<li>
150156
<a href="#ubuntu">Ubuntu</a>
151157
</li>
@@ -175,8 +181,6 @@ <h5>ISOs:</h5>
175181
<h5>HTTP:</h5>
176182
<a href="./archlinux/">http://mirror.clarkson.edu/archlinux/</a>
177183
<br>
178-
<h5>Rsync:</h5>rsync://mirror.clarkson.edu/archlinux
179-
<br>
180184
<br>
181185
<h5>Upstream Mirror:</h5>
182186
<a href="http://mirrors.rit.edu">mirrors.rit.edu</a>
@@ -192,6 +196,34 @@ <h5>Homepage:</h5>
192196
<pre>Server = http://mirror.clarkson.edu/archlinux/$repo/os/$arch</pre>
193197
</details>
194198
</div>
199+
<div class="distro" id="arch32">
200+
<h3>Arch Linux 32</h3>
201+
<h5>ISOs:</h5>
202+
<a href="./archlinux32/archisos/">http://mirror.clarkson.edu/archlinux32/archisos/</a>
203+
<br>
204+
<h5>HTTP:</h5>
205+
<a href="./archlinux32/">http://mirror.clarkson.edu/archlinux32/</a>
206+
<br>
207+
<br>
208+
<h5>Upstream Mirror:</h5>
209+
<a href="http://mirror.archlinux32.org">mirror.archlinux32.org</a>
210+
<br>
211+
<h5>Homepage:</h5>
212+
<a href="http://www.archlinux32.org/">http://www.archlinux32.org/</a>
213+
<!--
214+
215+
TODO: Someone investigate if this is correct or not.
216+
217+
<br>
218+
<br>
219+
<details>
220+
<summary>Setup</summary>
221+
<p>To setup ArchLinux32 to use our Mirror, open up
222+
<span class="file">/etc/pacman.d/mirrorlist</span> and add the following line:</p>
223+
<pre>Server = http://mirror.clarkson.edu/archlinux32/$repo/os/$arch</pre>
224+
</details>
225+
-->
226+
</div>
195227
<div class="distro" id="artix">
196228
<h3>Artix Linux (Official Mirror)</h3>
197229
<h5>HTTP:</h5>
@@ -468,6 +500,15 @@ <h5>Upstream Mirror:</h5>
468500
<h5>Homepage:</h5>
469501
<a href="http://www.slitaz.org/en/">http://www.slitaz.org/en/</a>
470502
</div>
503+
<div class="distro" id="templeos">
504+
<h3>TempleOS</h3>
505+
<h5>HTTP:</h5>
506+
<a href="./templeos/">http://mirror.clarkson.edu/templeos/</a>
507+
<br>
508+
<br>
509+
<h5>Homepage:</h5>
510+
<a href="http://templeos.org/">http://templeos.org/</a>
511+
</div>
471512
<div class="distro" id="ubuntu">
472513
<h3>Ubuntu (Official Mirror)</h3>
473514
<h5>ISOs:</h5>
@@ -518,5 +559,4 @@ <h4>
518559
</div>
519560
</footer>
520561
</body>
521-
522-
</html>
562+
</html>

0 commit comments

Comments
 (0)