Skip to content

Commit 00bb94e

Browse files
committed
Rename project to "gtk-rs"
1 parent 70f4587 commit 00bb94e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site settings
2-
title: GTK-rs
2+
title: gtk-rs
33
description: > # this means to ignore newlines until "baseurl:"
44
Rust bindings for GTK and GLib-based libraries
55
baseurl: "" # the subpath of your site, e.g. /blog/

_sass/_layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ section.special {
323323
svg {
324324
flex-shrink: 0;
325325
flex-basis: 7em;
326-
margin: 0.3em 0.7em 0.5em 0;
326+
margin: 0.3em 1em 0.5em 0;
327327
height: 120px;
328328

329329
path {

contact.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ For general support use the GNOME Discourse or the Matrix chat.
88

99
{% include contact.html %}
1010

11-
### Contact Gtk-rs developers
11+
### Contact gtk-rs developers
1212

13-
If you want to contact the Gtk-rs developers directly, there are multiple ways, either you can go on matrix as shown above or you can also just open an issue on our [repositories on GitHub](https://github.com/gtk-rs). However, please keep in mind that issues on GitHub should be used for bug reports or feature requests and not for general support.
13+
If you want to contact the *gtk-rs* developers directly, there are multiple ways, either you can go on matrix as shown above or you can also just open an issue on our [repositories on GitHub](https://github.com/gtk-rs). However, please keep in mind that issues on GitHub should be used for bug reports or feature requests and not for general support.

faq.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Here are some questions we answered a few times. If one is missing, don't hesita
88

99
## Why are releases so long?
1010

11-
The **Gtk-rs** organization is not just some **GNOME** libraries bindings in Rust but also an ecosystem. A change in a crate can force all other crates to be regenerated!
11+
The *gtk-rs* organization is not just some *GNOME* libraries bindings in Rust but also an ecosystem. A change in a crate can force all other crates to be regenerated!
1212

13-
Also, please keep in mind that **Gtk-rs** members and contributors are doing it **freely** on their **free time**. That slows things down but at least, they're done. :)
13+
Also, please keep in mind that *gtk-rs* members and contributors are doing it **freely** on their **free time**. That slows things down but at least, they're done. :)
1414

15-
## How are **Gtk-rs** maintained crates selected?
15+
## How are gtk-rs maintained crates selected?
1616

17-
Currenlty we only add crates to the GTK-rs project that are required for the existing stack. A growing collection of other projects that are based on GTK-rs and gir can be found on the [GNOME GitLab](https://gitlab.gnome.org/World/Rust).
17+
Currenlty we only add crates to the gtk-rs project that are required for the existing stack. A growing collection of other projects that are based on *gtk-rs* and gir can be found on the [GNOME GitLab](https://gitlab.gnome.org/World/Rust).
1818

19-
## I want more **Gtk-rs** examples!
19+
## I want more **gtk-rs** examples!
2020

2121
You can find more examples in the corresponding respositories
2222

@@ -32,7 +32,7 @@ Considering the massive amount of documentation that would need to be written if
3232

3333
## Why isn't documentation directly into the source files and how can I have it locally?
3434

35-
Simple answer: because of license issues. **GNOME** is under **LGPL** whereas **Gtk-rs** is under **MIT**. If we included **GNOME** docs directly into the source code, we'd have to switch the license to match the **GNOME** one.
35+
Simple answer: because of license issues. *GNOME* is under *LGPL* whereas *gtk-rs* is under *MIT*. If we included *GNOME* docs directly into the source code, we'd have to switch the license to match the *GNOME* one.
3636

3737
Currently, documentation is generated as follows:
3838

index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: no-wrapper
77
# Unlock the GNOME stack for Rust
88

99
<p style="text-align: center; margin: 0 2em;" markdown="1">
10-
The GTK-rs project provides safe bindings to the [Rust] language for fundamental libraries from the GNOME stack like [GLib], [Cairo], [GTK 3][GTK] and [GTK 4][GTK].
10+
The *gtk-rs* project provides safe bindings to the [Rust] language for fundamental libraries from the GNOME stack like [GLib], [Cairo], [GTK 3][GTK] and [GTK 4][GTK].
1111
</p>
1212

1313
[Rust]: https://www.rust-lang.org
@@ -30,7 +30,7 @@ The GTK-rs project provides safe bindings to the [Rust] language for fundamental
3030

3131
## Available crates
3232

33-
The following table contains the most popular crates of GTK-rs. More information on all existing crates is available under the corresponding *Project* links.
33+
The following table contains the most popular crates of *gtk-rs*. More information on all existing crates is available under the corresponding *Project* links.
3434

3535
{% include crates.html %}
3636

@@ -46,7 +46,7 @@ The following table contains the most popular crates of GTK-rs. More information
4646

4747
<div markdown="1">
4848
Julian Hofer is writing a book titled [*GUI development with Rust and GTK 4*][book].
49-
We most warmly recommend GTK-rs users to have a look at this book.
49+
We most warmly recommend *gtk-rs* users to have a look at this book.
5050
While this book is targeted at GTK 4 developers, it also covers more general
5151
aspects of GLib like *GObject Concepts*, *The Main Event Loop* or *GSettings*.
5252

@@ -83,7 +83,7 @@ Thanks to everyone supporting us on [open collective][opencollective]! A list of
8383

8484
[opencollective]: https://opencollective.com/gtk-rs
8585

86-
## Projects using GTK-rs
86+
## Projects using gtk-rs
8787

8888
<div class="projects-overview">
8989
{% capture projects %}{% include projects.md %}{% endcapture %}

0 commit comments

Comments
 (0)