aboutsummaryrefslogtreecommitdiff
path: root/t/test-site/src/foo
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2007-09-09 11:18:59 +0000
committerdakkar <dakkar@luxion>2007-09-09 11:18:59 +0000
commit9deff2ac08868dcc097d4335b6919632f1c5d0d2 (patch)
tree2886ab7bf0c438ac19e0c585ed68c08c399f34bb /t/test-site/src/foo
parentparser call on putting scalar (diff)
downloadWebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.tar.gz
WebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.tar.bz2
WebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.zip
first test (preparation)
git-svn-id: svn://luxion/repos/WebCoso/trunk@286 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site/src/foo')
-rw-r--r--t/test-site/src/foo/document.en.rest.txt7
-rw-r--r--t/test-site/src/foo/document.it.rest.txt7
l---------t/test-site/src/foo/du2html.xsl1
3 files changed, 15 insertions, 0 deletions
diff --git a/t/test-site/src/foo/document.en.rest.txt b/t/test-site/src/foo/document.en.rest.txt
new file mode 100644
index 0000000..4380082
--- /dev/null
+++ b/t/test-site/src/foo/document.en.rest.txt
@@ -0,0 +1,7 @@
+==========
+ foo page
+==========
+:tags: * one
+ * two
+
+foo
diff --git a/t/test-site/src/foo/document.it.rest.txt b/t/test-site/src/foo/document.it.rest.txt
new file mode 100644
index 0000000..e4d7333
--- /dev/null
+++ b/t/test-site/src/foo/document.it.rest.txt
@@ -0,0 +1,7 @@
+============
+ Pagina foo
+============
+:tags: * one
+ * two
+
+foo
diff --git a/t/test-site/src/foo/du2html.xsl b/t/test-site/src/foo/du2html.xsl
new file mode 120000
index 0000000..6737f0e
--- /dev/null
+++ b/t/test-site/src/foo/du2html.xsl
@@ -0,0 +1 @@
+../../common/du2html.xsl \ No newline at end of file