# HG changeset patch # User Anders Bergh # Date 1197867850 28800 # Node ID f29a43ca4760c2388ecf505838bf2caf03d9cafc # Parent 946a11dbdb23c8ee6dc91d6288a1bd4bd4c55961 Add content to the front page diff -r 946a11dbdb23 -r f29a43ca4760 htdocs/index.html --- a/htdocs/index.html Mon Dec 17 05:30:04 2007 +0100 +++ b/htdocs/index.html Sun Dec 16 21:04:10 2007 -0800 @@ -1,5 +1,4 @@ - + Happy Mars @@ -9,6 +8,32 @@

Happy Mars

-

I'm setting this up again.

+

News

+

2007-12-17: Happy Mars is back!

+

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 luajit, premake and many more. +

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 gdc and gdc-svn! I'll probably do a bin32-dmd package as well, if you need dmd for some reason.

+

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 yaourt). Have fun!

+ +

Setting up your Arch Linux system to use Happy Mars

+

i686

+

Add the following to your /etc/pacman.conf:

+
[happymars]
+Server = http://happymars.andersman.org/i686
+

x86_64

+

Add the following to your /etc/pacman.conf:

+
[happymars]
+Server = http://happymars.andersman.org/x86_64
+ +

Mercurial repository

+

All PKGBUILD's are hosted in my private Mercurial repository. To download the whole repository:

+
$ hg clone http://hg.andersman.org/happymars
+

You can also browse the web interface, just click the link above.

+ +

Contributing

+

If you want to contribute directly, just contact me (see below).

+

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!

+ +

Contact

+

You can find me at irc.freenode.net in #happymars.

diff -r 946a11dbdb23 -r f29a43ca4760 htdocs/style.css --- a/htdocs/style.css Mon Dec 17 05:30:04 2007 +0100 +++ b/htdocs/style.css Sun Dec 16 21:04:10 2007 -0800 @@ -1,3 +1,23 @@ body { font-family: Arial, Helvetica, sans-serif; } + +.term,.file { + background: #EFEFEF; + color: gray; + padding: 5px; + border: 1px solid #808080; +} + +.term,.file a { + color: gray; +} + +.term,.file a:hover { + color: black; +} + +.pkg,.path { + font-family: monospace; + background: #EFEFEF; +}