Point old wiki links to the new Geary Gitlab wiki

This commit is contained in:
Niels De Graef 2025-12-11 23:20:40 +01:00
parent cef4cd0369
commit 2823c9da27
7 changed files with 20 additions and 24 deletions

View file

@ -1,12 +1,12 @@
Contribute to Geary
-------------------
Want to help improve Geary? There are a number of ways you can contribute:
Want to help improve Geary? There are a number of ways you can contribute!
* [Bug Reporting](https://wiki.gnome.org/Apps/Geary/ReportingABug)—report new bugs or request new features
* [Translating](https://wiki.gnome.org/Apps/Geary/Translating)—translate Gearys user interface and user manual into new languages
* [Development](https://wiki.gnome.org/Apps/Geary/Development)—fix bugs and add new features
* [Bug Reporting](https://gitlab.gnome.org/GNOME/geary/-/wikis/Reporting-Bugs-and-Requesting-Features): report new bugs or request new features
* [Translating](https://gitlab.gnome.org/GNOME/geary/-/wikis/Translating): translate Gearys user interface and user manual into new languages
* [Development](https://gitlab.gnome.org/GNOME/geary/-/wikis/Development): fix bugs and add new features
See [the wiki](https://wiki.gnome.org/Apps/Geary/Contribute) for more
See [the wiki](https://gitlab.gnome.org/GNOME/geary/-/wikis) for more
information and options for contributing financially to Geary's
development.

View file

@ -8,7 +8,7 @@ Geary is an email application built around conversations, for the
GNOME desktop. It allows you to read, find and send email with a
straight-forward, modern interface.
Visit https://wiki.gnome.org/Apps/Geary for more information.
Visit https://gitlab.gnome.org/GNOME/geary/-/wikis for more information.
**GitHub users please note**: Bug reports, code contributions and
translations are managed using GNOME's infrastructure, so we cannot
@ -27,7 +27,7 @@ and the licence granted by its copyright holders for redistribution.
Getting in Touch
----------------
* Geary wiki: https://wiki.gnome.org/Apps/Geary
* Geary wiki: https://gitlab.gnome.org/GNOME/geary/-/wikis
* Support and discussion: See the `geary` tag on [GNOME Discourse](https://discourse.gnome.org/tags/c/applications/7/geary)
* Matrix channel: [#geary:gnome.org](https://gnome.element.io/#/room/#geary:gnome.org)
@ -43,10 +43,10 @@ Contributing to Geary
Want to help improve Geary? Here are some ways to contribute:
* Bug reporting: https://wiki.gnome.org/Apps/Geary/ReportingABug
* Translating: https://wiki.gnome.org/Apps/Geary/Translating
* Development: https://wiki.gnome.org/Apps/Geary/Development
* Donate: https://wiki.gnome.org/Apps/Geary/Donate
* Bug reporting: https://gitlab.gnome.org/GNOME/geary/-/wikis/Reporting-Bugs-and-Requesting-Features
* Translating: https://gitlab.gnome.org/GNOME/geary/-/wikis/Translating
* Development: https://gitlab.gnome.org/GNOME/geary/-/wikis/Development
* Donate: https://donate.gnome.org
---
Copyright © 2016 Software Freedom Conservancy Inc.

View file

@ -56,7 +56,7 @@ a project may be further defined and clarified by project maintainers.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at:
https://wiki.gnome.org/Apps/Geary/Contact
https://gitlab.gnome.org/GNOME/geary/-/wikis/Contact
All complaints will be reviewed and investigated and will result in a response
that is deemed necessary and appropriate to the circumstances. The project team
is obligated to maintain confidentiality with regard to the reporter of an

View file

@ -34,12 +34,11 @@
</ul>
</description>
<url type="homepage">https://wiki.gnome.org/Apps/Geary</url>
<url type="help">https://wiki.gnome.org/Apps/Geary/Documentation</url>
<url type="faq">https://wiki.gnome.org/Apps/Geary/FAQ</url>
<url type="homepage">https://gitlab.gnome.org/GNOME/geary/-/wikis</url>
<url type="faq">https://gitlab.gnome.org/GNOME/geary/-/wikis/FAQ</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/geary/-/issues</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/geary/</url>
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<url type="translate">https://gitlab.gnome.org/GNOME/geary/-/wikis/Translating</url>
<url type="donation">https://gnome.org/donate</url>
<screenshots>

View file

@ -13,7 +13,7 @@ around conversations, for the GNOME desktop. It allows you to
read, find and send email with a straightforward, modern
interface.</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Geary" />
<homepage rdf:resource="https://gitlab.gnome.org/GNOME/geary/-/wikis" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/geary" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/geary/issues/" />
<download-page rdf:resource="https://download.gnome.org/sources/geary/"/>

View file

@ -18,9 +18,6 @@ public class Application.Client : Gtk.Application {
public const string DESCRIPTION = _("Send and receive email");
public const string COPYRIGHT_1 = _("Copyright © 2016 Software Freedom Conservancy Inc.");
public const string COPYRIGHT_2 = _("Copyright © 2016-2021 Geary Development Team.");
public const string WEBSITE = "https://wiki.gnome.org/Apps/Geary";
public const string WEBSITE_LABEL = _("Visit the Geary web site");
public const string BUGREPORT = "https://wiki.gnome.org/Apps/Geary/ReportingABug";
// keep these in sync with meson_options.txt
public const string PROFILE_RELEASE = "release";
@ -543,8 +540,8 @@ public class Application.Client : Gtk.Application {
"license-type", Gtk.License.LGPL_2_1,
"logo-icon-name", Config.APP_ID,
"version", Config.REVNO == "" ? Config.VERSION : "%s (%s)".printf(Config.VERSION, Config.REVNO),
"website", WEBSITE,
"website-label", WEBSITE_LABEL,
"website", "https://gitlab.gnome.org/GNOME/geary/-/wikis",
"website-label", _("Visit the Geary web site"),
"title", _("About %s").printf(NAME),
// Translators: add your name and email address to receive
// credit in the About dialog For example: Yamada Taro

View file

@ -24,7 +24,7 @@
<property name="valign">baseline</property>
<property name="margin_bottom">12</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">If the problem is serious or persists, please save and send these details to one of the &lt;a href="https://wiki.gnome.org/Apps/Geary/Contact"&gt;contact channels&lt;/a&gt; or attach to a &lt;a href="https://wiki.gnome.org/Apps/Geary/ReportingABug"&gt;new bug report&lt;/a&gt;.</property>
<property name="label" translatable="yes">If the problem is serious or persists, please save and send these details to one of the &lt;a href="https://gitlab.gnome.org/GNOME/geary/-/wikis/Contact"&gt;contact channels&lt;/a&gt; or attach to a &lt;a href="https://gitlab.gnome.org/GNOME/geary/-/wikis/Reporting-Bugs-and-Requesting-Features"&gt;new bug report&lt;/a&gt;.</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="xalign">0</property>