[gtk-web] Update links: live.gnome.org -> wiki.gnome.org
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] Update links: live.gnome.org -> wiki.gnome.org
- Date: Fri, 5 Dec 2014 15:52:33 +0000 (UTC)
commit 380257bf9c696fd69c3c1671cf60c906e65925ba
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Dec 5 16:51:50 2014 +0100
Update links: live.gnome.org -> wiki.gnome.org
development.php | 10 +++++-----
download/index.php | 2 +-
download/macos.php | 16 ++++++++--------
gtk-doc/download.php | 2 +-
gtk-doc/index.php | 2 +-
language-bindings.php | 6 +++---
6 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/development.php b/development.php
index 487aa55..1fdb9f4 100755
--- a/development.php
+++ b/development.php
@@ -13,10 +13,10 @@ ob_start();
<p>For archives and information on how to subscribe, see the list of <a
href="mailing-lists.php">mailing lists</a> available.</p>
<h2><a name="Wiki">Wiki</a></h2>
- <p>We have a Wiki for drafting, designing and proposing GTK+ development available at <a
href="http://live.gnome.org/GTK+" class="external">http://live.gnome.org/GTK+</a>.</p>
+ <p>We have <a href="https://wiki.gnome.org/Projects/GTK+" class="external">wiki pages</a> for
drafting, designing and proposing GTK+ development.</p>
<h2><a name="Meetings">Meetings</a></h2>
- <p>As regularly as possible, GTK+ team meetings take place in the <a
href="irc://irc.gnome.org/%23gtk-devel" class="irc">#gtk-devel</a> IRC channel on irc.gnome.org. Anyone is
welcome to join the meeting to listen in and follow the progress of the GTK+ project. <a
href="http://live.gnome.org/GTK+/Meetings" class="external">All meetings</a> are recorded and available
dating back to early 2004.</p>
+ <p>As regularly as possible, GTK+ team meetings take place in the <a
href="irc://irc.gnome.org/%23gtk-devel" class="irc">#gtk-devel</a> IRC channel on irc.gnome.org. Anyone is
welcome to join the meeting to listen in and follow the progress of the GTK+ project. <a
href="https://wiki.gnome.org/Projects/GTK+/Meetings" class="external">All meetings</a> are recorded and
available dating back to early 2004.</p>
<p>#gtk-devel is only used for GTK+ team meetings, and should not be used to ask general questions
about GTK+. For all other IRC communication, <a href="irc://irc.gnome.org/%23gtk%2B" class="irc">#gtk+</a> is
used.</p>
</div>
@@ -27,13 +27,13 @@ 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>Sign up for one of the <a href="http://live.gnome.org/GtkTasks" class="external">project
assistance tasks</a>.</li>
- <li>Hack away on existing <a href="http://live.gnome.org/GtkLove" class="external">bug reports and
feature requests</a>.</li>
+ <li>Sign up for one of the <a href="https://wiki.gnome.org/Attic/GtkTasks" class="external">project
assistance tasks</a>.</li>
+ <li>Hack away on existing <a href="https://wiki.gnome.org/GtkLove" class="external">bug reports and
feature requests</a>.</li>
<li>Write to the GTK+ <a href="mailing-lists.php">mailing lists</a> and offer your help.</li>
</ul>
<h2><a name="BestPractices">Best Practices</a></h2>
-<p>When working on GTK+/GLib, there are several points once should consider, to keep the code in shape. See
the <a href="http://live.gnome.org/GTK+/BestPractices" class="external">GTK+ Best Practices</a>.</p>
+<p>When working on GTK+/GLib, there are several points once should consider, to keep the code in shape. See
the <a href="https://wiki.gnome.org/Projects/GTK+/BestPractices" class="external">GTK+ Best Practices</a>.</p>
<h2><a name="Team">Team</a></h2>
<p>Current core maintainers of GTK+ are:</p>
diff --git a/download/index.php b/download/index.php
index efc74e5..998a1e5 100755
--- a/download/index.php
+++ b/download/index.php
@@ -40,7 +40,7 @@ git clone ssh://<username>@git.gnome.org/git/gtk+
<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="http://live.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/Git" 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>
diff --git a/download/macos.php b/download/macos.php
index 7e6307c..782a372 100755
--- a/download/macos.php
+++ b/download/macos.php
@@ -17,8 +17,8 @@ transplanted Unix experience?
<h3>Features</h3>
<p>Linking with GTK+'s <a
-href="http://live.gnome.org/GTK%2B/OSX">Quartz backend</a> connects your application to the Mac's native
display manager, keyboard, and pointing device. With a little extra code and <a
-href="http://live.gnome.org/GTK%2B/OSX/Integration">gtk-mac-integration</a> you can:
+href="https://wiki.gnome.org/Projects/GTK+/OSX">Quartz backend</a> connects your application to the Mac's
native display manager, keyboard, and pointing device. With a little extra code and <a
+href="https://wiki.gnome.org/Projects/GTK+/OSX/Integration">gtk-mac-integration</a> you can:
<ul>
<li>Integrate the Application's menus with the Mac Menubar</li>
@@ -32,16 +32,16 @@ href="http://live.gnome.org/GTK%2B/OSX/Integration">gtk-mac-integration</a> you
<p>There are a number of requirements that need to be met by your
system before you can build for OSX. These are updated from time to
time and kept on the <a
-href="http://live.gnome.org/GTK%2B/OSX/Building#Prerequisites">live wiki</a>.</p>
+href="https://wiki.gnome.org/Projects/GTK+/OSX/Building#Prerequisites">live wiki</a>.</p>
<h3>Building</h3>
-<p><a href="http://live.gnome.org/GTK%2B/OSX/Building">Building</a> with <a
-href="https://live.gnome.org/Jhbuild">jhbuild</a> and the GTK-OSX
+<p><a href="https://wiki.gnome.org/Projects/GTK+/OSX/Building">Building</a> with <a
+href="https://wiki.gnome.org/Projects/Jhbuild">jhbuild</a> and the GTK-OSX
modulesets, you can build your application and all of its dependent
libraries with a single command.</p>
<h3>All-in-one bundles</h3>
-<p><a href="http://live.gnome.org/GTK%2B/OSX/Bundling">Bundling</a>
+<p><a href="https://wiki.gnome.org/Projects/GTK+/OSX/Bundling">Bundling</a>
with the <strong>gtk-mac-bundler</strong>, an easily configured python
program which creates an application bundle for you and populates it
with your application executable and all of the dependent libraries
@@ -55,12 +55,12 @@ href="http://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh">
installation script</a> (gtk-osx-build-setup.sh). If your application
already has a module, everything you need to build your application is
handled by jhbuild. The <a
-href="http://live.gnome.org/GTK%2B/OSX/Building">build</a> page has
+href="https://wiki.gnome.org/Projects/GTK+/OSX/Building">build</a> page has
detailed instructions.</p>
<h3>Success Stories</h3>
<p>Some of the projects which have used GTK+ on Mac OS X have <a
-href="http://live.gnome.org/GTK%2B/OSX/PortedApps">shared their
+href="https://wiki.gnome.org/Projects/GTK+/OSX/PortedApps">shared their
experiences</a> for all to see. If you have any feedback you would
like to give about your experiences here, please contact us on the
the users mailing list as mentioned below.</p>
diff --git a/gtk-doc/download.php b/gtk-doc/download.php
index 6ecc984..1e64e92 100644
--- a/gtk-doc/download.php
+++ b/gtk-doc/download.php
@@ -9,7 +9,7 @@ require 'gtkdoc.config.php';
<p>You can check out the latest unstable release of GTK-Doc using <a href="http://git-scm.com/"
class="external">Git</a>.</p>
<pre>git clone git://git.gnome.org/gtk-doc</pre>
-<p>For more information on this, see the <a href="http://live.gnome.org/Git/Developers"
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/Git/Developers"
class="external">instructions on how to use the repository</a>.</p>
<h2>Stable release</h2>
<p>GTK-Doc is available here:</p>
diff --git a/gtk-doc/index.php b/gtk-doc/index.php
index a8f567a..a334d3a 100644
--- a/gtk-doc/index.php
+++ b/gtk-doc/index.php
@@ -21,7 +21,7 @@ require 'gtkdoc.config.php';
<p>From these source code comments and template files GTK-Doc generates a <a href="http://www.docbook.org/"
class="external">Docbook</a> XML (or <a href="http://en.wikipedia.org/wiki/SGML" class="external">SGML</a>)
document, which is then transformed into HTML.</p>
-<p>The generated HTML documentation can be browsed in an ordinary web browser or by using the special <a
href="http://live.gnome.org/devhelp" class="external">Devhelp API browser</a>. Devhelp uses a special <a
href="devhelp2.xsd.html">index file</a> to locate and present the manuals.</p>
+<p>The generated HTML documentation can be browsed in an ordinary web browser or by using the special <a
href="https://wiki.gnome.org/Apps/Devhelp" class="external">Devhelp API browser</a>. Devhelp uses a special
<a href="devhelp2.xsd.html">index file</a> to locate and present the manuals.</p>
<p>For full details have a look at the <a href="http://developer.gnome.org/gtk-doc-manual/unstable/"
class="external">GTK-Doc user manual</a>.</p>
diff --git a/language-bindings.php b/language-bindings.php
index ad23ec1..a17dde8 100755
--- a/language-bindings.php
+++ b/language-bindings.php
@@ -60,7 +60,7 @@ $bindings = array(
"Python" => array(
'official' => true,
- 'url' => 'http://live.gnome.org/PyGObject',
+ 'url' => 'https://wiki.gnome.org/Projects/PyGObject',
'support' => array(
'2.24' => SUPPORTED,
'3.10' => SUPPORTED
@@ -69,7 +69,7 @@ $bindings = array(
"Javascript" => array(
'official' => true,
- 'url' => 'http://live.gnome.org/JavaScript',
+ 'url' => 'https://wiki.gnome.org/JavaScript',
'support' => array(
'2.24' => SUPPORTED,
'3.10' => SUPPORTED
@@ -78,7 +78,7 @@ $bindings = array(
"Vala" => array(
'official' => true,
- 'url' => 'http://live.gnome.org/Vala',
+ 'url' => 'https://wiki.gnome.org/Projects/Vala',
'support' => array(
'2.24' => SUPPORTED,
'3.10' => SUPPORTED
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]