[gnomeweb-wml] cheese: use #flastmod instead of LAST_MODIFIED



commit 794962e81fce6c5ef4ee7e1da3eff522fed47c60
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Thu Jun 18 10:03:14 2009 +0200

    cheese: use #flastmod instead of LAST_MODIFIED

 projects.gnome.org/cheese/archive.shtml     |    2 +-
 projects.gnome.org/cheese/download.shtml    |    2 +-
 projects.gnome.org/cheese/footer.shtml      |    3 ++-
 projects.gnome.org/cheese/index.shtml       |    2 +-
 projects.gnome.org/cheese/screenshots.shtml |    2 +-
 projects.gnome.org/cheese/tour.shtml        |    2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/projects.gnome.org/cheese/archive.shtml b/projects.gnome.org/cheese/archive.shtml
index 90186d8..4699122 100644
--- a/projects.gnome.org/cheese/archive.shtml
+++ b/projects.gnome.org/cheese/archive.shtml
@@ -30,5 +30,5 @@
       </div><!-- bottom -->
     </div><!-- body -->
 
-<!--#set var="last_change" value="$LAST_MODIFIED"-->
+<!--#set var="parent_file" value="$DOCUMENT_NAME"-->
 <!--#include virtual="footer.shtml"-->
diff --git a/projects.gnome.org/cheese/download.shtml b/projects.gnome.org/cheese/download.shtml
index 1e01c41..b0eed97 100644
--- a/projects.gnome.org/cheese/download.shtml
+++ b/projects.gnome.org/cheese/download.shtml
@@ -57,5 +57,5 @@
       <a href="archive.shtml">Older releases archive...</a>
     </div>
 
-<!--#set var="last_change" value="$LAST_MODIFIED"-->
+<!--#set var="parent_file" value="$DOCUMENT_NAME"-->
 <!--#include virtual="footer.shtml"-->
diff --git a/projects.gnome.org/cheese/footer.shtml b/projects.gnome.org/cheese/footer.shtml
index 30a35d2..4961372 100644
--- a/projects.gnome.org/cheese/footer.shtml
+++ b/projects.gnome.org/cheese/footer.shtml
@@ -8,7 +8,8 @@
       <br />
       <a href="http://validator.w3.org/check/referer";>Optimized</a> for <a href="http://www.w3.org/";>standards</a>.
       <br />
-      Last Updated: <!--#echo var="last_change"-->
+      <!--#config timefmt="%D %X %Z"-->
+      Last Updated: <!--#flastmod virtual="$parent_file"-->
       </p>
     </div>
 
diff --git a/projects.gnome.org/cheese/index.shtml b/projects.gnome.org/cheese/index.shtml
index be834ab..bfa3d31 100644
--- a/projects.gnome.org/cheese/index.shtml
+++ b/projects.gnome.org/cheese/index.shtml
@@ -118,5 +118,5 @@
       </div><!-- bottom -->
     </div><!-- body -->
 
-<!--#set var="last_change" value="$LAST_MODIFIED"-->
+<!--#set var="parent_file" value="$DOCUMENT_NAME"-->
 <!--#include virtual="footer.shtml"-->
diff --git a/projects.gnome.org/cheese/screenshots.shtml b/projects.gnome.org/cheese/screenshots.shtml
index de7e9a3..06911f3 100644
--- a/projects.gnome.org/cheese/screenshots.shtml
+++ b/projects.gnome.org/cheese/screenshots.shtml
@@ -103,5 +103,5 @@
       </div>
     </div>
 
-<!--#set var="last_change" value="$LAST_MODIFIED"-->
+<!--#set var="parent_file" value="$DOCUMENT_NAME"-->
 <!--#include virtual="footer.shtml"-->
diff --git a/projects.gnome.org/cheese/tour.shtml b/projects.gnome.org/cheese/tour.shtml
index b153a65..c29549c 100644
--- a/projects.gnome.org/cheese/tour.shtml
+++ b/projects.gnome.org/cheese/tour.shtml
@@ -166,5 +166,5 @@
       </div><!-- bottom -->
     </div><!-- body -->
 
-<!--#set var="last_change" value="$LAST_MODIFIED"-->
+<!--#set var="parent_file" value="$DOCUMENT_NAME"-->
 <!--#include virtual="footer.shtml"-->



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