htdocs/index.html
author Anders Bergh <anders1@gmail.com>
Sun, 16 Dec 2007 21:45:22 -0800
changeset 8 f76671115809
parent 5 f29a43ca4760
permissions -rw-r--r--
Something funny happened with the web files, so I'm committing them again
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
0
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     2
<html>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     3
	<head>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     4
		<title>Happy Mars</title>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     5
		<link rel="stylesheet" href="style.css">
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     6
	</head>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     7
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     8
	<body>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     9
		<h1>Happy Mars</h1>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    10
5
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    11
		<h2>News</h2>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    12
		<h3>2007-12-17: Happy Mars is back!</h3>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    13
		<p>Happy Mars is back again. This time it's not only limited to D-related packages, but includes most of my packages from the AUR such as <span class="pkg">luajit</span>, <span class="pkg">premake</span> and many more.
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    14
		<p>x86_64 users should be happy to know that I'm focusing a lot more on x86_64 this time, and I promise to provide a nice and library-seperated version of <span class="pkg">gdc</span> and <span class="pkg">gdc-svn</span>! I'll probably do a <span class="pkg">bin32-dmd</span> package as well, if you need <span class="pkg">dmd</span> for some reason.</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    15
		<p>I've adopted most of the D packages hosted at the AUR these days too, so if you don't want to use this repository for various reasons, you can always use the AUR (with or without a tool such as <span class="pkg">yaourt</span>). Have fun!</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    16
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    17
		<h2>Setting up your Arch Linux system to use Happy Mars</h2>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    18
		<h3>i686</h3>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    19
		<p>Add the following to your <span class="path">/etc/pacman.conf</span>:</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    20
		<pre class="file">[happymars]
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    21
Server = http://happymars.andersman.org/i686</pre>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    22
		<h3>x86_64</h3>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    23
		<p>Add the following to your <span class="path">/etc/pacman.conf</span>:</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    24
		<pre class="file">[happymars]
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    25
Server = http://happymars.andersman.org/x86_64</pre>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    26
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    27
		<h2>Mercurial repository</h2>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    28
		<p>All PKGBUILD's are hosted in my private Mercurial repository. To download the whole repository:</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    29
		<pre class="term">$ hg clone <a href="http://hg.andersman.org/happymars">http://hg.andersman.org/happymars</a></pre>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    30
		<p>You can also browse the web interface, just click the link above.</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    31
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    32
		<h2>Contributing</h2>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    33
		<p>If you want to contribute directly, just contact me (see below).</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    34
		<p>If you have a D-related package in the AUR and you want me to host binary packages I'll be happy to do so!</p>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    35
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    36
		<h2>Contact</h2>
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    37
		<p>You can find me at irc.freenode.net in #happymars.</p>
0
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    38
	</body>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    39
</html>