diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-28 15:29:59 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-28 15:29:59 +0200 |
| commit | 7acd1262519d8f15c8eb89a0dce968eb26d6b7d4 (patch) | |
| tree | 71f807a36e60e126b6fdb0be51e70cde4bf64b4e /Zpkgs/tv/viljetic-pages | |
| parent | 7673c84204bd5bae0426b79c62e95dfccf846756 (diff) | |
| parent | 7920cfad18e69ea30bbe5e70da2cd93e0bbc05cd (diff) | |
Merge branch 'tv' into master
Diffstat (limited to 'Zpkgs/tv/viljetic-pages')
| -rw-r--r-- | Zpkgs/tv/viljetic-pages/default.nix | 16 | ||||
| -rw-r--r-- | Zpkgs/tv/viljetic-pages/index.html | 10 | ||||
| -rw-r--r-- | Zpkgs/tv/viljetic-pages/logo.xpm | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/Zpkgs/tv/viljetic-pages/default.nix b/Zpkgs/tv/viljetic-pages/default.nix deleted file mode 100644 index 1ae55cc..0000000 --- a/Zpkgs/tv/viljetic-pages/default.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, stdenv, ... }: - -stdenv.mkDerivation { - name = "viljetic-pages-0"; - phases = [ - "installPhase" - ]; - buildInputs = with pkgs; [ - imagemagick - ]; - installPhase = '' - mkdir -p $out - cp ${./index.html} $out/index.html - convert ${./logo.xpm} $out/favicon2.png - ''; -} diff --git a/Zpkgs/tv/viljetic-pages/index.html b/Zpkgs/tv/viljetic-pages/index.html deleted file mode 100644 index c06b3f9..0000000 --- a/Zpkgs/tv/viljetic-pages/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE HTML> -<title>blank page</title> -<link rel="shortcut icon" href="favicon2.png" type="image/png"> -<i>This page intentionally left blank.</i> -<!-- - Ok, it's not blank, here are the cookies (bots welcome): - mailto:tomislav@viljetic.de - https://github.com/4z3 - irc://freenode.net/#krebs ---> diff --git a/Zpkgs/tv/viljetic-pages/logo.xpm b/Zpkgs/tv/viljetic-pages/logo.xpm deleted file mode 100644 index bb263da..0000000 --- a/Zpkgs/tv/viljetic-pages/logo.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char *meh[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1 ", -" c black", -". c None", -/* pixels */ -"................", -". ...... .", -". .. ...... .. .", -". .. ...... .. .", -". ...... .", -"................", -". . . .", -". .. . .. . .", -". .. . .. . .", -". . . .", -"................", -"...... . .", -"...... . .", -"...... . .", -"...... . .", -"................" -}; |
