From c28a97c636c32965d388c8f63b4b6e88cddf998f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 20 Mar 2024 22:07:49 +0100 Subject: [PATCH] www.ruma.io => ruma.dev --- .github/workflows/main.yml | 4 +-- README.md | 2 +- config.toml | 2 +- content/news/2021-08-22-gsoc-coverage.md | 4 +-- content/news/this-week-in-ruma-2016-06-12.md | 2 +- content/news/this-week-in-ruma-2016-07-03.md | 4 +-- content/news/this-week-in-ruma-2016-07-17.md | 2 +- content/news/this-week-in-ruma-2017-01-01.md | 2 +- content/news/this-week-in-ruma-2019-06-02.md | 2 +- static/CNAME | 2 +- static/news/feed.atom | 34 ++++++++++---------- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa4675d..ad92146 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Build www.ruma.io +name: Build on: push: branches: @@ -35,7 +35,7 @@ jobs: echo 'Host *' >> ~/.ssh/config echo ' StrictHostKeyChecking=no' >> ~/.ssh/config - git config --global user.email "noreply@ruma.io" + git config --global user.email "noreply@ruma.dev" git config --global user.name "CI" git init -b built git add -A diff --git a/README.md b/README.md index 6a6b602..36fd772 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# www.ruma.io +# ruma.dev This repository contains the source code for the Ruma website. diff --git a/config.toml b/config.toml index c7fb1d6..8402aa5 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://www.ruma.io" +base_url = "https://ruma.dev" # Generate a feed under /news/feed.xml generate_feed = true diff --git a/content/news/2021-08-22-gsoc-coverage.md b/content/news/2021-08-22-gsoc-coverage.md index 25fb060..c3b0466 100644 --- a/content/news/2021-08-22-gsoc-coverage.md +++ b/content/news/2021-08-22-gsoc-coverage.md @@ -111,7 +111,7 @@ first foray into Rust's procedural macros. -[previous blog post]: https://www.ruma.io/news/gsoc-2021-intro/ +[previous blog post]: https://ruma.dev/news/gsoc-2021-intro/ [3PID validity endpoint]: https://github.com/ruma/ruma/pull/618 [3PID bind endpoint]: https://github.com/ruma/ruma/pull/621 [Invitation signing endpoint]: https://github.com/ruma/ruma/pull/626 @@ -131,4 +131,4 @@ first foray into Rust's procedural macros. [blog posts]: https://blog.turbo.fish/proc-macro-basics/ [`matrix-rust-sdk`]:https://github.com/matrix-org/matrix-rust-sdk/issues/296 [issue]: https://github.com/ruma/ruma/issues/686 -[the gossiping of cross signing keys]: https://github.com/matrix-org/matrix-rust-sdk/issues/296 \ No newline at end of file +[the gossiping of cross signing keys]: https://github.com/matrix-org/matrix-rust-sdk/issues/296 diff --git a/content/news/this-week-in-ruma-2016-06-12.md b/content/news/this-week-in-ruma-2016-06-12.md index 3455463..0c3a389 100644 --- a/content/news/this-week-in-ruma-2016-06-12.md +++ b/content/news/this-week-in-ruma-2016-06-12.md @@ -23,7 +23,7 @@ I'm really excited to launch this new documentation site because I think it's go * Add support for configuration files in TOML and YAML formats. * Add CONTRIUBTING and STATUS documents as well as revised README content. -## Notable changes to `www.ruma.io` +## Notable changes to `ruma.dev` * Revised the website's style in preparation for the documenation sub-site. diff --git a/content/news/this-week-in-ruma-2016-07-03.md b/content/news/this-week-in-ruma-2016-07-03.md index ee6e24a..53e18f8 100644 --- a/content/news/this-week-in-ruma-2016-07-03.md +++ b/content/news/this-week-in-ruma-2016-07-03.md @@ -9,7 +9,7 @@ Three major milestones happened for Ruma this week! 1. Support for events, the basic unit of data in Matrix, landed on the master branch. This is very important, because it's the foundation for almost all the core functionality of the homeserver. The initial implementation of events does not support federation, to keep the scope small, and because the details of federation are still not well specified. -2. Ruma's [documentation website](https://www.ruma.io/docs/) was launched, with its first guide, the [Introduction to Matrix](https://www.ruma.io/docs/matrix/), which provides a great explanation of Matrix targeted at non-technical users. +2. Ruma's [documentation website](https://ruma.dev/docs/) was launched, with its first guide, the [Introduction to Matrix](https://ruma.dev/docs/matrix/), which provides a great explanation of Matrix targeted at non-technical users. 3. Ruma [reached the top of the Hacker News front page](https://twitter.com/ruma_io/status/749834912077713409). Be sure to read the [comment thread](https://news.ycombinator.com/item?id=12028475). @@ -26,7 +26,7 @@ Three major milestones happened for Ruma this week! * Remove the `EventKind` trait. * Add support for custom event types. -## Notable changes to `www.ruma.io` +## Notable changes to `ruma.dev` * Add new documentation site and Introduction to Matrix guide. (Contributed in part by Leah Scampoli.) diff --git a/content/news/this-week-in-ruma-2016-07-17.md b/content/news/this-week-in-ruma-2016-07-17.md index e0ca87d..b48f594 100644 --- a/content/news/this-week-in-ruma-2016-07-17.md +++ b/content/news/this-week-in-ruma-2016-07-17.md @@ -13,7 +13,7 @@ Some of my work has resulted in new issues for the spec, detailed below. * Following the new version of the spec which provides formal definitions of Matrix IDs, this new crate was added to the Ruma organization on GitHub to isolate the logic for Matrix IDs. -## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io) +## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io) * Add new logo to the home page. diff --git a/content/news/this-week-in-ruma-2017-01-01.md b/content/news/this-week-in-ruma-2017-01-01.md index 884220a..ea90205 100644 --- a/content/news/this-week-in-ruma-2017-01-01.md +++ b/content/news/this-week-in-ruma-2017-01-01.md @@ -49,7 +49,7 @@ We recently launched a new [projects page](/projects/) on the website that expla * Created and published this small crate which contains core types that will be used by all Ruma crates that implement request and response types for the various Matrix APIs. -## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io) +## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io) * Added a new [projects page](/projects/). * Added a script to determine new contributors to the project across all repositories. diff --git a/content/news/this-week-in-ruma-2019-06-02.md b/content/news/this-week-in-ruma-2019-06-02.md index 1867253..c05d560 100644 --- a/content/news/this-week-in-ruma-2019-06-02.md +++ b/content/news/this-week-in-ruma-2019-06-02.md @@ -7,7 +7,7 @@ extra.author = "Jimmy Cuadra" ## From the editor Ruma has largely been on hiatus while we wait for async networking in Rust to mature. -We now have a [project status page](https://www.ruma.io/status/) which gives the full story. +We now have a [project status page](https://ruma.dev/status/) which gives the full story. Please refer people here if they wonder about the project's activity. The stabilization of async/await syntax is now on the horizon, so this week I worked on bringing the Ruma homeserver up to date. diff --git a/static/CNAME b/static/CNAME index 6dfc0c3..fb5ab73 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -ruma.io +ruma.dev diff --git a/static/news/feed.atom b/static/news/feed.atom index 02d2051..1cba4db 100644 --- a/static/news/feed.atom +++ b/static/news/feed.atom @@ -1,25 +1,25 @@ This Week in Ruma - https://www.ruma.io/news - - + https://ruma.dev/news + + 2020-04-10T17:50:00Z This feed has moved. - https://www.ruma.io/news/feed.atom.tombstone + https://ruma.dev/news/feed.atom.tombstone 2020-05-30T00:00:00T 2020-05-30T00:00:00T Jonas Platte <p>This feed has moved. Please re-subscribe:</p> - <p><a href="https://www.ruma.io/news/feed.xml">https://wwww.ruma.io/news/feed.xml</a></p> + <p><a href="https://ruma.dev/news/feed.xml">https://wruma.dev/news/feed.xml</a></p> Ruma is dead, long live Ruma! - - https://www.ruma.io/news/ruma-is-dead-long-live-ruma-2020-04-10/ + + https://ruma.dev/news/ruma-is-dead-long-live-ruma-2020-04-10/ 2020-04-10T17:50:00Z 2020-04-10T17:50:00Z @@ -70,8 +70,8 @@ to make it as easy as possible to set up your own homeserver.</p> These Weeks in Ruma - - https://www.ruma.io/news/these-weeks-in-ruma-2019-12-14/ + + https://ruma.dev/news/these-weeks-in-ruma-2019-12-14/ 2019-12-14T17:30:00Z 2019-12-14T17:30:00Z @@ -119,8 +119,8 @@ derive macro</a>.</p> New releases - - https://www.ruma.io/news/new-releases-2019-11-05/ + + https://ruma.dev/news/new-releases-2019-11-05/ 2019-11-05T22:40:00Z 2019-11-05T22:40:00Z @@ -172,8 +172,8 @@ derive macro</a>.</p> This Week in Ruma - - https://www.ruma.io/news/this-week-in-ruma-2019-08-11/ + + https://ruma.dev/news/this-week-in-ruma-2019-08-11/ 2019-08-11T00:00:00Z 2019-08-11T00:00:00Z @@ -196,8 +196,8 @@ It was a good time, and I hope it gets some new people interested in Matrix and/ This Week in Ruma - - https://www.ruma.io/news/this-week-in-ruma-2019-08-04/ + + https://ruma.dev/news/this-week-in-ruma-2019-08-04/ 2019-08-04T00:00:00Z 2019-08-04T00:00:00Z @@ -234,8 +234,8 @@ I thought it wouldn't hurt to mention again in case anyone missed it. :}</p&g This Week in Ruma - - https://www.ruma.io/news/this-week-in-ruma-2019-07-21/ + + https://ruma.dev/news/this-week-in-ruma-2019-07-21/ 2019-07-21T00:00:00Z 2019-07-21T00:00:00Z