2023-08-30 18:49:58

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: update Rust webpage

A few months ago we started a webpage for the Rust subsystem and
the overall Rust for Linux project [1].

The current `W:` field of the Rust entry points to the GitHub
repository, since originally we kept information in a `README.md`
file that got rendered by GitHub when visiting that URL.

That information was moved into the webpage and got expanded.
The webpage is also nowadays the entry point to the project,
and we pointed the "Website" GitHub metadata field to it.

Thus update the `W:` field to point to the actual webpage.

Link: https://rust-for-linux.com [1]
Signed-off-by: Miguel Ojeda <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 12601a47c839..7c8088e9a11b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18558,7 +18558,7 @@ R: Andreas Hindborg <[email protected]>
R: Alice Ryhl <[email protected]>
L: [email protected]
S: Supported
-W: https://github.com/Rust-for-Linux/linux
+W: https://rust-for-linux.com
B: https://github.com/Rust-for-Linux/linux/issues
C: zulip://rust-for-linux.zulipchat.com
T: git https://github.com/Rust-for-Linux/linux.git rust-next

base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
--
2.42.0



2023-08-31 01:17:22

by Geert Stappers

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

On Wed, Aug 30, 2023 at 06:59:48PM +0200, Miguel Ojeda wrote:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.

It looks like "mdbook" and "webbrowser view-source" confirms it is.


> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]

Where to find the source for the MarkDownBook?


> Signed-off-by: Miguel Ojeda <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <[email protected]>
> R: Alice Ryhl <[email protected]>
> L: [email protected]
> S: Supported
> -W: https://github.com/Rust-for-Linux/linux
> +W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
> --
> 2.42.0

Reviewed-by: Geert Stappers <[email protected]>


Groeten
Geert Stappers
--
Silence is hard to parse

2023-08-31 03:23:21

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust

The `P:` field allows a URI, and we have been adding information
on how to contribute to the Rust subsystem to our webpage for a
while now (and other relevant topics, e.g. branches, third-party
crates, Rust unstable features...).

The webpage/document does not currently follow the headings of
the Maintainer Entry Profile, but it does nevertheless answer
some of the questions we have got so far from contributors and
it covers partially some of the topics there.

Thus link to our "Contributing" document [1].

Link: https://rust-for-linux.com/contributing [1]
Signed-off-by: Miguel Ojeda <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7c8088e9a11b..a27b673b01c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18561,6 +18561,7 @@ S: Supported
W: https://rust-for-linux.com
B: https://github.com/Rust-for-Linux/linux/issues
C: zulip://rust-for-linux.zulipchat.com
+P: https://rust-for-linux.com/contributing
T: git https://github.com/Rust-for-Linux/linux.git rust-next
F: Documentation/rust/
F: rust/
--
2.42.0


2023-09-16 12:20:42

by Vincenzo Palazzo

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <[email protected]>

Reviewed-by: Vincenzo Palazzo <[email protected]>

2023-09-16 17:57:39

by Vincenzo Palazzo

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust

> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <[email protected]>

Reviewed-by: Vincenzo Palazzo <[email protected]>

2023-09-19 10:16:57

by Alice Ryhl

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <[email protected]> wrote:
>
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <[email protected]>

Reviewed-by: Alice Ryhl <[email protected]>

2023-09-19 20:56:46

by Alice Ryhl

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust

On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <[email protected]> wrote:
>
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <[email protected]>

Reviewed-by: Alice Ryhl <[email protected]>

2023-09-20 16:44:43

by Benno Lossin

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust

On 30.08.23 18:59, Miguel Ojeda wrote:
> The `P:` field allows a URI, and we have been adding information
> on how to contribute to the Rust subsystem to our webpage for a
> while now (and other relevant topics, e.g. branches, third-party
> crates, Rust unstable features...).
>
> The webpage/document does not currently follow the headings of
> the Maintainer Entry Profile, but it does nevertheless answer
> some of the questions we have got so far from contributors and
> it covers partially some of the topics there.
>
> Thus link to our "Contributing" document [1].
>
> Link: https://rust-for-linux.com/contributing [1]
> Signed-off-by: Miguel Ojeda <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7c8088e9a11b..a27b673b01c3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18561,6 +18561,7 @@ S: Supported
> W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> +P: https://rust-for-linux.com/contributing
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
> F: Documentation/rust/
> F: rust/
> --
> 2.42.0
>

Reviewed-by: Benno Lossin <[email protected]>


2023-09-20 19:59:48

by Benno Lossin

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

On 30.08.23 18:59, Miguel Ojeda wrote:
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12601a47c839..7c8088e9a11b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18558,7 +18558,7 @@ R: Andreas Hindborg <[email protected]>
> R: Alice Ryhl <[email protected]>
> L: [email protected]
> S: Supported
> -W: https://github.com/Rust-for-Linux/linux
> +W: https://rust-for-linux.com
> B: https://github.com/Rust-for-Linux/linux/issues
> C: zulip://rust-for-linux.zulipchat.com
> T: git https://github.com/Rust-for-Linux/linux.git rust-next
>
> base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
> --
> 2.42.0
>

Reviewed-by: Benno Lossin <[email protected]>


2023-09-23 02:05:04

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

On Wed, Aug 30, 2023 at 7:53 PM Geert Stappers <[email protected]> wrote:
>
> It looks like "mdbook" and "webbrowser view-source" confirms it is.

Yeah, it is, with some pre- & post-processing to add some extra features.

> Where to find the source for the MarkDownBook?

It is now published at https://github.com/Rust-for-Linux/rust-for-linux.com.

> Reviewed-by: Geert Stappers <[email protected]>

Thanks!

Cheers,
Miguel

2023-10-05 16:35:04

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: update Rust webpage

On Wed, Aug 30, 2023 at 7:00 PM Miguel Ojeda <[email protected]> wrote:
>
> A few months ago we started a webpage for the Rust subsystem and
> the overall Rust for Linux project [1].
>
> The current `W:` field of the Rust entry points to the GitHub
> repository, since originally we kept information in a `README.md`
> file that got rendered by GitHub when visiting that URL.
>
> That information was moved into the webpage and got expanded.
> The webpage is also nowadays the entry point to the project,
> and we pointed the "Website" GitHub metadata field to it.
>
> Thus update the `W:` field to point to the actual webpage.
>
> Link: https://rust-for-linux.com [1]
> Signed-off-by: Miguel Ojeda <[email protected]>

Series applied to `rust-next`-- thanks everyone!

Cheers,
Miguel