From 0a41444a54bcdcf4b543955a11dda80853325e17 Mon Sep 17 00:00:00 2001 From: keyboardan Date: Mon, 27 Jul 2026 09:41:36 +0000 Subject: [PATCH] This article needs a place where it stands out. Put it on the tilde.club section. Signed-off-by: keyboardan --- wiki/source/wiki.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wiki/source/wiki.md b/wiki/source/wiki.md index 53f0a80..89e45b9 100644 --- a/wiki/source/wiki.md +++ b/wiki/source/wiki.md @@ -1,10 +1,10 @@ --- -title: how to contribute to this wiki +title: Tilde.club Wiki Contributions author: - benharri - audiodude - xwindows -category: tutorials +category: tilde.club --- # Want to contribute to this wiki? @@ -97,32 +97,32 @@ of technological liberation... with read-only access to Tilde.club members. In case you prefer to work on your edits directly inside Tilde.club, run a command like this to clone the repository: - + git clone /usr/share/nginx/html tildeclub-site - + If you prefer to clone to your local machine via SSH instead, use **one** of the following commands: - + git clone ssh://USERNAME@tilde.club/usr/share/nginx/html tildeclub-site git clone USERNAME@tilde.club:/usr/share/nginx/html tildeclub-site - + * Don't forget to substitute USERNAME with your Tilde.club username (else SSH would fail logging you in for the access). * The first command works even with a very old Git version. - + Note that you cannot issue `git push` from a repository cloned these ways (but `git pull` will work like usual), so it would be suitable mainly for email-based patch submission, or your private experiment/exploration. * This Git repository is also officially available online at two places: - + * [GitHub](https://github.com/tildeclub/site/) (requires JavaScript and latest browser to view) * [Tildeforge](https://tildeforge.dev/TildeClub/site) (read-only mirror, replicates from GitHub; do not need JavaScript to view) - + The `git clone` command also work directly with these URLs; although note that pull requests are accepted only on GitHub. If you prefer not to use GitHub, @@ -156,7 +156,7 @@ of technological liberation... specified in the section 14 of that license. If you submit your work to be a part of this wiki, this is the copyright license that your work would get published under. - + **Do not trust what GitHub says about the specifics of licensing** on this repository (or any other repository hosted there for that matter),