Am Dienstag, 19. Februar 2013 schrieb Ludovic Courtès:
> Help welcome! Note that if you have commit access to the source code
> repo, you also have access to the web page repo (CVS)
Seriously? I think I forgot how to use cvs 10 years ago... How about
updating it to git?
Also, I noticed that the gnu boilerplate is copy-pasted into the page; how
about including a php script with one line that contains the gnu content?
Here is a patch to the web page that makes the logo a bit smaller and lets
the text flow to its right:
--- index.html.alt 2013-02-20 09:48:44.000000000 +0100
+++ index.html 2013-02-20 09:52:20.000000000 +0100
@@ -96,7 +96,8 @@
<a href="graphics/index.html">
<img src="graphics/guix-logo.small.png"
- style="margin: 25px 0px 25px 0px;"
+ height="80em"
+ style="float:left; padding:2em;"
alt="GNU Guix and the GNU System" />
</a>
Andreas