# HG changeset patch # User Anders Bergh # Date 1197870322 28800 # Node ID f76671115809ebb59d7c8e83e7cf4dfbf60e9c18 # Parent c9bd17599375d3360925d1d9ab8a7de3d010fced Something funny happened with the web files, so I'm committing them again diff -r c9bd17599375 -r f76671115809 htdocs/index.html --- a/htdocs/index.html Mon Dec 17 05:37:21 2007 +0000 +++ b/htdocs/index.html Sun Dec 16 21:45:22 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 c9bd17599375 -r f76671115809 htdocs/style.css --- a/htdocs/style.css Mon Dec 17 05:37:21 2007 +0000 +++ b/htdocs/style.css Sun Dec 16 21:45:22 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; +}