This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/project-list.php
2023-07-03 02:55:19 +02:00

43 lines
3.7 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<title>Projects</title>
<meta charset="UTF-8">
<meta name="description" content="List of all projects I maintain/used to maintain.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Projects</h2>
<p>Here's a list of most software projects I've worked on/currently work on or people still use.</p>
<p>Note that it is not a full list, for a full list see <a href="https://git.speedie.site">my Gitea instance</a> and <a href="https://github.com/speediegq">my GitHub</a>.</p>
<h3 class="spmenu">spmenu</h3>
<p>spmenu is a simple X11 and Wayland menu application which takes standard input, parses it, lets the user choose an option and sends the selected option to standard output. It also serves as a run launcher and desktop launcher through the included shell script spmenu_run, which handles both $PATH listing, .desktop entries, and file listing.</p>
<p><a href="https://spmenu.speedie.site">More information</a> <a href="https://git.speedie.site/speedie/spmenu">Git repository</a></p>
<h3 class="fontctrl">fontctrl</h3>
<p>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.</p>
<p><a href="projects/fontctrl.php">More information</a> <a href="https://git.speedie.site/speedie/fontctrl">Git repository</a></p>
<h3 class="elevendebloater">elevendebloater</h3>
<p>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.</p>
<p><a href="projects/elevendebloater.php">More information</a> <a href="https://git.speedie.site/speedie/elevendebloater">Git repository</a></p>
<h3 class="project081">Project 081</h3>
<p>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. </p>
<p><a href="projects/project081.php">More information</a> <a href="https://github.com/p081/Project081">Git repository</a></p>
<h3 class="startpage">startpage</h3>
<p>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.</p>
<p><a href="https://git.speedie.site/speedie/startpage">Git repository</a></p>
<h3 class="iron">iron</h3>
<p>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.</p>
<p><a href="projects/iron.php">More information</a> <a href="https://git.speedie.site/speedie/iron">Git repository</a></p>
<h3 class="rchat">rchat</h3>
<p>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.</p>
<p><a href="projects/rchat.php">More information</a> <a href="https://git.speedie.site/speedie/rchat">Git repository</a></p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>