-
-
- Ensure that if an attribute value contains a double quote, it is
- surrounded with single quotes, otherwise with double quotes.
- Span content
- Span content
- Span content
-
-
diff --git a/pelican/tests/content/article_with_capitalized_metadata.rst b/pelican/tests/content/article_with_capitalized_metadata.rst
deleted file mode 100644
index 93ed5b15..00000000
--- a/pelican/tests/content/article_with_capitalized_metadata.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-
-This is a super article !
-#########################
-
-:TAGS: foo, bar, foobar
-:DATE: 2010-12-02 10:14
-:MODIFIED: 2010-12-02 10:20
-:CATEGORY: yeah
-:AUTHOR: Alexis Métaireau
-:SUMMARY:
- Multi-line metadata should be supported
- as well as **inline markup** and stuff to "typogrify"...
-:CUSTOM_FIELD: http://notmyidea.org
-:CUSTOM_FORMATTED_FIELD:
- Multi-line metadata should also be supported
- as well as *inline markup* and stuff to "typogrify"...
diff --git a/pelican/tests/content/article_with_code_block.rst b/pelican/tests/content/article_with_code_block.rst
deleted file mode 100644
index 586878cf..00000000
--- a/pelican/tests/content/article_with_code_block.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-An Article With Code Block To Test Typogrify Ignore
-###################################################
-
-An article with some code
-
-.. code-block:: python
-
- x & y
-
-A block quote:
-
- x & y
-
-Normal:
-x & y
diff --git a/pelican/tests/content/article_with_comments.html b/pelican/tests/content/article_with_comments.html
deleted file mode 100644
index 289e4a66..00000000
--- a/pelican/tests/content/article_with_comments.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- Body content
-
-
-
diff --git a/pelican/tests/content/article_with_duplicate_tags_authors.md b/pelican/tests/content/article_with_duplicate_tags_authors.md
deleted file mode 100644
index 7ab046f9..00000000
--- a/pelican/tests/content/article_with_duplicate_tags_authors.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Title: Test metadata duplicates
-Category: test
-Tags: foo, bar, foobar, foo, bar
-Authors: Author, First; Author, Second; Author, First
-Date: 2010-12-02 10:14
-Modified: 2010-12-02 10:20
-Summary: I have a lot to test
-
-Test Markdown File Header
-=========================
-
-Used for pelican test
----------------------
-
-The quick brown fox jumped over the lazy dog's back.
diff --git a/pelican/tests/content/article_with_inline_svg.html b/pelican/tests/content/article_with_inline_svg.html
deleted file mode 100644
index 07f97a8a..00000000
--- a/pelican/tests/content/article_with_inline_svg.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
- Article with an inline SVG
-
-
- Ensure that the title attribute in an inline svg is not handled as an HTML title.
-
-
-
diff --git a/pelican/tests/content/article_with_keywords.html b/pelican/tests/content/article_with_keywords.html
deleted file mode 100644
index 0744c754..00000000
--- a/pelican/tests/content/article_with_keywords.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- This is a super article !
-
-
-
diff --git a/pelican/tests/content/article_with_markdown_and_footnote.md b/pelican/tests/content/article_with_markdown_and_footnote.md
deleted file mode 100644
index 6fea2d6e..00000000
--- a/pelican/tests/content/article_with_markdown_and_footnote.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Title: Article with markdown containing footnotes
-Date: 2012-10-31
-Modified: 2012-11-01
-Summary: Summary with **inline** markup *should* be supported.
-Multiline: Line Metadata should be handle properly.
- See syntax of Meta-Data extension of Python Markdown package:
- If a line is indented by 4 or more spaces,
- that line is assumed to be an additional line of the value
- for the previous keyword.
- A keyword may have as many lines as desired.
-
-This is some content[^1] with some footnotes[^footnote]
-
-[^1]: Numbered footnote
-[^footnote]: Named footnote
diff --git a/pelican/tests/content/article_with_markdown_and_nested_metadata.md b/pelican/tests/content/article_with_markdown_and_nested_metadata.md
deleted file mode 100644
index 3968027b..00000000
--- a/pelican/tests/content/article_with_markdown_and_nested_metadata.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Title: Article with markdown and nested summary metadata
-Date: 2012-10-30
-Summary: Test: This metadata value looks like metadata
-
-This is some content.
diff --git a/pelican/tests/content/article_with_markdown_and_nonascii_summary.md b/pelican/tests/content/article_with_markdown_and_nonascii_summary.md
deleted file mode 100644
index d76ed4a1..00000000
--- a/pelican/tests/content/article_with_markdown_and_nonascii_summary.md
+++ /dev/null
@@ -1,19 +0,0 @@
-Title: マックOS X 10.8でパイソンとVirtualenvをインストールと設定
-Slug: python-virtualenv-on-mac-osx-mountain-lion-10.8
-Date: 2012-12-20
-Modified: 2012-12-22
-Tags: パイソン, マック
-Category: 指導書
-Summary: パイソンとVirtualenvをまっくでインストールする方法について明確に説明します。
-
-Writing unicode is certainly fun.
-
-パイソンとVirtualenvをまっくでインストールする方法について明確に説明します。
-
-And let's mix languages.
-
-первый пост
-
-Now another.
-
-İlk yazı çok özel değil.
diff --git a/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md b/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md
deleted file mode 100644
index c5f62a0a..00000000
--- a/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Title: Article with markdown and summary metadata multi
-Date: 2012-10-31
-Summary:
- A multi-line summary should be supported
- as well as **inline markup**.
-custom_formatted_field:
- Multi-line metadata should also be supported
- as well as *inline markup* and stuff to "typogrify"...
-
-This is some content.
diff --git a/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md b/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md
deleted file mode 100644
index a7d6f09b..00000000
--- a/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Title: Article with markdown and summary metadata single
-Date: 2012-10-30
-Summary: A single-line summary should be supported as well as **inline markup**.
-
-This is some content.
diff --git a/pelican/tests/content/article_with_markdown_extension.markdown b/pelican/tests/content/article_with_markdown_extension.markdown
deleted file mode 100644
index 94e92871..00000000
--- a/pelican/tests/content/article_with_markdown_extension.markdown
+++ /dev/null
@@ -1,10 +0,0 @@
-title: Test markdown File
-category: test
-
-Test Markdown File Header
-=========================
-
-Used for pelican test
----------------------
-
-This is another markdown test file. Uses the markdown extension.
diff --git a/pelican/tests/content/article_with_markdown_markup_extensions.md b/pelican/tests/content/article_with_markdown_markup_extensions.md
deleted file mode 100644
index 6cf56403..00000000
--- a/pelican/tests/content/article_with_markdown_markup_extensions.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Title: Test Markdown extensions
-
-[TOC]
-
-## Level1
-
-### Level2
-
diff --git a/pelican/tests/content/article_with_md_extension.md b/pelican/tests/content/article_with_md_extension.md
deleted file mode 100644
index 89b6980c..00000000
--- a/pelican/tests/content/article_with_md_extension.md
+++ /dev/null
@@ -1,14 +0,0 @@
-Title: Test md File
-Category: test
-Tags: foo, bar, foobar
-Date: 2010-12-02 10:14
-Modified: 2010-12-02 10:20
-Summary: I have a lot to test
-
-Test Markdown File Header
-=========================
-
-Used for pelican test
----------------------
-
-The quick brown fox jumped over the lazy dog's back.
diff --git a/pelican/tests/content/article_with_mdown_extension.mdown b/pelican/tests/content/article_with_mdown_extension.mdown
deleted file mode 100644
index bdaf74cd..00000000
--- a/pelican/tests/content/article_with_mdown_extension.mdown
+++ /dev/null
@@ -1,10 +0,0 @@
-title: Test mdown File
-category: test
-
-Test Markdown File Header
-=========================
-
-Used for pelican test
----------------------
-
-This is another markdown test file. Uses the mdown extension.
diff --git a/pelican/tests/content/article_with_metadata.html b/pelican/tests/content/article_with_metadata.html
deleted file mode 100644
index b501ea29..00000000
--- a/pelican/tests/content/article_with_metadata.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_metadata.rst b/pelican/tests/content/article_with_metadata.rst
deleted file mode 100644
index 5f3d77bc..00000000
--- a/pelican/tests/content/article_with_metadata.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-
-This is a super article !
-#########################
-
-:tags: foo, bar, foobar
-:date: 2010-12-02 10:14
-:modified: 2010-12-02 10:20
-:category: yeah
-:author: Alexis Métaireau
-:summary:
- Multi-line metadata should be supported
- as well as **inline markup** and stuff to "typogrify"...
-:custom_field: http://notmyidea.org
-:custom_formatted_field:
- Multi-line metadata should also be supported
- as well as *inline markup* and stuff to "typogrify"...
diff --git a/pelican/tests/content/article_with_metadata.unknownextension b/pelican/tests/content/article_with_metadata.unknownextension
deleted file mode 100644
index d4bac1c0..00000000
--- a/pelican/tests/content/article_with_metadata.unknownextension
+++ /dev/null
@@ -1,12 +0,0 @@
-
-This is a super article !
-#########################
-
-:tags: foo, bar, foobar
-:date: 2010-12-02 10:14
-:category: yeah
-:author: Alexis Métaireau
-:summary:
- Multi-line metadata should be supported
- as well as **inline markup**.
-:custom_field: http://notmyidea.org
diff --git a/pelican/tests/content/article_with_metadata_and_contents.html b/pelican/tests/content/article_with_metadata_and_contents.html
deleted file mode 100644
index b108ac8a..00000000
--- a/pelican/tests/content/article_with_metadata_and_contents.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html b/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html
deleted file mode 100644
index b501ea29..00000000
--- a/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_metadata_explicit_dates.html b/pelican/tests/content/article_with_metadata_explicit_dates.html
deleted file mode 100644
index 1c74f40e..00000000
--- a/pelican/tests/content/article_with_metadata_explicit_dates.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html b/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html
deleted file mode 100644
index 8cd2885b..00000000
--- a/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_metadata_implicit_dates.html b/pelican/tests/content/article_with_metadata_implicit_dates.html
deleted file mode 100644
index 14d7e1e0..00000000
--- a/pelican/tests/content/article_with_metadata_implicit_dates.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- This is a super article !
-
-
-
-
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_mkd_extension.mkd b/pelican/tests/content/article_with_mkd_extension.mkd
deleted file mode 100644
index c946cb87..00000000
--- a/pelican/tests/content/article_with_mkd_extension.mkd
+++ /dev/null
@@ -1,10 +0,0 @@
-title: Test mkd File
-category: test
-
-Test Markdown File Header
-=========================
-
-Used for pelican test
----------------------
-
-This is another markdown test file. Uses the mkd extension.
diff --git a/pelican/tests/content/article_with_multiple_authors.html b/pelican/tests/content/article_with_multiple_authors.html
deleted file mode 100644
index a74442c9..00000000
--- a/pelican/tests/content/article_with_multiple_authors.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- This is an article with multiple authors!
-
-
-
diff --git a/pelican/tests/content/article_with_multiple_authors.rst b/pelican/tests/content/article_with_multiple_authors.rst
deleted file mode 100644
index 04af017c..00000000
--- a/pelican/tests/content/article_with_multiple_authors.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-This is an article with multiple authors!
-#########################################
-
-:date: 2014-02-09 02:20
-:modified: 2014-02-09 02:20
-:authors: First Author, Second Author
diff --git a/pelican/tests/content/article_with_multiple_authors_list.rst b/pelican/tests/content/article_with_multiple_authors_list.rst
deleted file mode 100644
index 7da5fae2..00000000
--- a/pelican/tests/content/article_with_multiple_authors_list.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-This is an article with multiple authors in list format!
-########################################################
-
-:date: 2014-02-09 02:20
-:modified: 2014-02-09 02:20
-:authors: - Author, First
- - Author, Second
-
-The author names are in last,first form to verify that
-they are not just getting split on commas.
diff --git a/pelican/tests/content/article_with_multiple_authors_semicolon.rst b/pelican/tests/content/article_with_multiple_authors_semicolon.rst
deleted file mode 100644
index fa76ac4e..00000000
--- a/pelican/tests/content/article_with_multiple_authors_semicolon.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-This is an article with multiple authors in lastname, firstname format!
-#######################################################################
-
-:date: 2014-02-09 02:20
-:modified: 2014-02-09 02:20
-:authors: Author, First; Author, Second
diff --git a/pelican/tests/content/article_with_multiple_metadata_tags.html b/pelican/tests/content/article_with_multiple_metadata_tags.html
deleted file mode 100644
index b52fbcf7..00000000
--- a/pelican/tests/content/article_with_multiple_metadata_tags.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- Metadata tags as list!
-
-
-
-
- When custom metadata tags are specified more than once
- they are collected into a list!
-
-
diff --git a/pelican/tests/content/article_with_nonconformant_meta_tags.html b/pelican/tests/content/article_with_nonconformant_meta_tags.html
deleted file mode 100644
index 5ed44bbd..00000000
--- a/pelican/tests/content/article_with_nonconformant_meta_tags.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- Article with Nonconformant HTML meta tags
-
-
-
- Multi-line metadata should be supported
- as well as inline markup.
-
-
diff --git a/pelican/tests/content/article_with_null_attributes.html b/pelican/tests/content/article_with_null_attributes.html
deleted file mode 100644
index 68da704c..00000000
--- a/pelican/tests/content/article_with_null_attributes.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- Ensure that empty attributes are copied properly.
-
-
-
diff --git a/pelican/tests/content/article_with_template.rst b/pelican/tests/content/article_with_template.rst
deleted file mode 100644
index eb55738c..00000000
--- a/pelican/tests/content/article_with_template.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-Article with template
-#####################
-
-:template: custom
-
-This article has a custom template to be called when rendered
-
-This is some content. With some stuff to "typogrify".
diff --git a/pelican/tests/content/article_with_typogrify_dashes.md b/pelican/tests/content/article_with_typogrify_dashes.md
deleted file mode 100644
index 2914b2df..00000000
--- a/pelican/tests/content/article_with_typogrify_dashes.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Title: One -, two --, three --- dashes!
-
-One: -; Two: --; Three: ---
diff --git a/pelican/tests/content/article_with_typogrify_dashes.rst b/pelican/tests/content/article_with_typogrify_dashes.rst
deleted file mode 100644
index 90064c5d..00000000
--- a/pelican/tests/content/article_with_typogrify_dashes.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-One -, two --, three --- dashes!
-################################
-
-One: -; Two: --; Three: ---
diff --git a/pelican/tests/content/article_with_uppercase_metadata.html b/pelican/tests/content/article_with_uppercase_metadata.html
deleted file mode 100644
index b4cedf39..00000000
--- a/pelican/tests/content/article_with_uppercase_metadata.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- This is a super article !
-
-
-
diff --git a/pelican/tests/content/article_with_uppercase_metadata.rst b/pelican/tests/content/article_with_uppercase_metadata.rst
deleted file mode 100644
index e26cdd13..00000000
--- a/pelican/tests/content/article_with_uppercase_metadata.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-
-This is a super article !
-#########################
-
-:Category: Yeah
-
diff --git a/pelican/tests/content/article_without_category.rst b/pelican/tests/content/article_without_category.rst
deleted file mode 100644
index ff47f6ef..00000000
--- a/pelican/tests/content/article_without_category.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-
-This is an article without category !
-#####################################
-
-This article should be in the DEFAULT_CATEGORY.
-
diff --git a/pelican/tests/content/bad_extension.mmd b/pelican/tests/content/bad_extension.mmd
deleted file mode 100644
index d282a749..00000000
--- a/pelican/tests/content/bad_extension.mmd
+++ /dev/null
@@ -1,3 +0,0 @@
-Title: Bad Extension
-
-This file shouldn't be included because its file extension is `.mmd`.
diff --git a/pelican/tests/content/bloggerexport.xml b/pelican/tests/content/bloggerexport.xml
deleted file mode 100644
index 4bc0985a..00000000
--- a/pelican/tests/content/bloggerexport.xml
+++ /dev/null
@@ -1,1067 +0,0 @@
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.archive
-
- 2018-08-02T12:38:27.320-07:00
-
- Notes of a Young Doctor
-
-
-
-
-
- Mikhail Afanasyevich Bulgakov
-
- https://www.blogger.com/profile/000082957
-
- noreply@blogger.com
-
-
-
- Blogger
-
-
- tag:blogger.com,1999:blog-6303278419262689239.layout
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Template: Notes of a Young Doctor
- [Over 2000 lines of mostly css that we don't need here.]
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_PUBLISHING_MODE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het type publicatie voor deze blog.
- PUBLISH_MODE_BLOGSPOT
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ADMIN_PERMISSION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De lijst van e-mails van beheerders voor de blog.
- mikhail.afanasyevich.bulgakov@gmail.com
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ADULT_CONTENT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of deze blog content voor volwassenen bevat
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ALTERNATE_JSRENDER_ALLOWED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of alternatieve weergaven in JavaScript zijn toegestaan
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ANALYTICS_ACCOUNT_NUMBER
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Google Analytics-accountnummer voor een blog
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ARCHIVE_DATE_FORMAT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het getal van de datumnotatie voor de archiefindex
- 9
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_ARCHIVE_FREQUENCY
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hoe vaak deze blog moet worden gearchiveerd
- MONTHLY
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_AUTHOR_PERMISSION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De lijst van e-mails van auteurs die toestemming hebben om te publiceren.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_BACKLINKS_ALLOWED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of reactiebacklinks op de blog moeten worden getoond
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_BY_POST_ARCHIVING
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of iedere post moet worden voorzien van een archiefpagina
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_ACCESS
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Wie kan reacties achterlaten
- BLOGGERS
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_CAPTCHA
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of personen die reacties geven, een Captcha (woordverificatie) moeten invullen
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_EMAIL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Lijst met e-mailadressen om meldingen van nieuwe reacties naar te sturen
- mikhail.afanasyevich.bulgakov@gmail.com
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_FEED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het type feed dat voor blogreacties moet worden gegeven
- FULL
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_FORM_LOCATION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Locatie van formulier voor blogreacties
- EMBEDDED_IFRAME
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_MESSAGE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Bericht bij blogreactie
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_MODERATION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of het modereren van reacties moet worden ingeschakeld
- DISABLED
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_MODERATION_DELAY
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Aantal dagen waarna nieuwe reacties in aanmerking komen voor moderaten
- 14
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_MODERATION_EMAIL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- E-mailadres waar meldingen binnenkomen over welke nieuwe reacties bewerkt of verwijderd moeten worden
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENT_PROFILE_IMAGES
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of profielafbeeldingen in reacties moeten worden getoond
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENTS_ALLOWED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of er reacties moeten worden weergegeven
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_COMMENTS_TIME_STAMP_FORMAT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Getal van de tijdstempelnotatie voor reacties
- 29
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CONVERT_LINE_BREAKS
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of de regelscheidingen moeten worden omgezet in <br />-tags in de posteditor
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CUSTOM_ADS_TXT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De aangepaste ads.txt-content van de blog die aan advertentiezoekmachines wordt getoond.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CUSTOM_ADS_TXT_ENABLED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Bepaalt of deze blog aangepaste ads.txt-content aan advertentiezoekmachines toont.
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CUSTOM_PAGE_NOT_FOUND
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De content die wordt weergegeven wanneer een post of pagina niet is gevonden.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CUSTOM_ROBOTS_TXT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De aangepaste robots.txt-content van de blog wordt aan zoekmachines getoond.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_CUSTOM_ROBOTS_TXT_ENABLED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Bepaalt of deze blog aangepaste robots.txt-content aan zoekmachines toont.
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_DATE_FORMAT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het getal van de datumnotatie voor koppen
- 26
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_DEFAULT_BACKLINKS_MODE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Standaardbacklinks voor posts
- DEFAULT_HAVE_BACKLINKS
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_DEFAULT_COMMENTS_MODE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Standaardreactie voor posts
- DEFAULT_HAVE_COMMENTS
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_DESCRIPTION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Een beschrijving van de blog
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_EMAIL_POST_LINKS
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of er een link moet worden weergegeven waarmee gebruikers posts kunnen e-mailen
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_FEED_REDIRECT_URL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- URL waar verzoeken om postfeed naartoe worden geleid
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_FLOAT_ALIGNMENT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of zwevende uitlijning is ingeschakeld voor de blog
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_LOCALE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Taal voor deze blog
- nl
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_M2B_WHITELIST_EMAIL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Lijst met e-mailadressen die via e-mail posts op de blog kunnen plaatsen.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_MAX_NUM
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Maximaal aantal items voor weergave op de hoofdpagina"
- 100
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_MAX_UNIT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Eenheid van items voor weergave op de hoofdpagina
- POSTS
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_META_DESCRIPTION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De metabeschrijving van de blog die wordt gebruikt door zoekmachines.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_META_DESCRIPTION_ENABLED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Of deze blog wordt weergegeven met metabeschrijvingen.
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_NAME
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De naam van de blog
- Notes of a Young Doctor
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_PER_POST_FEED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het type feed dat voor reacties op afzonderlijke posts moet worden gegeven
- FULL
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_POST_FEED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het type feed dat voor blogposts moet worden gegeven
- FULL
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_POST_FEED_FOOTER
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Voettekst om aan het einde van iedere vermelding in de postfeed toe te voegen
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_POST_TEMPLATE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De template voor blogposts
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_PROMOTED
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of deze blog op Blogger kan worden aangeprezen
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_QUICK_EDITING
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of Snel bewerken is ingeschakeld
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_READ_ACCESS_MODE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het type toegang voor de lezers van de blog.
- PUBLIC
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_READER_PERMISSION
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De e-maillijst voor gebruikers die toestemming hebben om de blog te lezen.
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_SEARCHABLE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of deze blog door zoekmachines moet worden geïndexeerd
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_SEND_EMAIL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Door komma's gescheiden lijst met e-mailadressen om nieuwe blogposts naar te sturen
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_SHOW_TITLE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of het titelveld moet worden weergegeven
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_SHOW_URL
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Hier wordt aangegeven of er een verwante link in de postopsteller moet worden weergegeven
- false
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_SUBDOMAIN
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het subdomein van BlogSpot om je blog op te publiceren
- youngdoctornotes
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_TIME_STAMP_FORMAT
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Het getal van de tijdstempelnotatie
- 27
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_TIME_ZONE
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- De tijdzone voor deze blog
- America/Los_Angeles
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.settings.BLOG_USE_LIGHTBOX
- 2010-11-27T07:08:20.877-08:00
- 2018-08-02T12:38:27.320-07:00
-
- Of afbeeldingen worden weergegeven in de lightbox wanneer erop wordt geklikt
- true
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.post-1276418104709695660
- 2010-11-27T08:21:00.000-08:00
- 2018-08-02T12:22:48.286-07:00
-
- yes
-
-
-
-
- Black as Egypt's Night
- Write next story here
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
- 0
-
-
- tag:blogger.com,1999:blog-6303278419262689239.post-1858599377741856733
- 2010-11-27T07:12:00.000-08:00
- 2010-11-27T07:56:43.964-08:00
-
- The Steel Windpipe
- It was a cold Winter's night.<br /><br /><ul><li>Very cold indeed.</li><br /><li>Note to self: pad out ending</li></ul>
-
-
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
- 1
-
-
- tag:blogger.com,1999:blog-6303278419262689239.page-4386962582497458967
- 2018-08-02T12:38:00.001-07:00
- 2018-08-02T12:38:27.171-07:00
-
- yes
-
-
- Test page 2
- <div dir="ltr" style="text-align: left;" trbidi="on">This is a second test</div>
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.page-1406163839769953231
- 2018-08-02T12:37:00.004-07:00
- 2018-08-02T12:37:47.424-07:00
-
- Test page
- <div dir="ltr" style="text-align: left;" trbidi="on">This is a test.</div>
-
-
-
-
- Mikhail Afanasyevich Bulgakov
- https://www.blogger.com/profile/000082957
- noreply@blogger.com
-
-
-
-
- tag:blogger.com,1999:blog-6303278419262689239.post-5590533389087749201
- 2010-11-29T12:35:44.027-08:00
- 2010-11-29T12:35:44.027-08:00
-
- Mishka, always a pleasure to read your adventures!...
- Mishka, always a pleasure to read your adventures!<br /><br />It's a shame you don't get more time for writing.
-
-
-
-
- Thomas Isidore Noël Sankara
- https://www.blogger.com/profile/0617349827
- noreply@blogger.com
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pelican/tests/content/empty.md b/pelican/tests/content/empty.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/pelican/tests/content/empty_with_bom.md b/pelican/tests/content/empty_with_bom.md
deleted file mode 100644
index 5f282702..00000000
--- a/pelican/tests/content/empty_with_bom.md
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/pelican/tests/content/wordpress_content_decoded b/pelican/tests/content/wordpress_content_decoded
deleted file mode 100644
index 6e91338c..00000000
--- a/pelican/tests/content/wordpress_content_decoded
+++ /dev/null
@@ -1,48 +0,0 @@
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
- a = [1, 2, 3]
- b = [4, 5, 6]
- for i in zip(a, b):
- print i
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/pelican/tests/content/wordpress_content_encoded b/pelican/tests/content/wordpress_content_encoded
deleted file mode 100644
index da35de3b..00000000
--- a/pelican/tests/content/wordpress_content_encoded
+++ /dev/null
@@ -1,55 +0,0 @@
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
-
- a = [1, 2, 3]
- b = [4, 5, 6]
- for i in zip(a, b):
- print i
-
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
diff --git a/pelican/tests/content/wordpressexport.xml b/pelican/tests/content/wordpressexport.xml
deleted file mode 100644
index 9b194e8f..00000000
--- a/pelican/tests/content/wordpressexport.xml
+++ /dev/null
@@ -1,957 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pelican test channel
- http://thisisa.test
- Not a real feed, just for test
- Sun, 13 May 2012 01:13:52 +0000
- en
- 1.1
- http://thisisa.test
- http://thisisa.test
-
- 2Bobbob@thisisa.test
- 3Jonhjonh@thisisa.test
-
- 7categ-1
- 11categ-2
- 1uncategorized
- 15categ-3
- 25tag-1
- 122tag2
- 68tag-3
-
- http://wordpress.org/?v=3.3.1
-
-
- Empty post
- http://thisisa.test/?attachment_id=24
- Sat, 04 Feb 2012 03:17:33 +0000
- bob
- https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Pelican_lakes_entrance02.jpg/240px-Pelican_lakes_entrance02.jpg
-
-
-
- 24
- 2012-02-04 03:17:33
- 2012-02-04 03:17:33
- open
- open
- empty-post
- inherit
- 0
- 0
- attachment
-
- 0
- https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Pelican_lakes_entrance02.jpg/240px-Pelican_lakes_entrance02.jpg
-
- _wp_attachment_metadata
-
-
-
- _wp_attached_file
-
-
-
- _wp_attachment_image_alt
-
-
-
-
-
- http://thisisa.test/?p=168
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=168
-
-
-
- 168
- 2012-02-15 21:23:57
- 0000-00-00 00:00:00
- open
- open
-
- draft
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- A normal post
- http://thisisa.test/?p=174
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=174
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 174
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
-
- draft
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- Complete draft
- http://thisisa.test/?p=176
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=176
-
-
-
- 176
- 2012-02-17 15:11:55
- 0000-00-00 00:00:00
- open
- open
-
- draft
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- Page
- http://thisisa.test/contact/
- Wed, 11 Apr 2012 11:38:08 +0000
- bob
- http://thisisa.test/?page_id=334
-
-
-
- 334
- 2012-04-11 06:38:08
- 2012-04-11 11:38:08
- open
- open
- contact
- publish
- 0
- 0
- page
-
- 0
-
- sharing_disabled
-
-
-
- _wp_page_template
-
-
-
- _edit_last
-
-
-
-
- Empty Page
- http://thisisa.test/empty/
- Wed, 11 Apr 2012 11:38:08 +0000
- bob
- http://thisisa.test/?page_id=334
-
-
-
- 334
- 2012-04-11 06:38:08
- 2012-04-11 11:38:08
- open
- open
- empty
- publish
- 0
- 0
- page
-
- 0
-
- sharing_disabled
-
-
-
- _wp_page_template
-
-
-
- _edit_last
-
-
-
-
- Special chars: l'é
- http://thisisa.test/?p=471
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=471
-
-
-
- 471
- 2012-04-29 09:44:27
- 0000-00-00 00:00:00
- open
- open
-
- draft
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
-
- With excerpt
- http://thisisa.test/with-excerpt/
- Sat, 04 Feb 2012 02:03:06 +0000
- bob
- http://thisisa.test/?p=8
-
-
-
- 8
- 2012-02-04 02:03:06
- 2012-02-04 02:03:06
- open
- open
- with-excerpt
- publish
- 0
- 0
- post
-
- 0
-
-
-
-
- _edit_last
-
-
-
- et_bigpost
-
-
-
- _thumbnail_id
-
-
-
-
- With tags
- http://thisisa.test/tags/
- Sat, 04 Feb 2012 21:05:25 +0000
- bob
- http://thisisa.test/?p=25
-
-
-
- 25
- 2012-02-04 21:05:25
- 2012-02-04 21:05:25
- open
- open
- with-tags
- publish
- 0
- 0
- post
-
- 0
-
-
-
-
-
- _edit_last
-
-
-
- et_bigpost
-
-
-
- _thumbnail_id
-
-
-
-
- With comments
- http://thisisa.test/with-comments/
- Wed, 18 Apr 2012 08:36:26 +0000
- john
- http://thisisa.test/?p=422
-
-
-
- 422
- 2012-04-18 03:36:26
- 2012-04-18 08:36:26
- open
- open
- with-comments
- publish
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
- _thumbnail_id
-
-
-
- 116
-
- User2@mail.test
-
- 127.0.0.1
- 2012-05-06 15:46:06
- 2012-05-06 20:46:06
-
- 1
-
- 0
- 0
-
- akismet_result
-
-
-
- akismet_history
-
-
-
- akismet_as_submitted
-
-
-
-
- 117
-
- bob@thisisa.test
-
- 127.0.0.1
- 2012-05-06 17:44:06
- 2012-05-06 22:44:06
-
- 1
-
- 116
- 3
-
- akismet_result
-
-
-
- akismet_history
-
-
-
- akismet_as_submitted
-
-
-
-
- 156
-
-
- http://thisisa.test/to-article-you-ping-back/
- 127.0.0.1
- 2012-05-09 19:30:19
- 2012-05-10 00:30:19
-
- trash
- pingback
- 0
- 0
-
- akismet_history
-
-
-
- _wp_trash_meta_status
-
-
-
- _wp_trash_meta_time
-
-
-
-
- 122
-
- bob@thisisa.test
-
- 127.0.0.1
- 2012-05-07 14:11:34
- 2012-05-07 19:11:34
-
- 1
-
- 121
- 3
-
- akismet_result
-
-
-
- akismet_history
-
-
-
- akismet_as_submitted
-
-
-
-
-
- Post with raw data
- http://thisisa.test/?p=173
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=173
-
- Pelicans are scary
-
-Pelicans are supposed to eat fish, damn it!
-
-
-
-Bottom line: don't mess up with birds
-
-"That's a 'wonderful' shoe."
-
-“That’s a ‘magic’ sock.”]]>
-
- 173
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- post-with-raw-data
- publish
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- A normal post with some <html> entities in the title. You can't miss them.
- http://thisisa.test/?p=175
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=175
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 175
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- html-entity-test
- publish
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- Code in List
- http://thisisa.test/?p=175
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=175
-
-
-
List Item One!
-
List Item Two!
-
This is a code sample
-
-
- a = [1, 2, 3]
- b = [4, 5, 6]
- for i in zip(a, b):
- print i
-
-
-
List Item Four!
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 175
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- code-in-list-test
- publish
- 0
- 0
- post
-
- 0
-
-
- _edit_last
-
-
-
-
- A custom post in category 4
- http://thisisa.test/?p=175
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=175
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 175
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- custpost1cat4
- publish
- 0
- 0
- custom1
-
- 0
-
-
- _edit_last
-
-
-
-
- A custom post in category 5
- http://thisisa.test/?p=176
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=176
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 176
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- custpost1cat5
- publish
- 0
- 0
- custom1
-
- 0
-
-
- _edit_last
-
-
-
-
- A 2nd custom post type also in category 5
- http://thisisa.test/?p=177
- Thu, 01 Jan 1970 00:00:00 +0000
- bob
- http://thisisa.test/?p=177
-
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
-tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
-quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
-consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
-cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]>
-
- 177
- 2012-02-16 15:52:55
- 0000-00-00 00:00:00
- open
- open
- custpost2cat5
- publish
- 0
- 0
- custom2
-
- 0
-
-
- _edit_last
-
-
-
-
- Attachment with a parent
- http://thisisa.test/?attachment_id=24
- Sat, 04 Feb 2012 03:17:33 +0000
- bob
- http://thisurlisinvalid.notarealdomain/not_an_image.jpg
-
-
-
- 25
- 2012-02-04 03:17:33
- 2012-02-04 03:17:33
- open
- open
- attachment-with-a-parent
- inherit
- 8
- 0
- attachment
-
- 0
- http://thisurlisinvalid.notarealdomain/not_an_image.jpg
-
- _wp_attachment_metadata
-
-
-
- _wp_attached_file
-
-
-
- _wp_attachment_image_alt
-
-
-
-
- 2nd Attachment to same parent
- http://thisisa.test/?attachment_id=25
- Sat, 04 Feb 2012 03:17:33 +0000
- bob
- http://en.wikipedia.org/wiki/File:Pelikan_Walvis_Bay.jpg
-
-
-
- 25
- 2012-02-04 03:17:33
- 2012-02-04 03:17:33
- open
- open
- 2nd[attachment-to-same-parent
- inherit
- 8
- 0
- attachment
-
- 0
- http://en.wikipedia.org/wiki/File:Pelikan_Walvis_Bay.jpg
-
- _wp_attachment_metadata
-
-
-
- _wp_attached_file
-
-
-
- _wp_attachment_image_alt
-
-
-
-
- Attachment with a different parent
- http://thisisa.test/?attachment_id=26
- Sat, 04 Feb 2012 03:17:33 +0000
- bob
- http://thisurlisinvalid.notarealdomain
-
-
-
- 25
- 2012-02-04 03:17:33
- 2012-02-04 03:17:33
- open
- open
- attachment-with-a-different-parent
- inherit
- 25
- 0
- attachment
-
- 0
- http://thisurlisinvalid.notarealdomain
-
- _wp_attachment_metadata
-
-
-
- _wp_attached_file
-
-
-
- _wp_attachment_image_alt
-
-
-
-
-
diff --git a/pelican/tests/cyclic_intersite_links/first-article.rst b/pelican/tests/cyclic_intersite_links/first-article.rst
deleted file mode 100644
index b9eb3f93..00000000
--- a/pelican/tests/cyclic_intersite_links/first-article.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-First article
-#############
-
-:date: 2018-11-10
-:summary: Here's the `second <{filename}/second-article.rst>`_,
- `third <{filename}/third-article.rst>`_ and a
- `nonexistent article <{filename}/nonexistent.rst>`_.
diff --git a/pelican/tests/cyclic_intersite_links/second-article.rst b/pelican/tests/cyclic_intersite_links/second-article.rst
deleted file mode 100644
index acb87d47..00000000
--- a/pelican/tests/cyclic_intersite_links/second-article.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Second article
-##############
-
-:date: 2018-11-10
-:summary: Here's the `first <{filename}/first-article.rst>`_,
- `third <{filename}/third-article.rst>`_ and a
- `nonexistent article <{filename}/nonexistent.rst>`_.
diff --git a/pelican/tests/cyclic_intersite_links/third-article.rst b/pelican/tests/cyclic_intersite_links/third-article.rst
deleted file mode 100644
index 4c7c1b76..00000000
--- a/pelican/tests/cyclic_intersite_links/third-article.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Third article
-#############
-
-:date: 2018-11-10
-:summary: Here's the `first <{filename}/first-article.rst>`_,
- `second <{filename}/second-article.rst>`_ and a
- `nonexistent article <{filename}/nonexistent.rst>`_.
diff --git a/pelican/tests/default_conf.py b/pelican/tests/default_conf.py
deleted file mode 100644
index 99f3b6cf..00000000
--- a/pelican/tests/default_conf.py
+++ /dev/null
@@ -1,44 +0,0 @@
-AUTHOR = 'Alexis Métaireau'
-SITENAME = "Alexis' log"
-SITEURL = 'http://blog.notmyidea.org'
-TIMEZONE = 'UTC'
-
-GITHUB_URL = 'http://github.com/ametaireau/'
-DISQUS_SITENAME = "blog-notmyidea"
-PDF_GENERATOR = False
-REVERSE_CATEGORY_ORDER = True
-DEFAULT_PAGINATION = 2
-
-FEED_RSS = 'feeds/all.rss.xml'
-CATEGORY_FEED_RSS = 'feeds/{slug}.rss.xml'
-
-LINKS = (('Biologeek', 'http://biologeek.org'),
- ('Filyb', "http://filyb.info/"),
- ('Libert-fr', "http://www.libert-fr.com"),
- ('N1k0', "http://prendreuncafe.com/blog/"),
- ('Tarek Ziadé', "http://ziade.org/blog"),
- ('Zubin Mithra', "http://zubin71.wordpress.com/"),)
-
-SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
- ('lastfm', 'http://lastfm.com/user/akounet'),
- ('github', 'http://github.com/ametaireau'),)
-
-# global metadata to all the contents
-DEFAULT_METADATA = {'yeah': 'it is'}
-
-# path-specific metadata
-EXTRA_PATH_METADATA = {
- 'extra/robots.txt': {'path': 'robots.txt'},
-}
-
-# static paths will be copied without parsing their contents
-STATIC_PATHS = [
- 'pictures',
- 'extra/robots.txt',
-]
-
-FORMATTED_FIELDS = ['summary', 'custom_formatted_field']
-
-# foobar will not be used, because it's not in caps. All configuration keys
-# have to be in caps
-foobar = "barbaz"
diff --git a/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py b/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py
deleted file mode 100644
index c514861d..00000000
--- a/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-NAME = 'namespace plugin'
-
-
-def register():
- pass
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py b/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py
deleted file mode 100644
index e714c7a6..00000000
--- a/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from .submodule import noop # noqa: F401
-
-
-def register():
- pass
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py b/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py
deleted file mode 100644
index ba9c8f94..00000000
--- a/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py
+++ /dev/null
@@ -1,2 +0,0 @@
-def noop():
- pass
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py b/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py
deleted file mode 100644
index e69de29b..00000000
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py b/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py
deleted file mode 100644
index e69de29b..00000000
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py b/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py
deleted file mode 100644
index 9e12b19f..00000000
--- a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py
+++ /dev/null
@@ -1,2 +0,0 @@
-def register():
- pass
diff --git a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py b/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py
deleted file mode 100644
index 9e12b19f..00000000
--- a/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py
+++ /dev/null
@@ -1,2 +0,0 @@
-def register():
- pass
diff --git a/pelican/tests/mixed_content/fake_image.jpg b/pelican/tests/mixed_content/fake_image.jpg
deleted file mode 100644
index e69de29b..00000000
diff --git a/pelican/tests/mixed_content/short_page.md b/pelican/tests/mixed_content/short_page.md
deleted file mode 100644
index 46ca45ac..00000000
--- a/pelican/tests/mixed_content/short_page.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Title: Short Page
-
-This is a page with little text.
diff --git a/pelican/tests/mixed_content/subdir/subdir_fake_image.jpg b/pelican/tests/mixed_content/subdir/subdir_fake_image.jpg
deleted file mode 100644
index e69de29b..00000000
diff --git a/pelican/tests/nested_content/maindir/maindir.md b/pelican/tests/nested_content/maindir/maindir.md
deleted file mode 100644
index 443e1827..00000000
--- a/pelican/tests/nested_content/maindir/maindir.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Title: Main Dir Page
-
-This page lives in maindir.
diff --git a/pelican/tests/nested_content/maindir/subdir/subdir.md b/pelican/tests/nested_content/maindir/subdir/subdir.md
deleted file mode 100644
index 32e73617..00000000
--- a/pelican/tests/nested_content/maindir/subdir/subdir.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Title: Subdir Page
-
-This page lives in maindir/subdir.
diff --git a/pelican/tests/output/basic/a-markdown-powered-article.html b/pelican/tests/output/basic/a-markdown-powered-article.html
deleted file mode 100644
index 894fb8c9..00000000
--- a/pelican/tests/output/basic/a-markdown-powered-article.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- A markdown powered article
-
-
-
-
-
-
-
-