changeset 620:f007a645dfd0

GenshiTutorial: remove obsolete template.
author cmlenz
date Thu, 30 Aug 2007 17:12:45 +0000
parents 71d3edd302ae
children d218020fb92a
files examples/tutorial/geddit/templates/comments.html examples/tutorial/geddit/templates/layout.html
diffstat 2 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/examples/tutorial/geddit/templates/comments.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<ul xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xmlns:py="http://genshi.edgewall.org/"
-    py:if="comments" class="comments">
-  <li py:for="comment in comments">
-    <strong>${comment.username}</strong>
-    at ${comment.time.strftime('%M/%d/%Y %H:%m')}
-    <blockquote>${comment.content}</blockquote>
-  </li>
-</ul>
--- a/examples/tutorial/geddit/templates/layout.html
+++ b/examples/tutorial/geddit/templates/layout.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:py="http://genshi.edgewall.org/">
+      xmlns:py="http://genshi.edgewall.org/" py:strip="">
 
   <py:match path="head" once="true">
     <head py:attrs="select('@*')">
Copyright (C) 2012-2017 Edgewall Software