* sample site.html from Trac-0.12.tar.gz/Trac-0.12/trac/web/chrome.py
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Fri, 24 Sep 2010 06:42:02 +0000 (06:42 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Fri, 24 Sep 2010 06:42:02 +0000 (06:42 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/vendor@53 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

trac/0.12/site.html.sample [new file with mode: 0644]

diff --git a/trac/0.12/site.html.sample b/trac/0.12/site.html.sample
new file mode 100644 (file)
index 0000000..9866473
--- /dev/null
@@ -0,0 +1,15 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      xmlns:py="http://genshi.edgewall.org/"
+      py:strip="">
+  <!--!
+    This file allows customizing the appearance of the Trac installation.
+    Add your customizations here and rename the file to site.html. Note that
+    it will take precedence over a global site.html placed in the directory
+    specified by [inherit] templates_dir.
+    
+    More information about site appearance customization can be found here:
+    
+      http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance
+  -->
+</html>