[library-web] Update index on developer.gnome.org



commit 69b6259640322e5bf95bf0cda3d8afaad9bc5934
Author: Ekaterina Gerasimova <kat collabora co uk>
Date:   Wed Jan 27 11:26:35 2016 +0100

    Update index on developer.gnome.org
    
    Remove link to the outdated demos, add link to the platform overview.

 data/catalog.xml.in       |    2 +-
 data/xslt/dev_indexes.xsl |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/catalog.xml.in b/data/catalog.xml.in
index 051bde7..4bd63db 100644
--- a/data/catalog.xml.in
+++ b/data/catalog.xml.in
@@ -93,6 +93,7 @@ find information on tools and methods to work with many GNOME desktops.
   <_msgstr msgid="10-minute-tutorials">Code examples and demos</_msgstr>
   <_msgstr msgid="getting-started">Getting Started</_msgstr>
   <_msgstr msgid="platform-overview">Application development overview</_msgstr>
+  <_msgstr msgid="platform-overview-intro">Guide to the GNOME platform and libraries for 
developers.</_msgstr>
   <_msgstr msgid="quick-api-lookup">Quick Lookup</_msgstr>
   <_msgstr msgid="user-interface">User Interface</_msgstr>
   <_msgstr msgid="multimedia">Multimedia</_msgstr>
@@ -110,7 +111,6 @@ find information on tools and methods to work with many GNOME desktops.
   <_msgstr msgid="doc-feedback-intro">Got a comment? Spotted an error? Found the instructions 
unclear?</_msgstr>
   <_msgstr msgid="doc-feedback-link">Send feedback about this page.</_msgstr>
   <_msgstr msgid="gnome-platform-demos">GNOME Platform Demos</_msgstr>
-  <_msgstr msgid="gnome-platform-demos-intro">Introductory tutorials to help you get started.</_msgstr>
   <_msgstr msgid="hig">Human Interface Guidelines</_msgstr>
   <_msgstr msgid="hig-intro">Advice and guidelines on designing effective interfaces with GTK+.</_msgstr>
   <_msgstr msgid="gnome-developer-center-welcome">Welcome to the GNOME developer center! Here you will find 
all the information that you need to create fantastic software using GNOME technologies.</_msgstr>
diff --git a/data/xslt/dev_indexes.xsl b/data/xslt/dev_indexes.xsl
index 01aa8bd..518a864 100644
--- a/data/xslt/dev_indexes.xsl
+++ b/data/xslt/dev_indexes.xsl
@@ -539,14 +539,14 @@ div.body-sidebar { width: 100%; }
 </div>
 
 <div id="frontpage-indexes">
+<div class="subindex" id="subindex-demos">
+  <h2><a class="doc-link" href="/platform-overview/unstable/"><xsl:call-template 
name="gettext"><xsl:with-param name="lang" select="@lang"/><xsl:with-param name="msgid" 
select="'platform-overview'"/></xsl:call-template></a></h2>
+  <p><xsl:call-template name="gettext"><xsl:with-param name="lang" select="@lang"/><xsl:with-param 
name="msgid" select="'platform-overview-intro'"/></xsl:call-template></p>
+</div>
 <div class="subindex" id="subindex-hig">
   <h2><a class="doc-link" href="/hig/stable/"><xsl:call-template name="gettext"><xsl:with-param name="lang" 
select="@lang"/><xsl:with-param name="msgid" select="'hig'"/></xsl:call-template></a></h2>
   <p><xsl:call-template name="gettext"><xsl:with-param name="lang" select="@lang"/><xsl:with-param 
name="msgid" select="'hig-intro'"/></xsl:call-template></p>
 </div>
-<div class="subindex" id="subindex-demos">
-  <h2><a class="doc-link" href="/gnome-devel-demos/unstable/"><xsl:call-template 
name="gettext"><xsl:with-param name="lang" select="@lang"/><xsl:with-param name="msgid" 
select="'gnome-platform-demos'"/></xsl:call-template></a></h2>
-  <p><xsl:call-template name="gettext"><xsl:with-param name="lang" select="@lang"/><xsl:with-param 
name="msgid" select="'gnome-platform-demos-intro'"/></xsl:call-template></p>
-</div>
 <xsl:apply-templates select="parent::indexes/index/index[ lang = $lang]" mode="channelindex">
   <xsl:sort select="format-number(@weight, '0.000')" order="descending"/>
   <xsl:sort select="translate(@toc_id, $ucletters, $lcletters)" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]