From d9610fa77351eb94174a28c816a86658da7a596e Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 25 Mar 2024 04:43:39 +0000 Subject: [PATCH] Modularise source code repository locations Since Inferencium code is now located across multiple locations, including Inferencium servers and third-party mirrors, the source code navigation should be updated to reflect that. --- source.xhtml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source.xhtml b/source.xhtml index 34390c8..ffea1ed 100644 --- a/source.xhtml +++ b/source.xhtml @@ -1,7 +1,7 @@ - + @@ -33,6 +33,20 @@

Source

+

The main source code repositories are located on Inferencium servers and are where development occurs, + along with where issues and pull requests are managed.

+

It is recommended to use the main repositories over mirrors whenever possible; I have full control over + the source code and configurations.

+

Commit, tag, and release verification should still be performed when using the main repositories; they + are not a substitution for proper security checks. My personal SSH keys used for signing commits, tags, and + releases can be found on the + Key webpage.

+