Skip to content

Commit c28a97c

Browse files
committed
www.ruma.io => ruma.dev
1 parent 76b26d5 commit c28a97c

11 files changed

+30
-30
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build www.ruma.io
1+
name: Build
22
on:
33
push:
44
branches:
@@ -35,7 +35,7 @@ jobs:
3535
echo 'Host *' >> ~/.ssh/config
3636
echo ' StrictHostKeyChecking=no' >> ~/.ssh/config
3737
38-
git config --global user.email "noreply@ruma.io"
38+
git config --global user.email "noreply@ruma.dev"
3939
git config --global user.name "CI"
4040
git init -b built
4141
git add -A

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# www.ruma.io
1+
# ruma.dev
22

33
This repository contains the source code for the Ruma website.
44

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The URL the site will be built for
2-
base_url = "https://www.ruma.io"
2+
base_url = "https://ruma.dev"
33

44
# Generate a feed under /news/feed.xml
55
generate_feed = true

content/news/2021-08-22-gsoc-coverage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ first foray into Rust's procedural macros.
111111

112112

113113

114-
[previous blog post]: https://www.ruma.io/news/gsoc-2021-intro/
114+
[previous blog post]: https://ruma.dev/news/gsoc-2021-intro/
115115
[3PID validity endpoint]: https://github.com/ruma/ruma/pull/618
116116
[3PID bind endpoint]: https://github.com/ruma/ruma/pull/621
117117
[Invitation signing endpoint]: https://github.com/ruma/ruma/pull/626
@@ -131,4 +131,4 @@ first foray into Rust's procedural macros.
131131
[blog posts]: https://blog.turbo.fish/proc-macro-basics/
132132
[`matrix-rust-sdk`]:https://github.com/matrix-org/matrix-rust-sdk/issues/296
133133
[issue]: https://github.com/ruma/ruma/issues/686
134-
[the gossiping of cross signing keys]: https://github.com/matrix-org/matrix-rust-sdk/issues/296
134+
[the gossiping of cross signing keys]: https://github.com/matrix-org/matrix-rust-sdk/issues/296

content/news/this-week-in-ruma-2016-06-12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ I'm really excited to launch this new documentation site because I think it's go
2323
* Add support for configuration files in TOML and YAML formats.
2424
* Add CONTRIUBTING and STATUS documents as well as revised README content.
2525

26-
## Notable changes to `www.ruma.io`
26+
## Notable changes to `ruma.dev`
2727

2828
* Revised the website's style in preparation for the documenation sub-site.
2929

