commit 3da14e203920723c1018d57bc9bd216281b9c5e1 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Sun, 16 Feb 2014 12:28:27 +0100 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sun, 16 Feb 2014 12:28:27 +0100
JBEHAVE-976: Removed redundant test stories. diff --git a/examples/rest/src/main/resources/stories/main.stories/a_story.story b/examples/rest/src/main/resources/stories/main.stories/a_story.story deleted file mode 100644 index e2c6437..0000000 --- a/examples/rest/src/main/resources/stories/main.stories/a_story.story +++ /dev/null @@ -1,5 +0,0 @@ -another_story - -Narrative: - -.... a modification \ No newline at end of file diff --git a/examples/rest/src/main/resources/stories/main.stories/another_story.story b/examples/rest/src/main/resources/stories/main.stories/another_story.story deleted file mode 100644 index 3cb4305..0000000 --- a/examples/rest/src/main/resources/stories/main.stories/another_story.story +++ /dev/null @@ -1,5 +0,0 @@ -another_story - -Narrative: - -.... \ No newline at end of file diff --git a/examples/rest/src/main/resources/stories/main.webhome/rssfeeds.story b/examples/rest/src/main/resources/stories/main.webhome/rssfeeds.story deleted file mode 100644 index 86e1852..0000000 --- a/examples/rest/src/main/resources/stories/main.webhome/rssfeeds.story +++ /dev/null @@ -1,10 +0,0 @@ -{{velocity}} -{{translation key="xe.rss.feeds.description"/}} -#set($search = "[[Main.Search]]") -#set($tags = "[[Main.Tags]]") - -* {{html}}<strong><a href="$xwiki.getURL('Main.WebRss', 'view', 'xpage=plain')"><img src="$xwiki.getSkinFile('icons/xwiki/rss-mini.png')" title="$services.localization.render('xe.rss.pages.modified')" alt=""/></a> <a href="$xwiki.getURL('Main.WebRss', 'view', 'xpage=plain')">$services.localization.render('xe.rss.global')</a></strong> $services.localization.render('xe.rss.global.description'){{/html}} -* {{html}}<strong><a href="$xwiki.getURL('Blog.GlobalBlogRss', 'view', 'xpage=plain')"><img src="$xwiki.getSkinFile('icons/xwiki/rss-mini.png')" title="$services.localization.render('xe.rss.blog.feed')" alt=""/></a> <a href="$xwiki.getURL('Blog.GlobalBlogRss', 'view', 'xpage=plain')">$services.localization.render('xe.rss.blog')</a></strong> $services.localization.render('xe.rss.blog.description'){{/html}} -* **[[{{translation key="xe.rss.search"/}}>>Main.Search]]** $services.localization.render('xe.rss.search.description', [$search]) -* **[[{{translation key="xe.rss.tags"/}}>>Main.Tags]]** $services.localization.render('xe.rss.tags.description', [$tags]) -{{/velocity}} \ No newline at end of file diff --git a/examples/rest/src/main/resources/stories/main.webhome/welcome.story b/examples/rest/src/main/resources/stories/main.webhome/welcome.story deleted file mode 100644 index b9a6c20..0000000 --- a/examples/rest/src/main/resources/stories/main.webhome/welcome.story +++ /dev/null @@ -1,7 +0,0 @@ -It's an easy-to-edit website that will help you work better together. This Wiki is made of //pages// sorted by //spaces//. You're currently in the **Main** space, looking at its home page (**WebHome**). - -Learn how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}. - -{{velocity}} -#if($hasEdit)You can then use the [[Sandbox space>>Sandbox.WebHome]] to try out your wiki's features.#end -{{/velocity}} diff --git a/examples/rest/src/main/resources/stories/parent_story.story b/examples/rest/src/main/resources/stories/parent_story.story deleted file mode 100644 index cb70d00..0000000 --- a/examples/rest/src/main/resources/stories/parent_story.story +++ /dev/null @@ -1 +0,0 @@ -The stories containers \ No newline at end of file diff --git a/examples/rest/src/main/resources/stories/some_story.story b/examples/rest/src/main/resources/stories/some_story.story deleted file mode 100644 index 6dadb50..0000000 --- a/examples/rest/src/main/resources/stories/some_story.story +++ /dev/null @@ -1 +0,0 @@ -Narrative \ No newline at end of file diff --git a/examples/rest/src/main/resources/stories/webhome.story b/examples/rest/src/main/resources/stories/webhome.story deleted file mode 100644 index 83e694a..0000000 --- a/examples/rest/src/main/resources/stories/webhome.story +++ /dev/null @@ -1 +0,0 @@ -{{include document="Dashboard.WebHome" context="new"/}} \ No newline at end of file