aboutsummaryrefslogtreecommitdiffstats
path: root/misc/trac/site.html
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-01-16 23:24:40 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-01-16 23:24:40 -0500
commit2b679d318b65d090fb75668d26d6e85ea250b771 (patch)
tree5053a7f40c105f1883e31bc93994cf40a52bcbc5 /misc/trac/site.html
parent18ac8babb1d40b291468058d9125a1598434f543 (diff)
parent73b2c72961544b42229dd334fc75a20d52acff9b (diff)
downloadalias-2b679d318b65d090fb75668d26d6e85ea250b771.tar.gz
Merge branch 'master' of alias.fr.nf:alias
Diffstat (limited to 'misc/trac/site.html')
-rw-r--r--misc/trac/site.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/trac/site.html b/misc/trac/site.html
new file mode 100644
index 0000000..ac04dc7
--- /dev/null
+++ b/misc/trac/site.html
@@ -0,0 +1,12 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:py="http://genshi.edgewall.org/"
+ py:strip="">
+ <head py:match="head" py:attrs="select('@*')">
+ ${select('*|comment()|text()')}
+ <link rel="stylesheet" type="text/css" href="${href.chrome('site/style.css')}" />
+ </head>
+
+ <body py:match="body" py:attrs="select('@*')">
+ ${select('*|text()')}
+ </body>
+</html>