From 05cde1e0b0e6a8082e880a3fd16c50c8f6ed1e4c Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Mon, 5 Aug 2024 04:48:55 -0500 Subject: todo --- improve configuration format.md | 8 ++++++++ project verification.md | 8 ++++++++ verify commands exist.md | 3 +++ 3 files changed, 19 insertions(+) create mode 100644 improve configuration format.md create mode 100644 project verification.md create mode 100644 verify commands exist.md diff --git a/improve configuration format.md b/improve configuration format.md new file mode 100644 index 0000000..4d1dae2 --- /dev/null +++ b/improve configuration format.md @@ -0,0 +1,8 @@ +# Improve Configuration Format + +Choose a user friendly configuration format. + +JSON is bad because: + + - lack of comment support. + - tedious to edit. diff --git a/project verification.md b/project verification.md new file mode 100644 index 0000000..8028dfa --- /dev/null +++ b/project verification.md @@ -0,0 +1,8 @@ +# Project Verification + +Ensure the integrity of the projects you mirror by verifying all incoming data. +Projects can be verified using their PGP key or a custom method. + +Custom methods are supported by through the use of external programs. The +configured program is run with the project root as the first argument. The +data is considered tainted if it returns with a non-zero Exit Code. diff --git a/verify commands exist.md b/verify commands exist.md new file mode 100644 index 0000000..4f27361 --- /dev/null +++ b/verify commands exist.md @@ -0,0 +1,3 @@ +# Verify Commands Exist + +Display a user friendly message if commands the project depend on do not exist. -- cgit v1.2.3