From 429213ef86d3819d064267d5f7b857e9ee1d8b7e Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 26 Jun 2023 04:33:44 +0200 Subject: [PATCH] Cleanup, replace Codeberg links --- credits.php | 2 +- deploy.sh | 6 -- img/codeberg.svg | 164 --------------------------------------- index.php | 4 - ls.css | 167 ---------------------------------------- project-list.php | 30 ++++---- projects/fontctrl.php | 2 +- projects/iron.php | 56 +++++++------- projects/libspeedwm.php | 2 +- projects/rchat.php | 28 +++---- 10 files changed, 60 insertions(+), 401 deletions(-) delete mode 100755 deploy.sh delete mode 100644 img/codeberg.svg delete mode 100644 ls.css diff --git a/credits.php b/credits.php index 1e12a9c..622d370 100644 --- a/credits.php +++ b/credits.php @@ -21,7 +21,7 @@
  • ls.speedie.site
  • ls.speedie.site is a fork of MINIXED with mostly styling changes.

  • spmenu.speedie.site
  • -

    All my wikis are done through w2wiki, which I have modified a bit to fit my needs.

    +

    The spmenu wiki is a fork of w2wiki, which I have modified significantly, by removing public writing and other features I don't use.

  • Web server
  • Everything is hosted on a Vultr VPS using Apache2.

    diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index df424bc..0000000 --- a/deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -git add * -git commit -a -git push origin master || git push origin main -rsync -av --dry-run * speedie@65.20.115.168:/var/www/page/speedie.site/ -rsync -av --update * speedie@65.20.115.168:/var/www/page/speedie.site/ diff --git a/img/codeberg.svg b/img/codeberg.svg deleted file mode 100644 index 74a0fa9..0000000 --- a/img/codeberg.svg +++ /dev/null @@ -1,164 +0,0 @@ - - - Codeberg logo - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - Codeberg logo - - - - Robert Martinez - - - - - Codeberg and the Codeberg Logo are trademarks of Codeberg e.V. - - - 2020-04-09 - - - Codeberg e.V. - - - codeberg.org - - - - - - - - - - - - - diff --git a/index.php b/index.php index 9efb2c8..d7589ea 100644 --- a/index.php +++ b/index.php @@ -87,10 +87,6 @@ GitHub -
  • - - Codeberg -
  • Email me diff --git a/ls.css b/ls.css deleted file mode 100644 index 67f89cd..0000000 --- a/ls.css +++ /dev/null @@ -1,167 +0,0 @@ -* { - margin: 0; - padding: 0; - border: none; -} - -body { - text-align: center; - font-family: monospace; - font-size: 8px; - color: #ffffff; - background-color: #212121; -} - -#wrapper { - max-width: 600px; - *width: 600px; - margin: 0 auto; - text-align: left; -} - -body#left { - text-align: left; -} - -body#left #wrapper { - margin: 0 20px; -} - -h1 { - font-size: 10px; - padding: 0 10px; - text-align: center; - margin: 5px 5 5; - background-color: #363636; - position: sticky; - top: 0; - font-weight: bold; -} - -h2 { - font-size: 8px; - padding: 0 10px; - margin: 10px 0 0; - color: #ccccff; - font-weight: normal; -} - -a { - color: #89bfff; - text-decoration: none; -} - -a:hover { - color: #89bfff; - text-decoration: underline; -} - -ul#header { - margin-top: 20px; -} - -ul li { - display: block; - list-style-type: none; - overflow: hidden; - padding: 10px; -} - -ul li:hover { - background-color: #222222; -} - -ul li .date { - text-align: center; - width: 120px; -} - -ul li .size { - text-align: right; - width: 90px; -} - -ul li .date, ul li .size { - float: right; - font-size: 8px; - display: block; - color: #ccccff; -} - -ul#header li { - font-size: 8px; - font-weight: bold; - border-bottom: 1px solid #cccccc; -} - -ul#header li:hover { - background-color: transparent; -} - -ul#header li * { - color: #777777; - font-size: 8px; -} - -ul#header li a:hover { - color: #ffffff; -} - -ul#header li .asc span, ul#header li .desc span { - padding-right: 15px; - background-position: right center; - background-repeat: no-repeat; - color: #ffffff; -} - -ul#header li .asc span { - background-image: url('?i=asc'); -} - -ul#header li .desc span { - background-image: url('?i=desc'); -} - -ul li.item { - border-top: 1px solid #f3f3f3; -} - -ul li.item:first-child { - border-top: none; -} - -ul li.item .name { - font-weight: bold; -} - -ul li.item .directory, ul li.item .file { - padding-left: 20px; - background-position: left center; - background-repeat: no-repeat; -} - -ul li.item .directory { - background-image: url('?i=directory'); -} - -ul li.item .file { - background-image: url('?i=file'); -} - -#footer { - color: #cccccc; - font-size: 10px; - margin-top: 40px; - margin-bottom: 20px; - padding: 0 10px; - text-align: left; -} - -#footer a { - color: #cccccc; - font-weight: bold; -} - -#footer a:hover { - color: #999999; -} diff --git a/project-list.php b/project-list.php index 7b9b58f..97ce670 100644 --- a/project-list.php +++ b/project-list.php @@ -12,28 +12,28 @@

    Projects

    Here's a list of most software projects I've worked on/currently work on or people still use.

    -

    Note that it is not a full list, for a full list see my Gitea instance, my GitHub and my Codeberg.

    -
  • spmenu
  • +

    Note that it is not a full list, for a full list see my Gitea instance and my GitHub.

    +

    spmenu

    spmenu is an X11 menu application based on dmenu which takes standard input, parses it, and lets the user choose an option and sends the selected option to standard output. Unique to this build is 256 color support (including SGR 16 color sequences), option to block typing, dwm-like keybind array in keybinds.h and more.

    More information Git repository

    -
  • fontctrl
  • +

    fontctrl

    fontctrl is a minimal, symlink based font manager for GNU/Linux. It handles installation, removal, and management of fonts, keeping your custom fonts easy to install, remove and manage.

    -

    More information

    -
  • elevendebloater
  • +

    More information Git repository

    +

    elevendebloater

    Elevendebloater is a minimal, hackable free software Windows 10 and 11 debloater. It removes most bloatware Microsoft added to the new Windows 11 operating system through winget.

    -

    More information

    -
  • Project 081
  • -

    Project 081 is a modification of Apple's Mac OS X 10.4 Tiger operating system adding better hardware support for the unofficially supported but mostly functional Late 2007 and Early 2008 Apple Macs.

    -

    More information

    -
  • startpage
  • +

    More information Git repository

    +

    Project 081

    +

    Project 081 is a discontinued modification of Apple's Mac OS X 10.4 Tiger operating system adding better hardware support for the unofficially supported but mostly functional Late 2007 and Early 2008 Apple Macs.

    +

    More information Git repository

    +

    startpage

    A minimal start page for web browsers without JavaScript. It has support for overriding the CSS with Pywal colors and uses your desktop background as background for the page.

    -

    More information

    -
  • iron
  • +

    Git repository

    +

    iron

    iron is a minimal, customizable, hackable rautafarmi textboard client for GNU/Linux written in Bash. iron is the successor to rchat, and is the first client to support the new, faster, JSON rautafarmi API.

    -

    More information

    -
  • rchat
  • +

    More information Git repository

    +

    rchat

    rchat is a discontinued, minimal, customizable, hackable rautafarmi textboard client for GNU/Linux written in Bash. Unlike iron, rchat only supports the old messages.txt method.

    -

    More information

    +

    More information Git repository