content/news/this-week-in-ruma-2016-07-03.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Three major milestones happened for Ruma this week!
99
1. Support for events, the basic unit of data in Matrix, landed on the master branch.
1010
This is very important, because it's the foundation for almost all the core functionality of the homeserver.
1111
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.
12-
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.
12+
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.
1313
3. Ruma [reached the top of the Hacker News front page](https://twitter.com/ruma_io/status/749834912077713409).
1414
Be sure to read the [comment thread](https://news.ycombinator.com/item?id=12028475).
1515

@@ -26,7 +26,7 @@ Three major milestones happened for Ruma this week!
2626
* Remove the `EventKind` trait.
2727
* Add support for custom event types.
2828

29-
## Notable changes to `www.ruma.io`
29+
## Notable changes to `ruma.dev`
3030

3131
* Add new documentation site and Introduction to Matrix guide. (Contributed in part by Leah Scampoli.)
3232

content/news/this-week-in-ruma-2016-07-17.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Some of my work has resulted in new issues for the spec, detailed below.
1313

1414
* 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.
1515

16-
## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io)
16+
## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io)
1717

1818
* Add new logo to the home page.
1919

content/news/this-week-in-ruma-2017-01-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recently launched a new [projects page](/projects/) on the website that expla
4949

5050
* 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.
5151

52-
## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io)
52+
## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io)
5353

5454
* Added a new [projects page](/projects/).
5555
* Added a script to determine new contributors to the project across all repositories.

content/news/this-week-in-ruma-2019-06-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extra.author = "Jimmy Cuadra"
77
## From the editor
88

99
Ruma has largely been on hiatus while we wait for async networking in Rust to mature.
10-
We now have a [project status page](https://www.ruma.io/status/) which gives the full story.
10+
We now have a [project status page](https://ruma.dev/status/) which gives the full story.
1111
Please refer people here if they wonder about the project's activity.
1212

1313
The stabilization of async/await syntax is now on the horizon, so this week I worked on bringing the Ruma homeserver up to date.

static/CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruma.io
1+
ruma.dev

static/news/feed.atom

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>This Week in Ruma</title>
4-
<id>https://www.ruma.io/news</id>
5-
<link href="https://www.ruma.io/news"/>
6-
<link href="https://www.ruma.io/news/feed.atom" rel="self"/>
4+
<id>https://ruma.dev/news</id>
5+
<link href="https://ruma.dev/news"/>
6+
<link href="https://ruma.dev/news/feed.atom" rel="self"/>
77
<updated>2020-04-10T17:50:00Z</updated>
88
<entry>
99
<title>This feed has moved.</title>
10-
<id>https://www.ruma.io/news/feed.atom.tombstone</id>
10+
<id>https://ruma.dev/news/feed.atom.tombstone</id>
1111
<published>2020-05-30T00:00:00T</published>
1212
<updated>2020-05-30T00:00:00T</updated>
1313
<author>Jonas Platte</author>
1414
<content type="html">
1515
&lt;p&gt;This feed has moved. Please re-subscribe:&lt;/p&gt;
16-
&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;
16+
&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;
1717
</content>
1818
</entry>
1919
<entry>
2020
<title>Ruma is dead, long live Ruma!</title>
21-
<link rel="alternate" href="https://www.ruma.io/news/ruma-is-dead-long-live-ruma-2020-04-10/"/>
22-
<id>https://www.ruma.io/news/ruma-is-dead-long-live-ruma-2020-04-10/</id>
21+
<link rel="alternate" href="https://ruma.dev/news/ruma-is-dead-long-live-ruma-2020-04-10/"/>
22+
<id>https://ruma.dev/news/ruma-is-dead-long-live-ruma-2020-04-10/</id>
2323
<published>2020-04-10T17:50:00Z</published>
2424
<updated>2020-04-10T17:50:00Z</updated>
2525
<author>
@@ -70,8 +70,8 @@ to make it as easy as possible to set up your own homeserver.&lt;/p&gt;
7070
</entry>
7171
<entry>
7272
<title>These Weeks in Ruma</title>
73-
<link rel="alternate" href="https://www.ruma.io/news/these-weeks-in-ruma-2019-12-14/"/>
74-
<id>https://www.ruma.io/news/these-weeks-in-ruma-2019-12-14/</id>
73+
<link rel="alternate" href="https://ruma.dev/news/these-weeks-in-ruma-2019-12-14/"/>
74+
<id>https://ruma.dev/news/these-weeks-in-ruma-2019-12-14/</id>
7575
<published>2019-12-14T17:30:00Z</published>
7676
<updated>2019-12-14T17:30:00Z</updated>
7777
<author>
@@ -119,8 +119,8 @@ derive macro&lt;/a&gt;.&lt;/p&gt;
119119
</entry>
120120
<entry>
121121
<title>New releases</title>
122-
<link rel="alternate" href="https://www.ruma.io/news/new-releases-2019-11-05/"/>
123-
<id>https://www.ruma.io/news/new-releases-2019-11-05/</id>
122+
<link rel="alternate" href="https://ruma.dev/news/new-releases-2019-11-05/"/>
123+
<id>https://ruma.dev/news/new-releases-2019-11-05/</id>
124124
<published>2019-11-05T22:40:00Z</published>
125125
<updated>2019-11-05T22:40:00Z</updated>
126126
<author>
@@ -172,8 +172,8 @@ derive macro&lt;/a&gt;.&lt;/p&gt;
172172
</entry>
173173
<entry>
174174
<title>This Week in Ruma</title>
175-
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-08-11/"/>
176-
<id>https://www.ruma.io/news/this-week-in-ruma-2019-08-11/</id>
175+
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-08-11/"/>
176+
<id>https://ruma.dev/news/this-week-in-ruma-2019-08-11/</id>
177177
<published>2019-08-11T00:00:00Z</published>
178178
<updated>2019-08-11T00:00:00Z</updated>
179179
<author>
@@ -196,8 +196,8 @@ It was a good time, and I hope it gets some new people interested in Matrix and/
196196
</entry>
197197
<entry>
198198
<title>This Week in Ruma</title>
199-
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-08-04/"/>
200-
<id>https://www.ruma.io/news/this-week-in-ruma-2019-08-04/</id>
199+
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-08-04/"/>
200+
<id>https://ruma.dev/news/this-week-in-ruma-2019-08-04/</id>
201201
<published>2019-08-04T00:00:00Z</published>
202202
<updated>2019-08-04T00:00:00Z</updated>
203203
<author>
@@ -234,8 +234,8 @@ I thought it wouldn't hurt to mention again in case anyone missed it. :}&lt;/p&g
234234
</entry>
235235
<entry>
236236
<title>This Week in Ruma</title>
237-
<link rel="alternate" href="https://www.ruma.io/news/this-week-in-ruma-2019-07-21/"/>
238-
<id>https://www.ruma.io/news/this-week-in-ruma-2019-07-21/</id>
237+
<link rel="alternate" href="https://ruma.dev/news/this-week-in-ruma-2019-07-21/"/>
238+
<id>https://ruma.dev/news/this-week-in-ruma-2019-07-21/</id>
239239
<published>2019-07-21T00:00:00Z</published>
240240
<updated>2019-07-21T00:00:00Z</updated>
241241
<author>

0 commit comments

Comments
 (0)