From 871b0e18bb0bb5c2570cc58ca3e2f071c051177a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 22 Oct 2023 15:06:15 +0200 Subject: updaate projects --- src/projects/data.rs | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/projects/data.rs b/src/projects/data.rs index c2e0f70..ed48079 100644 --- a/src/projects/data.rs +++ b/src/projects/data.rs @@ -1,4 +1,4 @@ -use super::{Project, Status::*, State::*}; +use super::{Project, State::*, Status::*}; pub const PROJECTS: &'static [Project] = &[ Project { @@ -16,7 +16,7 @@ pub const PROJECTS: &'static [Project] = &[ }, Project { name: "infra", - status: Developing, + status: Maintained, description: "multi-system installation manager. allows to centrally manage installations with a single configuration in form of a rust DSL", ..default() }, @@ -58,14 +58,20 @@ pub const PROJECTS: &'static [Project] = &[ description: "the programs I hacked together when playing pixelflut. includes GPU-acceleration for updating the canvas with minimal bandwidth usage.", ..default() }, + Project { + name: "trash-proxy", + status: Maintained, + description: "A minecraft reverse proxy for offline authentification.", + ..default() + }, +]; +pub const EXTRA_PROJECTS: &'static [Project] = &[ Project { name: "karlender", status: Paused(Working), description: " a personal calender suite consisting of a daemon, a graphical and a command-line user interface. supports very flexible condition based recurring tasks and automatic scheduling so you dont need to decide.", ..default() }, -]; -pub const EXTRA_PROJECTS: &'static [Project] = &[ Project { name: "bad-editor", status: Paused(Unfinished), @@ -288,12 +294,6 @@ pub const EXTRA_PROJECTS: &'static [Project] = &[ description: "tools to convert MediaWiki XML dumps to static HTML pages", ..default() }, - Project { - name: "trash-proxy", - status: Paused(Working), - description: "A minecraft reverse proxy for offline auth.", - ..default() - }, Project { name: "trash-map", status: Paused(Working), @@ -327,12 +327,11 @@ pub const EXTRA_PROJECTS: &'static [Project] = &[ Project { name: "automato", status: Paused(Unfinished), - description: "A minimal, gridless automation game." , + description: "A minimal, gridless automation game.", ..default() }, ]; - const fn default() -> Project { Project { name: "", -- cgit v1.2.3-70-g09d2