Skip to content

Commit

Permalink
www.ruma.io => ruma.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 20, 2024
1 parent 76b26d5 commit c28a97c
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build www.ruma.io
name: Build
on:
push:
branches:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# www.ruma.io
# ruma.dev

This repository contains the source code for the Ruma website.

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/news/2021-08-22-gsoc-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
[the gossiping of cross signing keys]: https://github.com/matrix-org/matrix-rust-sdk/issues/296
2 changes: 1 addition & 1 deletion content/news/this-week-in-ruma-2016-06-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions content/news/this-week-in-ruma-2016-07-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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.)

Expand Down
2 changes: 1 addition & 1 deletion content/news/this-week-in-ruma-2016-07-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/news/this-week-in-ruma-2017-01-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/news/this-week-in-ruma-2019-06-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruma.io
ruma.dev
34 changes: 17 additions & 17 deletions static/news/feed.atom
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>This Week in Ruma</title>
<id>https://www.ruma.io/news</id>
<link href="https://www.ruma.io/news"/>
<link href="https://www.ruma.io/news/feed.atom" rel="self"/>
<id>https://ruma.dev/news</id>
<link href="https://ruma.dev/news"/>
<link href="https://ruma.dev/news/feed.atom" rel="self"/>
<updated>2020-04-10T17:50:00Z</updated>
<entry>
<title>This feed has moved.</title>
<id>https://www.ruma.io/news/feed.atom.tombstone</id>
<id>https://ruma.dev/news/feed.atom.tombstone</id>
<published>2020-05-30T00:00:00T</published>
<updated>2020-05-30T00:00:00T</updated>
<author>Jonas Platte</author>
<content type="html">
&lt;p&gt;This feed has moved. Please re-subscribe:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.ruma.io/news/feed.xml"&gt;https://wwww.ruma.io/news/feed.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://ruma.dev/news/feed.xml"&gt;https://wruma.dev/news/feed.xml&lt;/a&gt;&lt;/p&gt;
</content>
</entry>
<entry>
<title>Ruma is dead, long live Ruma!</title>
<link rel="alternate" href="https://www.ruma.io/news/ruma-is-dead-long-live-ruma-2020-04-10/"/>
<id>https://www.ruma.io/news/ruma-is-dead-long-live-ruma-2020-04-10/</id>
<link rel="alternate" href="https://ruma.dev/news/ruma-is-dead-long-live-ruma-2020-04-10/"/>
<id>https://ruma.dev/news/ruma-is-dead-long-live-ruma-2020-04-10/</id>
<published>2020-04-10T17:50:00Z</published>
<updated>2020-04-10T17:50:00Z</updated>
<author>
Expand Down Expand Up @@ -70,8 +70,8 @@ to make it as easy as possible to set up your own homeserver.&lt;/p&gt;
</entry>
<entry>
<title>These Weeks in Ruma</title>
<link rel="alternate" href="https://www.ruma.io/news/these-weeks-in-ruma-2019-12-14/"/>
<id>https://www.ruma.io/news/these-weeks-in-ruma-2019-12-14/</id>
<link rel="alternate" href="https://ruma.dev/news/these-weeks-in-ruma-2019-12-14/"/>
<id>https://ruma.dev/news/these-weeks-in-ruma-2019-12-14/</id>
<published>2019-12-14T17:30:00Z</published>
<updated>2019-12-14T17:30:00Z</updated>
<author>
Expand Down Expand Up @@ -119,8 +119,8 @@ derive macro&lt;/a&gt;.&lt;/p&gt;
</entry>
<entry>
<title>New releases</title>
<link rel="alternate" href="https://www.ruma.io/news/new-releases-2019-11-05/"/>
<id>https://www.ruma.io/news/new-releases-2019-11-05/</id>
<link rel="alternate" href="https://ruma.dev/news/new-releases-2019-11-05/"/>
<id>https://ruma.dev/news/new-releases-2019-11-05/</id>
<published>2019-11-05T22:40:00Z</published>
<updated>2019-11-05T22:40:00Z</updated>
<author>
Expand Down Expand Up @@ -172,8 +172,8 @@ derive macro&lt;/a&gt;.&lt;/p&gt;
</entry>
<entry>
<title>This Week in Ruma</title>
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-08-11/"/>
<id>https://www.ruma.io/news/this-week-in-ruma-2019-08-11/</id>
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-08-11/"/>
<id>https://ruma.dev/news/this-week-in-ruma-2019-08-11/</id>
<published>2019-08-11T00:00:00Z</published>
<updated>2019-08-11T00:00:00Z</updated>
<author>
Expand All @@ -196,8 +196,8 @@ It was a good time, and I hope it gets some new people interested in Matrix and/
</entry>
<entry>
<title>This Week in Ruma</title>
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-08-04/"/>
<id>https://www.ruma.io/news/this-week-in-ruma-2019-08-04/</id>
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-08-04/"/>
<id>https://ruma.dev/news/this-week-in-ruma-2019-08-04/</id>
<published>2019-08-04T00:00:00Z</published>
<updated>2019-08-04T00:00:00Z</updated>
<author>
Expand Down Expand Up @@ -234,8 +234,8 @@ I thought it wouldn't hurt to mention again in case anyone missed it. :}&lt;/p&g
</entry>
<entry>
<title>This Week in Ruma</title>
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-07-21/"/>
<id>https://www.ruma.io/news/this-week-in-ruma-2019-07-21/</id>
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-07-21/"/>
<id>https://ruma.dev/news/this-week-in-ruma-2019-07-21/</id>
<published>2019-07-21T00:00:00Z</published>
<updated>2019-07-21T00:00:00Z</updated>
<author>
Expand Down

0 comments on commit c28a97c

Please sign in to comment.