Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
chore: Remove explicit mentions of "radicle.xyz"
Lorenz Leutgeb committed 5 months ago
commit a62f1e72705927086cf6c62be146ca1ccd404337
parent 8b273eb
19 files changed +35 -40
modified README.md
@@ -1,6 +1,4 @@
-
# radicle.xyz
-

-
> Visit <https://radicle.xyz>
+
# The Radicle Website

This is the Radicle homepage and documentation repository.

modified _guides/protocol.md
@@ -101,7 +101,7 @@ that openly seed all repositories to *community seed nodes* that selectively
seed repositories from a group of trusted peers.

<aside> For more details on how to run a seed node, refer to the <a
-
href="https://radicle.xyz/guides/seeder">Radicle Seeder's Guide</a>
+
href="/guides/seeder">Radicle Seeder's Guide</a>
</aside>

### Node Identifiers (NIDs)
@@ -813,7 +813,7 @@ collaboration.

[Gitea]: https://about.gitea.com/
[Forgejo]: https://forgejo.org/
-
[Radicle]: https://radicle.xyz/
+
[Radicle]: /
[Git]: https://git-scm.com/
[gns]: https://git-scm.com/docs/gitnamespaces
[grh]: https://git-scm.com/docs/gitremote-helpers
@@ -845,7 +845,7 @@ collaboration.
[rips]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3trNYnLWS11cJWC6BbxDs5niGo82
[heartwood]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
[did]: https://www.w3.org/TR/did-core/
-
[seed]: https://radicle.xyz/guides/seeder/
+
[seed]: /guides/seeder/
[peer-to-peer]: https://en.wikipedia.org/wiki/Peer-to-peer
[forges]: https://en.wikipedia.org/wiki/Forge_(software)
[local-first]: https://www.inkandswitch.com/local-first/
modified _guides/user.md
@@ -111,7 +111,7 @@ used for source code and collaborative programming. </aside>
The easiest way to install Radicle is by firing up your terminal and running
the following command:

-
    $ curl -sSf https://radicle.xyz/install | sh
+
    $ curl -sSf {{ site.url }}/install | sh

This command runs an installer script that automates the setup process, by:

@@ -134,7 +134,7 @@ This command runs an installer script that automates the setup process, by:
> prefer.

[heartwood]: https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
-
[binaries]: https://radicle.xyz/download
+
[binaries]: {{ site.url }}/download

Once you've installed Radicle, you can make sure that it was successful by
running:
@@ -560,7 +560,7 @@ how to clone the repository on Radicle:

    +## Radicle
    +
