[gimp-web/testing] Finish the download snippet transform to processed files



commit f6f88749a364347c8ba42b897189ac5ca1717ae8
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Mar 8 19:08:36 2014 +0100

    Finish the download snippet transform to processed files

 downloads/{Linux.xhtml => Linux.htrw}   |    0
 downloads/{Mac.xhtml => Mac.htrw}       |    0
 downloads/Windows.xhtml                 |   56 -------------------------------
 downloads/index.htrw                    |    6 ++--
 downloads/{source.xhtml => source.htrw} |    0
 5 files changed, 3 insertions(+), 59 deletions(-)
---
diff --git a/downloads/Linux.xhtml b/downloads/Linux.htrw
similarity index 100%
rename from downloads/Linux.xhtml
rename to downloads/Linux.htrw
diff --git a/downloads/Mac.xhtml b/downloads/Mac.htrw
similarity index 100%
rename from downloads/Mac.xhtml
rename to downloads/Mac.htrw
diff --git a/downloads/index.htrw b/downloads/index.htrw
index fd8cbd4..07c58a0 100644
--- a/downloads/index.htrw
+++ b/downloads/index.htrw
@@ -15,11 +15,11 @@ $(document).ready(function() {
 
 <div id="downloads">
        <noscript>
-               <!--#include virtual="/downloads/Linux.xhtml"   -->
-               <!--#include virtual="/downloads/Mac.xhtml"     -->
+               <!--#include virtual="/downloads/Linux.html"   -->
+               <!--#include virtual="/downloads/Mac.html"     -->
                <!--#include virtual="/downloads/Windows.html" -->
        </noscript>
-               <!--#include virtual="/downloads/source.xhtml" -->
+               <!--#include virtual="/downloads/source.html" -->
 </div>
 
 <!--#include virtual="/includes/wgo-page-fini.xhtml" -->
diff --git a/downloads/source.xhtml b/downloads/source.htrw
similarity index 100%
rename from downloads/source.xhtml
rename to downloads/source.htrw


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