[library-web] remove deprecated api pages



commit 83366199bdb85156bfc8a2bea340aceb7dc2e57a
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Apr 5 17:49:44 2011 +0530

    remove deprecated api pages

 data/xslt/indexes.xsl |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/data/xslt/indexes.xsl b/data/xslt/indexes.xsl
index 4221b2e..17248d7 100644
--- a/data/xslt/indexes.xsl
+++ b/data/xslt/indexes.xsl
@@ -853,42 +853,6 @@ div.body-sidebar { width: 100%; }
     </exsl:document>
   </xsl:template>
 
-  <xsl:template match="indexes" mode="deprecated">
-    <xsl:message>Writing devel/deprecated.html</xsl:message>
-    <exsl:document href="devel/deprecated.html"
-        method="html" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"
-        doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
-        doctype-system="http://www.w3.org/TR/html4/loose.dtd";>
-      <html>
-	<head>
-	  <title>Deprecated API References - GNOME Library</title>
-	  <xsl:call-template name="libgo.head"/>
-          <script type="text/javascript" src="/js/strings.js" />
-	</head>
-	<body class="with-star">
-	  <xsl:call-template name="libgo.header">
-            <xsl:with-param name="channel">devel</xsl:with-param>
-          </xsl:call-template>
-	  <div id="container" class="two_columns">
-	    <div class="container_12">
-	  <div class="page_title"><h1 class="title">Deprecated API References</h1></div>
-	  <ul>
-	  <xsl:for-each select="//document">
-	    <xsl:if test="keywords/keyword[. = 'upcoming-deprecation'] and @path">
-              <li><a href="{ path}  /"><xsl:value-of select="title"/></a></li>
-	    </xsl:if>
-	  </xsl:for-each>
-	  </ul>
-	  </div>
-          <div id="footer_art" class="default"> </div>
-	  </div>
-	  <xsl:call-template name="libgo.footer"/>
-	</body>
-      </html>
-    </exsl:document>
-
-  </xsl:template>
-
   <!-- JavaScript related translations -->
   <xsl:template match="home" mode="javascript">
     <xsl:param name="lang" select="@lang"/>
@@ -919,7 +883,6 @@ var remove_cookie_text = "<xsl:value-of select="$remove_cookie"/>";
       </xsl:apply-templates>
     </xsl:for-each>
     <xsl:apply-templates select="." mode="nightly"/>
-    <xsl:apply-templates select="." mode="deprecated"/>
     <xsl:apply-templates select="." mode="languages"/>
     <xsl:apply-templates select="home" mode="javascript"/>
   </xsl:template>



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