From ffb671c61a24a9086343b54bad080e145ff33fc5 Mon Sep 17 00:00:00 2001 From: Dererk Date: Tue, 15 Nov 2016 14:18:46 -0300 Subject: New upstream version 7.8.1 --- tests/data/translated_titles/conf.py | 12 ++++++------ tests/data/translated_titles/pages/1.pl.txt | 4 ++++ tests/data/translated_titles/pages/1.txt | 5 +++++ tests/data/translated_titles/stories/1.pl.txt | 4 ---- tests/data/translated_titles/stories/1.txt | 5 ----- 5 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 tests/data/translated_titles/pages/1.pl.txt create mode 100644 tests/data/translated_titles/pages/1.txt delete mode 100644 tests/data/translated_titles/stories/1.pl.txt delete mode 100644 tests/data/translated_titles/stories/1.txt (limited to 'tests/data') diff --git a/tests/data/translated_titles/conf.py b/tests/data/translated_titles/conf.py index 3d0d829..8faa7a9 100644 --- a/tests/data/translated_titles/conf.py +++ b/tests/data/translated_titles/conf.py @@ -141,8 +141,8 @@ POSTS = ( ("posts/*.txt", "posts", "post.tmpl"), ) PAGES = ( - ("stories/*.rst", "stories", "story.tmpl"), - ("stories/*.txt", "stories", "story.tmpl"), + ("pages/*.rst", "pages", "story.tmpl"), + ("pages/*.txt", "pages", "story.tmpl"), ) # One or more folders containing files to be copied as-is into the output. @@ -436,10 +436,10 @@ COMMENT_SYSTEM_ID = "nikolademo" # the "noannotations" metadata. # ANNOTATIONS = False -# Create index.html for story folders? -# STORY_INDEX = False -# Enable comments on story pages? -# COMMENTS_IN_STORIES = False +# Create index.html for page folders? +# PAGE_INDEX = False +# Enable comments on page pages? +# COMMENTS_IN_PAGES = False # Enable comments on picture gallery pages? # COMMENTS_IN_GALLERIES = False diff --git a/tests/data/translated_titles/pages/1.pl.txt b/tests/data/translated_titles/pages/1.pl.txt new file mode 100644 index 0000000..a888c1f --- /dev/null +++ b/tests/data/translated_titles/pages/1.pl.txt @@ -0,0 +1,4 @@ +.. title: Bar +.. slug: 1 + +Bar diff --git a/tests/data/translated_titles/pages/1.txt b/tests/data/translated_titles/pages/1.txt new file mode 100644 index 0000000..45fb214 --- /dev/null +++ b/tests/data/translated_titles/pages/1.txt @@ -0,0 +1,5 @@ +.. title: Foo +.. slug: 1 +.. date: 2001/01/01 00:00:00 + +Foo diff --git a/tests/data/translated_titles/stories/1.pl.txt b/tests/data/translated_titles/stories/1.pl.txt deleted file mode 100644 index a888c1f..0000000 --- a/tests/data/translated_titles/stories/1.pl.txt +++ /dev/null @@ -1,4 +0,0 @@ -.. title: Bar -.. slug: 1 - -Bar diff --git a/tests/data/translated_titles/stories/1.txt b/tests/data/translated_titles/stories/1.txt deleted file mode 100644 index 45fb214..0000000 --- a/tests/data/translated_titles/stories/1.txt +++ /dev/null @@ -1,5 +0,0 @@ -.. title: Foo -.. slug: 1 -.. date: 2001/01/01 00:00:00 - -Foo -- cgit v1.2.3