From 4f2a71b17f45958d8926841ad54045f9e3fcdf1c Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 2 Jan 2008 13:18:25 +0000 Subject: new directory structure works git-svn-id: svn://luxion/repos/WebCoso/trunk@317 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/test-site/common/document-listing.tt | 3 - t/test-site/common/du2html.xsl | 27 -- t/test-site/common/reST.xsl | 393 ----------------------------- t/test-site/src/bar/baz/du2html.xsl | 2 +- t/test-site/src/bar/du2html.xsl | 2 +- t/test-site/src/common/document-listing.tt | 3 + t/test-site/src/common/du2html.xsl | 27 ++ t/test-site/src/common/reST.xsl | 393 +++++++++++++++++++++++++++++ t/test-site/src/du2html.xsl | 2 +- t/test-site/src/foo/du2html.xsl | 2 +- 10 files changed, 427 insertions(+), 427 deletions(-) delete mode 100644 t/test-site/common/document-listing.tt delete mode 100644 t/test-site/common/du2html.xsl delete mode 100644 t/test-site/common/reST.xsl create mode 100644 t/test-site/src/common/document-listing.tt create mode 100644 t/test-site/src/common/du2html.xsl create mode 100644 t/test-site/src/common/reST.xsl (limited to 't') diff --git a/t/test-site/common/document-listing.tt b/t/test-site/common/document-listing.tt deleted file mode 100644 index 729e08c..0000000 --- a/t/test-site/common/document-listing.tt +++ /dev/null @@ -1,3 +0,0 @@ -[% FOR doc IN tagged.$path %] -[% IF isLang(language,doc) %]* `<[% dstUriFor(doc) %]>`_[% END %] -[% END %] diff --git a/t/test-site/common/du2html.xsl b/t/test-site/common/du2html.xsl deleted file mode 100644 index d7a9b62..0000000 --- a/t/test-site/common/du2html.xsl +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - <x:apply-templates select="title/node()"/> - - -

- - - -
- -
\ No newline at end of file diff --git a/t/test-site/common/reST.xsl b/t/test-site/common/reST.xsl deleted file mode 100644 index 7db5de2..0000000 --- a/t/test-site/common/reST.xsl +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - -
-
- - - -
-
- - -
-
- - - -

-
- - - - - - - -
- -
- - -
- Source: - -
-
-
- - - - - - - - - footnoteref - - footnote-backref- - - - - #footnote- - - - - [ - - ] - - - - - - - footnote - - footnote- - - - - - footnotereturn - - #footnote-backref- - - - - return to content - - - # - - : - - - - - - - - - - -
-
- - -
-
- - - -
  • -
    - - - - - - - - - -
    -
    - - -
    -
    - - -
    -
    - - - - - - - - - - - -
    OptionDescription
    -
    - - - - - - - - -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/t/test-site/src/bar/baz/du2html.xsl b/t/test-site/src/bar/baz/du2html.xsl index b6e8ebc..6737f0e 120000 --- a/t/test-site/src/bar/baz/du2html.xsl +++ b/t/test-site/src/bar/baz/du2html.xsl @@ -1 +1 @@ -../../../common/du2html.xsl \ No newline at end of file +../../common/du2html.xsl \ No newline at end of file diff --git a/t/test-site/src/bar/du2html.xsl b/t/test-site/src/bar/du2html.xsl index 6737f0e..bea6032 120000 --- a/t/test-site/src/bar/du2html.xsl +++ b/t/test-site/src/bar/du2html.xsl @@ -1 +1 @@ -../../common/du2html.xsl \ No newline at end of file +../common/du2html.xsl \ No newline at end of file diff --git a/t/test-site/src/common/document-listing.tt b/t/test-site/src/common/document-listing.tt new file mode 100644 index 0000000..729e08c --- /dev/null +++ b/t/test-site/src/common/document-listing.tt @@ -0,0 +1,3 @@ +[% FOR doc IN tagged.$path %] +[% IF isLang(language,doc) %]* `<[% dstUriFor(doc) %]>`_[% END %] +[% END %] diff --git a/t/test-site/src/common/du2html.xsl b/t/test-site/src/common/du2html.xsl new file mode 100644 index 0000000..d7a9b62 --- /dev/null +++ b/t/test-site/src/common/du2html.xsl @@ -0,0 +1,27 @@ + + + + + + + + + + + + + <x:apply-templates select="title/node()"/> + + +

    + + + +
    + +
    \ No newline at end of file diff --git a/t/test-site/src/common/reST.xsl b/t/test-site/src/common/reST.xsl new file mode 100644 index 0000000..7db5de2 --- /dev/null +++ b/t/test-site/src/common/reST.xsl @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + +
    +
    + + + +
    +
    + + +
    +
    + + + +

    +
    + + + + + + + +
    + +
    + + +
    + Source: + +
    +
    +
    + + + + + + + + + footnoteref + + footnote-backref- + + + + #footnote- + + + + [ + + ] + + + + + + + footnote + + footnote- + + + + + footnotereturn + + #footnote-backref- + + + + return to content + + + # + + : + + + + + + + + + + +
    +
    + + +
    +
    + + + +
  • +
    + + + + + + + + + +
    +
    + + +
    +
    + + +
    +
    + + + + + + + + + + + +
    OptionDescription
    +
    + + + + + + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    diff --git a/t/test-site/src/du2html.xsl b/t/test-site/src/du2html.xsl index bea6032..4b848d0 120000 --- a/t/test-site/src/du2html.xsl +++ b/t/test-site/src/du2html.xsl @@ -1 +1 @@ -../common/du2html.xsl \ No newline at end of file +common/du2html.xsl \ No newline at end of file diff --git a/t/test-site/src/foo/du2html.xsl b/t/test-site/src/foo/du2html.xsl index 6737f0e..bea6032 120000 --- a/t/test-site/src/foo/du2html.xsl +++ b/t/test-site/src/foo/du2html.xsl @@ -1 +1 @@ -../../common/du2html.xsl \ No newline at end of file +../common/du2html.xsl \ No newline at end of file -- cgit v1.2.3