ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

org.NetBSD.atf.htdocs.revamp: 9e20949bc0de19e4459743c2886fad30dbe01915



#
#
# delete "artwork"
# 
# delete "artwork/NOTES"
# 
# rename "artwork/logo-web.xcf"
#     to "images/logo-web.xcf"
# 
# rename "artwork/logo.svg"
#     to "images/logo.svg"
# 
# rename "diagrams.odg"
#     to "images/diagrams.odg"
# 
# rename "favicon.ico"
#     to "images/favicon.ico"
# 
# rename "img-components.png"
#     to "images/components.png"
# 
# rename "img-test-structure.png"
#     to "images/test-structure.png"
# 
# rename "logo-web.png"
#     to "images/logo-web.png"
# 
# rename "rss-icon.png"
#     to "images/rss-icon.png"
# 
# add_dir "images"
# 
# patch "about.xml"
#  from [f16ba9f85e3828d5a2da7b6c7669e2b8edb23481]
#    to [8d6bd3edb85e7c2138f419a6c50af02a92cf8381]
# 
# patch "index.xml"
#  from [52b51c5569ffe5debf8f1c13a8cccb78c3338854]
#    to [12941db0b833f6fda0ada9e967f070938118c581]
# 
# patch "news.xml"
#  from [5778e81cebd858a16b427dc3310335fcafd4b18b]
#    to [6879ef1241d5d1aea5963e5c8aee1a0b69d0c147]
# 
# patch "style.xsl"
#  from [3f528a86eca5df28a921b6ee132ddd5e7cf4438e]
#    to [7e5f9f4872b89b2dc09c393bea405fbd01b40b04]
#
============================================================
--- about.xml   f16ba9f85e3828d5a2da7b6c7669e2b8edb23481
+++ about.xml   8d6bd3edb85e7c2138f419a6c50af02a92cf8381
@@ -118,7 +118,7 @@
     <para>For maximum flexibility, ATF test suites are organized as a
     tree of tests.  These are as follows:</para>
 
-    <image src="img-test-structure.png" width="457" height="217" />
+    <image name="test-structure" width="457" height="217" />
 
     <itemizedlist>
       <listitem>
@@ -150,7 +150,7 @@
     results into a nicely-formatted report.  This is depicted
     below:</para>
 
-    <image src="img-components.png" width="601" height="145" />
+    <image name="components" width="601" height="145" />
   </section>
 
   <section id="license">
============================================================
--- index.xml   52b51c5569ffe5debf8f1c13a8cccb78c3338854
+++ index.xml   12941db0b833f6fda0ada9e967f070938118c581
@@ -17,7 +17,7 @@
   license.  <emph><link page="about">Learn more!</link></emph></para>
 
   <section>
-    <title>Latest news <link page="rss-news"><image src="rss-icon.png"
+    <title>Latest news <link page="rss-news"><image name="rss-icon"
     width="20" height="20" /></link></title>
 
     <news-summary count="5" />
============================================================
--- news.xml    5778e81cebd858a16b427dc3310335fcafd4b18b
+++ news.xml    6879ef1241d5d1aea5963e5c8aee1a0b69d0c147
@@ -10,7 +10,7 @@
   <para>This page contains the complete list of all news items for this
   project.  They are all kept for historical reference.</para>
 
-  <para><ulink url="rss-news.xml"><image src="rss-icon.png" width="20"
+  <para><ulink url="rss-news.xml"><image name="rss-icon" width="20"
   height="20" /></ulink> To keep informed of new news about ATF,
   subscribe to the <ulink url="rss-news.xml">RSS feed</ulink> from your
   preferred feed reader.</para>
============================================================
--- style.xsl   3f528a86eca5df28a921b6ee132ddd5e7cf4438e
+++ style.xsl   7e5f9f4872b89b2dc09c393bea405fbd01b40b04
@@ -34,7 +34,8 @@
           title="Automated Testing Framework (ATF) news"
           href="http://www.NetBSD.org/~jmmv/atf/rss-news.xml"; />
         </xsl:if>
-        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+        <link rel="shortcut icon" href="images/favicon.ico"
+              type="image/x-icon" />
         <link rel="made" href="mailto:atf-devel AT NetBSD DOT org" />
         <link rel="stylesheet" type="text/css" href="style.css" />
 
@@ -152,7 +153,8 @@
   </xsl:template>
 
   <xsl:template mode="main" match="image">
-    <img src="{@src}" border="0" width="{@width}" height="{@height}" />
+    <img src="images/{@name}.png" border="0"
+         width="{@width}" height="{@height}" />
   </xsl:template>
 
   <xsl:template mode="main" match="itemizedlist">


Home | Main Index | Thread Index | Old Index