about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-28 14:15:12 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-28 14:16:01 +0000
commit92db1fd5255473373e4ea7791b91786672e6153f (patch)
treea618ed98e756a5d1d41808386c5c160f97f1b0ef
parent4b875cac6132347aae42d57101df46ff9b0d8af0 (diff)
downloadwww-92db1fd5255473373e4ea7791b91786672e6153f.tar
www-92db1fd5255473373e4ea7791b91786672e6153f.tar.gz
www-92db1fd5255473373e4ea7791b91786672e6153f.tar.bz2
www-92db1fd5255473373e4ea7791b91786672e6153f.tar.lz
www-92db1fd5255473373e4ea7791b91786672e6153f.tar.xz
www-92db1fd5255473373e4ea7791b91786672e6153f.tar.zst
www-92db1fd5255473373e4ea7791b91786672e6153f.zip
todo.html: delete
All tasks now achieved.
-rw-r--r--contributing.html4
-rw-r--r--todo.html83
2 files changed, 1 insertions, 86 deletions
diff --git a/contributing.html b/contributing.html
index 66323e8..3e7d6a0 100644
--- a/contributing.html
+++ b/contributing.html
@@ -35,9 +35,7 @@ community, and we'll gladly help you out!
 <p>
 If you're interested in contributing code to Spectrum, you
 can <a href="https://spectrum-os.org/git/">find</a> the source
-repositories online.  If you don't know what to work on, we have a
-list of <a href="todo.html">contributions we'd especially
-appreciate</a>.
+repositories online.
 
 If you've made changes you'd like to be included
 in the official Spectrum distribution, please send patches to the
diff --git a/todo.html b/todo.html
deleted file mode 100644
index 6f3ddc9..0000000
--- a/todo.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!doctype html>
-<!-- SPDX-FileCopyrightText: 2019-2022 Alyssa Ross <hi@alyssa.is> -->
-<!-- SPDX-License-Identifier: CC-BY-SA-4.0 OR GFDL-1.3-no-invariants-or-later -->
-<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
-<html lang="en">
-
-<head>
-
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<link rel="icon" href="logo/logo_html.svg">
-<link rel="stylesheet" href="style.css">
-
-<title>Spectrum contribution ideas</title>
-
-<body>
-
-<nav>
-  <a href=".">Spectrum</a>
-</nav>
-
-<h1>Contribution ideas</h1>
-
-<p>
-Spectrum is currently under heavy development.  This means there are a
-lot of opportunities for contribution, but it can be difficult to
-figure out where to start, especially since there's not a complete
-system available to experiment with yet.
-
-<p>
-Here are some ideas for contributions, roughly ordered by priority.
-If working on any of these appeals to you, even if you don't
-understand all the parts involved, we'd be happy to provide mentorship
-and support.  Just reach out
-on <a href="participating.html#irc">IRC</a> or email
-<a href="mailto:devel@spectrum-os.org">devel@spectrum-os.org</a>.
-
-<p>
-This list is nowhere near exhaustive.  If there's anything else you're
-interested in working on, or just nothing on this list appeals to you
-or fits your skillset, get in touch, and we can advise you on how you
-might be able to help out.
-
-<ol>
-  <li>
-  <p>Make the
-  Spectrum <a href="https://spectrum-os.org/git/rootfs/">root
-  filesystem</a>
-  use <a href="https://skarnet.org/software/s6-linux-init/">s6-linux-init</a>
-  instead of a
-  custom <a href="https://skarnet.org/software/execline/">execline</a>
-  <a href="https://skarnet.org/software/s6/s6-svscan-1.html#stage1">stage1</a>.
-  The custom stage1 has known timing issues.  s6-linux-init should be
-  much more robust.
-
-  <li>
-  <p><a href="https://github.com/illiliti/libudev-zero/issues/45">libudev-zero
-  #45</a>: Error in <code>usbip list -l</code>.  This would let us
-  have much simpler and more lightweight USB VMs, by using
-  libudev-zero instead of systemd's udev.
-
-  <li>
-  <p><a href="https://github.com/NixOS/nixpkgs/issues/134948">nixpkgs
-  #134984</a>: cryptsetup cannot be built statically.  This would let
-  us massively reduce the size of Spectrum's initramfs.  For Spectrum,
-  we only need the <code>veritysetup</code> program from that package
-  at the moment, so it's okay for us if other features have to be
-  disabled to make static linking work.
-</ol>
-  
-<p>
-<small>Permission is granted to copy, distribute and/or modify this
-document under either the terms of the
-<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative
-Commons Attribution-ShareAlike 4.0 International License</a>, or the
-<a href="https://www.gnu.org/licenses/fdl-1.3.html">GNU Free
-Documentation License, Version 1.3</a> or any later version published
-by the Free Software Foundation; with no Invariant Sections, no
-Front-Cover Texts, and no Back-Cover Texts.</small>
-
-<p>
-<a href="impressum.html" lang="de"><small>Impressum</small></a>