htdocs/index.html
changeset 8 f76671115809
parent 5 f29a43ca4760
equal deleted inserted replaced
7:c9bd17599375 8:f76671115809
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 "http://www.w3.org/TR/html4/strict.dtd">
       
     3 <html>
     2 <html>
     4 	<head>
     3 	<head>
     5 		<title>Happy Mars</title>
     4 		<title>Happy Mars</title>
     6 		<link rel="stylesheet" href="style.css">
     5 		<link rel="stylesheet" href="style.css">
     7 	</head>
     6 	</head>
     8 
     7 
     9 	<body>
     8 	<body>
    10 		<h1>Happy Mars</h1>
     9 		<h1>Happy Mars</h1>
    11 
    10 
    12 		<p>I'm setting this up again.</p>
    11 		<h2>News</h2>
       
    12 		<h3>2007-12-17: Happy Mars is back!</h3>
       
    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.
       
    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>
       
    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>
       
    16 
       
    17 		<h2>Setting up your Arch Linux system to use Happy Mars</h2>
       
    18 		<h3>i686</h3>
       
    19 		<p>Add the following to your <span class="path">/etc/pacman.conf</span>:</p>
       
    20 		<pre class="file">[happymars]
       
    21 Server = http://happymars.andersman.org/i686</pre>
       
    22 		<h3>x86_64</h3>
       
    23 		<p>Add the following to your <span class="path">/etc/pacman.conf</span>:</p>
       
    24 		<pre class="file">[happymars]
       
    25 Server = http://happymars.andersman.org/x86_64</pre>
       
    26 
       
    27 		<h2>Mercurial repository</h2>
       
    28 		<p>All PKGBUILD's are hosted in my private Mercurial repository. To download the whole repository:</p>
       
    29 		<pre class="term">$ hg clone <a href="http://hg.andersman.org/happymars">http://hg.andersman.org/happymars</a></pre>
       
    30 		<p>You can also browse the web interface, just click the link above.</p>
       
    31 
       
    32 		<h2>Contributing</h2>
       
    33 		<p>If you want to contribute directly, just contact me (see below).</p>
       
    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>
       
    35 
       
    36 		<h2>Contact</h2>
       
    37 		<p>You can find me at irc.freenode.net in #happymars.</p>
    13 	</body>
    38 	</body>
    14 </html>
    39 </html>