diff options
author | anthraxx <levente@leventepolyak.net> | 2015-11-12 19:49:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-12 19:52:10 +0100 |
commit | 2b5e8f34e5791d70ab89479f9fd035aa53bc561b (patch) | |
tree | 6b32f3dc443e86c8c9f3bd90e257c6e46b095ec1 /bin | |
parent | b859333ade7ffa522259f9e1e8820a5e79c2db09 (diff) | |
download | jenkins.debian.net-2b5e8f34e5791d70ab89479f9fd035aa53bc561b.tar.xz |
awesome Arch Linux reproducible html style \o/
- this also adds some (hopefully non-intrusive) styling possibilities
to the footer
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 4 | ||||
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9042fc88..922a14ac 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -308,7 +308,7 @@ write_page_intro() { } write_page_footer() { - write_page "<hr/><p style=\"font-size:0.9em;\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a> and others, <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/\">jenkins.debian.net.git</a> is mostly GPL2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>." + write_page "<hr id=\"footer_separator\" /><p style=\"font-size:0.9em;\"><div id=\"page_footer\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a> and others, <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/\">jenkins.debian.net.git</a> is mostly GPL2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>." if [ "$1" = "coreboot" ] ; then write_page "The <a href=\"http://www.coreboot.org\">Coreboot</a> logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can be freely used to refer to the Coreboot project." elif [ "$1" = "NetBSD" ] ; then @@ -318,7 +318,7 @@ write_page_footer() { elif [ "$1" = "Arch Linux" ] ; then write_page "The <a href=\"https://www.archlinux.org\">Arch Linux</a> name and logo are recognized trademarks. Some rights reserved. The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis." fi - write_page "</p></body></html>" + write_page "</div></p></body></html>" } write_page_meta_sign() { diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index dd29ba73..94015cbc 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -22,14 +22,15 @@ cat > $PAGE <<- EOF <html lang="en-US"> <head> <meta charset="UTF-8"> - <title>Repoducible Arch Linux ?</title> - <link rel='stylesheet' href='/freebsd/global.css' type='text/css' media='all' /> + <title>Repoducible Arch Linux ?!</title> + <link rel='stylesheet' href='global.css' type='text/css' media='all' /> </head> <body> - <div id="logo"> - <h1>Reproducible Arch Linux?</h1> + <div id="archnavbar"> + <div id="logo"></div> </div> <div class="content"> + <h1>Reproducible Arch Linux?!</h1> <div class="page-content"> EOF |