From b15379ce02e5ebe977387e80b34723f7fab3ba8f Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 14 Apr 2015 19:20:56 +0000 Subject: [PATCH] Remove Metacity page; moved themes to GitHub --- www/layout.html | 3 +-- www/metacity.html | 67 ----------------------------------------------- 2 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 www/metacity.html diff --git a/www/layout.html b/www/layout.html index 319d2f9..ca44aab 100644 --- a/www/layout.html +++ b/www/layout.html @@ -60,7 +60,7 @@ {% block content %}{% endblock %} {% if uri not in ["/", "/blog/index"] and not "/blog/category" in uri %} -
+

{{ leaderboard() }} {% endif %} @@ -98,7 +98,6 @@
  • » Flash Animation
  • » JavaScript
  • » Fonts
  • -
  • » Metacity
  • » Tutorials
  • » Web Design
  • diff --git a/www/metacity.html b/www/metacity.html deleted file mode 100644 index 844e701..0000000 --- a/www/metacity.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends "layout.html" %} -{% block title %}Metacity Desktop Themes{% endblock %} -{% block content %} - -

    Metacity Desktop Themes

    - -These are some themes for the Metacity window manager on the GNOME desktop. If -you don't know what that is, then you probably aren't a Linux user, and you can -ignore the existence of this page. - -

    RazrFX

    - -RazrFX

    - -This is my first hand-drawn Metacity theme (Zune and Lunacity were derived from screenshots). The intent -was to have a thin but good-looking Metacity theme. This one adamantly keeps a 20 pixel height on the -title bar, regardless of your font size (read: use 10pt title font size or smaller).

    - -¤ RazrFX 0.02 - (TAR.GZ; 46.4 KB) - -

    Zune

    - -Zune

    - -It's the Windows XP Zune theme for Metacity. There's also an XFWM4 theme for -users who use the XFCE desktop environment.

    - -¤ Zune 0.02 - (TAR.GZ; 27.4 KB) - -

    Lunacity

    - -Lunacity Blue
    -Lunacity Olive Green
    -Lunacity Silver
    -Lunacity Pink

    - -These are Metacity clones of the default Luna themes for Windows XP. Oh, and -there's also a pink version of Luna Silver.

    - -¤ Lunacity 0.02 - (TAR.GZ; 75.5 KB) - -

    XFWM4 Desktop Themes

    - -These themes are for XFCE's window manager only and not Metacity. - -

    Sun OpenSolaris Nimbus

    - -Nimbus

    - -This is a port of the Nimbus theme from OpenSolaris to XFWM4. I didn't realize -until after I completed this theme that somebody else had already -done it. So, I decided to 1up that person and add the other XFWM4 window -buttons for "shade" and "stick". They look like the Nimbus buttons but are -teal and purple.

    - -Also there's a second version I made (also named Nimbus, so only install one at -a time) that shows application icons instead of the normal menu button.

    - -¤ Nimbus 0.04 - (TAR.GZ; 24 KB)
    Nimbus w/ App Icons - (TAR.GZ; 22 KB) - -{% endblock %} \ No newline at end of file