[gtk-web] Update the links to reflect the current state
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] Update the links to reflect the current state
- Date: Thu, 22 Mar 2018 14:20:25 +0000 (UTC)
commit 05d60998415d231240684e97963df2e05dc731cc
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Mar 22 14:19:30 2018 +0000
Update the links to reflect the current state
GTK is available on gitlab.gnome.org, and we don't use Bugzilla any more
to track new bugs.
development.php | 8 ++++----
download/index.php | 17 ++++++-----------
2 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/development.php b/development.php
index 73436f8..462fa8d 100644
--- a/development.php
+++ b/development.php
@@ -5,9 +5,9 @@ ob_start();
?>
<div class="sidebar">
<h2><a name="BugReporting">Bug Reporting</a></h2>
- <p>Bugs should be reported to the <a href="http://bugzilla.gnome.org/" class="external">GNOME bug
tracking system</a>.</p>
+ <p>Bugs in GTK should be reported to the <a href="https://gitlab.gnome.org/GNOME/gtk/issues"
class="external">GTK issue tracking system</a>.</p>
<p>You will need an email address to register (if you haven't already) before you can use the system
to file a new bug report.</p>
- <p>There are <a href="http://bugzilla.gnome.org/page.cgi?id=bug-writing.html"
class="external">guidelines</a> for reporting new bugs. Try to make sure you follow them, so we can help you
much more effectively. The use of <a href="http://bugzilla.gnome.org/describekeywords.cgi"
class="external">keywords</a> also helps us prioritize bugs.</p>
+ <p>Please, follow the <a
href="https://gitlab.gnome.org/GNOME/gtk/blob/master/.gitlab/issue_templates/Bug.md"
class="external">template</a> when reporting a new issue.</p>
<h2><a name="MailingLists">Mailing Lists</a></h2>
<p>For archives and information on how to subscribe, see the list of <a
href="mailing-lists.php">mailing lists</a> available.</p>
@@ -29,7 +29,7 @@ ob_start();
<p>GTK+ is a large project and relies on voluntary contributions. Everyone is invited to help project
development. Starting points for contributors are:</p>
<ul class="tasks">
- <li>Hack away on existing <a href="https://bugzilla.gnome.org/page.cgi?id=browse.html&product=gtk%2B"
class="external">bug reports and feature requests</a>.</li>
+ <li>Hack away on existing <a href="https://gitlab.gnome.org/GNOME/gtk/issues/" class="external">bug
reports and feature requests</a>.</li>
<li>Contact us on the GTK+ development <a href="mailing-lists.php">mailing list</a>.</li>
</ul>
@@ -52,7 +52,7 @@ $maintainers = array(
array("Carlos Garnacho", "Red Hat"),
array("Kristian Rietveld", "Lanedo GmbH"),
array("Michael Natterer", "Lanedo GmbH"),
- array("Ryan Lortie", "Canonical"),
+ array("Allison Lortie", "Canonical"),
array("Emmanuele Bassi", "Endless Mobile")
);
?>
diff --git a/download/index.php b/download/index.php
index 5a997f3..8c283ff 100644
--- a/download/index.php
+++ b/download/index.php
@@ -18,7 +18,7 @@ ob_start();
<div class="right">
<h2 id="UnstableRelease">Unstable releases</h2>
- <p>The latest unstable tarballs can be downloaded with <a
href="http://ftp.gnome.org/pub/gnome/sources/gtk+/" class="external">HTTP</a> or <a
href="ftp://ftp.gnome.org/pub/gnome/sources/gtk+/" class="external">FTP</a>.</p>
+ <p>The latest unstable tarballs can be downloaded from <a
href="http://download.gnome.org/sources/gtk+/" class="external">download.gnome.org</a>.</p>
</div>
</div>
@@ -26,23 +26,18 @@ ob_start();
<h2 id="BleedingEdge">Bleeding edge</h2>
<p>Alternatively, you can check out the latest unstable release of GTK+ using <a href="http://git-scm.com/"
class="external">git</a>.</p>
<pre>
-git clone git://git.gnome.org/gtk+
+git clone https://gitlab.gnome.org/GNOME/gtk.git
</pre>
-<!--git clone git://git.gnome.org/glib-->
-
<p>If you plan on pushing changes back upstream and have a GNOME account, use the following instead:</p>
<pre>
-git clone ssh://<username>@git.gnome.org/git/gtk+
+git clone git gitlab gnome org:GNOME/gtk.git
</pre>
-<!--git clone ssh://<username>@git.gnome.org/git/glib-->
-
-<p>NOTE: the modules are: <q>gtk+</q>, <q>glib</q>, <q>pango</q>, <q>gdk-pixbuf</q> and <q>atk</q>.</p>
-
-<p>For more information on this, see the <a href="https://wiki.gnome.org/Git" class="external">instructions
on how to use the repository</a>.</p>
+<p>For more information on this, see the <a href="https://wiki.gnome.org/GitLab"
class="external">instructions on how to use the repository</a>.</p>
<h2 id="RepositoryBrowser">Repository Browser</h2>
-<p>If you prefer to view the git repository from your web browser for <a
href="http://git.gnome.org/browse/gtk+" class="external">gtk+</a>, <a href="http://git.gnome.org/browse/glib"
class="external">glib</a>, <a href="http://git.gnome.org/browse/pango" class="external">pango</a>, <a
href="http://git.gnome.org/browse/gdk-pixbuf" class="external">gdk-pixbuf</a> and <a
href="http://git.gnome.org/browse/atk" class="external">atk</a>.</p>
+<p>If you prefer to view the git repository from your web browser for <a
href="https://gitlab.gnome.org/GNOME/gtk" class="external">gtk+</a>, <a
href="https://git.gnome.org/browse/glib" class="external">glib</a>,
+<a href="https://git.gnome.org/browse/pango" class="external">pango</a>, <a
href="https://git.gnome.org/browse/gdk-pixbuf" class="external">gdk-pixbuf</a> and <a
href="https://git.gnome.org/browse/atk" class="external">atk</a>.</p>
<?php require '../template.php';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]