summaryrefslogtreecommitdiffstats
path: root/tv/pkgs/viljetic-pages
diff options
context:
space:
mode:
Diffstat (limited to 'tv/pkgs/viljetic-pages')
-rw-r--r--tv/pkgs/viljetic-pages/default.nix16
-rw-r--r--tv/pkgs/viljetic-pages/index.html10
-rw-r--r--tv/pkgs/viljetic-pages/logo.xpm24
3 files changed, 0 insertions, 50 deletions
diff --git a/tv/pkgs/viljetic-pages/default.nix b/tv/pkgs/viljetic-pages/default.nix
deleted file mode 100644
index 1ae55cca7..000000000
--- a/tv/pkgs/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/tv/pkgs/viljetic-pages/index.html b/tv/pkgs/viljetic-pages/index.html
deleted file mode 100644
index c06b3f97b..000000000
--- a/tv/pkgs/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/tv/pkgs/viljetic-pages/logo.xpm b/tv/pkgs/viljetic-pages/logo.xpm
deleted file mode 100644
index bb263dad9..000000000
--- a/tv/pkgs/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 */
-"................",
-". ...... .",
-". .. ...... .. .",
-". .. ...... .. .",
-". ...... .",
-"................",
-". . . .",
-". .. . .. . .",
-". .. . .. . .",
-". . . .",
-"................",
-"...... . .",
-"...... . .",
-"...... . .",
-"...... . .",
-"................"
-};