diff options
author | tv <tv@shackspace.de> | 2015-07-27 02:02:34 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-27 02:02:34 +0200 |
commit | afb6afff1d0f81d8a0dcfd94fa8e46a849bb094f (patch) | |
tree | ebdbaf99b0e2fcde8be0bd43455955e5cd17b3be /Zpkgs/tv/viljetic-pages | |
parent | 45b173c11ecc7d6e8a177d7121bd06d923691b4b (diff) |
* tv -> tv *
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 1ae55cca7..000000000 --- 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 c06b3f97b..000000000 --- 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 bb263dad9..000000000 --- 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 */ -"................", -". ...... .", -". .. ...... .. .", -". .. ...... .. .", -". ...... .", -"................", -". . . .", -". .. . .. . .", -". .. . .. . .", -". . . .", -"................", -"...... . .", -"...... . .", -"...... . .", -"...... . .", -"................" -}; |