From b55bf7bb7090c441f33f114bdd64c34a350c296f Mon Sep 17 00:00:00 2001 From: Bruno Date: Mon, 13 Oct 2025 21:22:43 +0100 Subject: [PATCH 1/4] Add Many Notes --- software/many-notes.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/many-notes.yml diff --git a/software/many-notes.yml b/software/many-notes.yml new file mode 100644 index 0000000000..317ec33612 --- /dev/null +++ b/software/many-notes.yml @@ -0,0 +1,12 @@ +name: "Many Notes" +website_url: "https://github.com/brufdev/many-notes" +source_code_url: "https://github.com/brufdev/many-notes" +description: "Markdown note-taking web application designed for simplicity" +licenses: + - MIT +platforms: + - PHP + - Docker +tags: + - Note-taking & Editors +depends_3rdparty: true \ No newline at end of file From b40637521cf5a446defe450c27657862234e575e Mon Sep 17 00:00:00 2001 From: Bruno Date: Mon, 13 Oct 2025 21:31:38 +0100 Subject: [PATCH 2/4] Fix description --- software/many-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/many-notes.yml b/software/many-notes.yml index 317ec33612..d6f4998560 100644 --- a/software/many-notes.yml +++ b/software/many-notes.yml @@ -1,7 +1,7 @@ name: "Many Notes" website_url: "https://github.com/brufdev/many-notes" source_code_url: "https://github.com/brufdev/many-notes" -description: "Markdown note-taking web application designed for simplicity" +description: "Markdown note-taking web application designed for simplicity." licenses: - MIT platforms: From ce2e83808132fcc44dea37b43e4c7c2a74fc6852 Mon Sep 17 00:00:00 2001 From: Bruno Date: Tue, 14 Oct 2025 20:18:18 +0100 Subject: [PATCH 3/4] Update platforms --- software/many-notes.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/many-notes.yml b/software/many-notes.yml index d6f4998560..cb564085e0 100644 --- a/software/many-notes.yml +++ b/software/many-notes.yml @@ -5,7 +5,6 @@ description: "Markdown note-taking web application designed for simplicity." licenses: - MIT platforms: - - PHP - Docker tags: - Note-taking & Editors From 4057f45c89a2e298bdc982e57740cc8bf0a50283 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 15 Oct 2025 19:03:03 +0100 Subject: [PATCH 4/4] Remove depends_3rdparty option --- software/many-notes.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/many-notes.yml b/software/many-notes.yml index cb564085e0..785dea5e8d 100644 --- a/software/many-notes.yml +++ b/software/many-notes.yml @@ -7,5 +7,4 @@ licenses: platforms: - Docker tags: - - Note-taking & Editors -depends_3rdparty: true \ No newline at end of file + - Note-taking & Editors \ No newline at end of file