-
    +To clone this repository on [Radicle](https://radicle.xyz), simply run:
+
    +To clone this repository on Radicle, simply run:
    +
    +    rad clone rad:z31hE1wco9132nedN3mm5qJjyotna
    +
modified _includes/install.html
@@ -51,7 +51,7 @@
</style>

<div id="install">
-
  <code id="install-command">curl -sSf https://radicle.xyz/install | sh</code>
+
  <code id="install-command">curl -sSf {{ site.url }}/install | sh</code>
  <span id="install-copy">
    <svg width="16" height="16" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
      <rect x="60" y="24" width="12" height="12" fill="currentColor"/>
modified _includes/meta.html
@@ -8,14 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="twitter:card" content="summary"/>
-
<meta name="twitter:image" content="https://radicle.xyz/assets/images/og-card.png"/>
+
<meta name="twitter:image" content="{{ site.url }}/assets/images/og-card.png"/>
<meta name="twitter:site" content="@radicle"/>
<meta name="twitter:creator" content="@radicle"/>

<meta property="og:title" content="{{ page.title | default: site.title }}"/>
<meta property="og:description" content="Sovereign code infrastructure."/>
-
<meta property="og:image" content="https://radicle.xyz/assets/images/og-card.png"/>
-
<meta property="og:url" content="https://radicle.xyz{{ page.url }}"/>
+
<meta property="og:image" content="{{ site.url }}/assets/images/og-card.png"/>
+
<meta property="og:url" content="{{site.url}}/{{ page.url }}"/>
<meta property="og:type" content="website"/>

<meta name="fediverse:creator" content="{{ author.fedi | default: site.fedi }}" />
modified _layouts/index.html
@@ -4,7 +4,7 @@
{% include meta.html %}
<link rel="stylesheet" type="text/css" href="{{ "/assets/css/page.css" | relative_url }}"/>
<meta rel="me" href="https://toot.radicle.xyz/@radicle" />
-
<link rel="alternate" type="application/rss+xml" title="RSS Feed for radicle.xyz" href="/feed.xml" />
+
<link rel="alternate" type="application/rss+xml" title="RSS Feed for the Radicle Website" href="/feed.xml" />
</head>
<body>
  <img class="desktop" width="160" height="160" id="ribbon" src="/assets/images/ribbon.svg" usemap="#ribbon-map"/>
modified _pages/download.md
@@ -14,16 +14,16 @@ Thanks to all community members that help distributing Radicle!

## Advanced Package Tool (and compatible)

-
To use our repository at <https://radicle.xyz/apt>,
+
To use our repository at <{{ site.url }}/apt>,
first install the signing key:
```
-
curl -LO https://radicle.xyz/apt/radicle-archive-keyring.deb
+
curl -LO {{ site.url }}/apt/radicle-archive-keyring.deb
chmod a+r radicle-archive-keyring.deb
sudo apt install ./radicle-archive-keyring.deb
```
Then add the URL to your `/etc/apt/sources.list`:
```
-
echo "deb [signed-by=/usr/share/radicle/radicle-archive-keyring.asc] https://radicle.xyz/apt release main" | sudo tee -a  "/etc/apt/sources.list"
+
echo "deb [signed-by=/usr/share/radicle/radicle-archive-keyring.asc] {{ site.url }}/apt release main" | sudo tee -a  "/etc/apt/sources.list"
```
Now install `radicle`, e.g.:
```
modified _posts/2024-09-10-radicle-1.0.0.md
@@ -20,7 +20,7 @@ have done it without you!

You can grab the latest release with the following command:

-
    curl -sSf https://radicle.xyz/install | sh
+
    curl -sSf {{ site.url }}/install | sh

Or head over to the [download](/download) section to download and verify the
binaries yourself.
modified _posts/2024-12-05-radicle-1.1.0.md
@@ -11,7 +11,7 @@ To upgrade or install, head to the [download](/download) section, or run the
following command from your terminal:

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --version=1.1.0
+
curl -sSf {{ site.url }}/install | sh -s -- --version=1.1.0
```

## Database migration
modified _posts/2025-06-02-radicle-1.2.0.md
@@ -11,7 +11,7 @@ To upgrade or install, head to the [download](/download) section, or run the
following command from your terminal:

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --version=1.2.0
+
curl -sSf {{ site.url }}/install | sh -s -- --version=1.2.0
```

**Huge** thanks to all the contributors, many of which are contributors from outside of the team. We appreciate the community that is being built here 🌱
modified _posts/2025-06-13-radicle-desktop.md
@@ -11,7 +11,7 @@ Since Radicle reached version 1.0.0 in September last year, we’ve been focused

## Try it out! 🪄

-
Head over to [radicle.xyz/desktop][desktop] to find the install instructions including packaged versions for major distributions.
+
Head over to [{{ site.url }}/desktop][desktop] to find the install instructions including packaged versions for major distributions.

## What is Radicle Desktop?

@@ -28,4 +28,4 @@ Radicle Desktop is not trying to replace your terminal, IDE, or code editor - yo
Radicle Desktop marks the latest addition to the growing Radicle ecosystem. A lot of work has gone into this release, and we’re happily using Radicle Desktop ourselves for some time now. We also want to extend a big thank you to everyone who tried the earlier versions - the feedback has been immensely valuable. Even some of the CLI fans admit that certain workflows are better in the app.


-
[desktop]: https://radicle.xyz/desktop
+
[desktop]: /desktop
modified _posts/2025-07-17-radicle-1.2.1.md
@@ -8,7 +8,7 @@ The Radicle team is delighted to announce the release of Radicle 1.2.1 (29043134
## Installation

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=1.2.1
+
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.2.1
```

## Migration of Node DNS Names (Action Required)
modified _posts/2025-07-23-using-radicle-ci-for-development.md
@@ -314,9 +314,8 @@ is so easy, I never bother to make note of it when creating a repository.
# Reporting an issue

The `rad` tool can open issues from the command line, but for issue
-
management I've moved to using [the desktop
-
application](https://radicle.xyz/desktop). In the screenshot below I
-
open an issue about the default greeting.
+
management I've moved to using [the desktop application](/desktop).
+
In the screenshot below I open an issue about the default greeting.

<img src="/assets/images/blog/radicle-desktop-new-issue-scaled.png" class="screenshot"/>

@@ -472,11 +471,9 @@ been programming for decades.

# Installing

-
To install Radicle itself, the [official
-
instructions](https://radicle.xyz/#get-started) will get you `rad` and
-
`radicle-node`. The [Radicle desktop
-
application](https://radicle.xyz/desktop) has it's own installation
-
instructions.
+
To install Radicle itself, the [official instructions](/#get-started)
+
will get you `rad` and `radicle-node`. The [Radicle desktop application](/desktop)
+
has its own installation instructions.

There are instructions for installing [Radicle CI (for
Debian)](https://radicle-ci.liw.fi/radicle-ci-broker/userguide.html#installing-radicle-ci-with-ambient-on-debian),
modified _posts/2025-08-12-radicle-1.3.0.md
@@ -11,7 +11,7 @@ protocol and tooling via their contributions and usage reports 👾
## Installation

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=1.3.0
+
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.3.0
```

## Canonical References
modified _posts/2025-08-14-jujutsu-with-radicle.md
@@ -567,9 +567,9 @@ Come help in discussion on our [Zulip], and enjoy being Radicle 🌱👾
<!-- Radicle -->
[heartwood]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
[Zulip]: https://radicle.zulipchat.com
-
[download]: https://radicle.xyz/download
-
[guide-user-cobs]: https://radicle.xyz/guides/user#2-collaborating-the-radicle-way
-
[guide-user-patch]: https://radicle.xyz/guides/user#working-with-patches
-
[guides]: https://radicle.xyz/guides
+
[download]: /download
+
[guide-user-cobs]: /guides/user#2-collaborating-the-radicle-way
+
[guide-user-patch]: /guides/user#working-with-patches
+
[guides]: /guides
[rip-storage]: https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3trNYnLWS11cJWC6BbxDs5niGo82/tree/0003-storage-layout.md
[rip-storage-namespace]: https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3trNYnLWS11cJWC6BbxDs5niGo82/tree/0003-storage-layout.md#layout
modified _posts/2025-09-03-radicle-1.4.0.md
@@ -21,7 +21,7 @@ this release:
## Installation

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=1.4.0
+
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
```

## Canonical Reference Improvements
modified _posts/2025-09-04-radicle-1.4.0.md
@@ -21,7 +21,7 @@ this release:
## Installation

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=1.4.0
+
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.4.0
```

## Canonical Reference Improvements
modified _posts/2025-09-30-radicle-1.5.0.md
@@ -17,7 +17,7 @@ Thanks to the following contributors for their effort in making Radicle better:
## Installation

```
-
curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --version=1.5.0
+
curl -sSf {{ site.url }}/install | sh -s -- --no-modify-path --version=1.5.0
```

## Better Support for Bare Repositories
modified flake.nix
@@ -1,5 +1,5 @@
{
-
  description = "radicle.xyz";
+
  description = "The Radicle Website";

  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/release-25.05";