From e4f7c976225a7b8d0ad6715a19572b781c515302 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Apr 2011 13:22:01 +0400 Subject: rename feed.xsl to atom-to-html.xsl --- atom-to-html.xsl | 55 ++++++++++++++++++++++++++++++++++++++++++++ feed.xsl | 55 -------------------------------------------- templates/generated_feed.txt | 2 +- 3 files changed, 56 insertions(+), 56 deletions(-) create mode 100644 atom-to-html.xsl delete mode 100644 feed.xsl diff --git a/atom-to-html.xsl b/atom-to-html.xsl new file mode 100644 index 000000000..13a1d7ec0 --- /dev/null +++ b/atom-to-html.xsl @@ -0,0 +1,55 @@ + + + + + + + + + <xsl:value-of select="atom:title"/> + + + + + + + + +
+ + feed icon + +

+ +

This feed has been exported from + Tiny Tiny RSS. + You need a news reader software to subscribe to it. + It contains the following items:

+ + +

+ +
+ +
+ + +

Extra...

+
+ +
+ +
+ +
+ + + +
+ +
+ diff --git a/feed.xsl b/feed.xsl deleted file mode 100644 index 13a1d7ec0..000000000 --- a/feed.xsl +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - <xsl:value-of select="atom:title"/> - - - - - - - - -
- - feed icon - -

- -

This feed has been exported from - Tiny Tiny RSS. - You need a news reader software to subscribe to it. - It contains the following items:

- - -

- -
- -
- - -

Extra...

-
- -
- -
- -
- - - -
- -
- diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt index 38c15cf01..dff67cf7e 100644 --- a/templates/generated_feed.txt +++ b/templates/generated_feed.txt @@ -1,5 +1,5 @@ - + ${FEED_TITLE} -- cgit v1.2.3-54-g00ecf