Initial commit.
This commit is contained in:
66
wp_export.xml
Normal file
66
wp_export.xml
Normal file
@ -0,0 +1,66 @@
|
||||
---
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- generator="WordPress/5.5.3" created="2020-12-08 09:23" -->
|
||||
<rss version="2.0"
|
||||
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:wp="http://wordpress.org/export/1.2/"
|
||||
>
|
||||
<channel>
|
||||
<title>fabianonline.de</title>
|
||||
<link>https://blog.fabianonline.de</link>
|
||||
<description>Einfach Fabian - ONLINE</description>
|
||||
<pubDate>Tue, 08 Dec 2020 18:23:29 +0000</pubDate>
|
||||
<language>de-DE</language>
|
||||
<wp:wxr_version>1.2</wp:wxr_version>
|
||||
<wp:base_site_url>https://blog.fabianonline.de</wp:base_site_url>
|
||||
<wp:base_blog_url>https://blog.fabianonline.de</wp:base_blog_url>
|
||||
|
||||
<wp:author>
|
||||
<wp:author_id>2</wp:author_id>
|
||||
<wp:author_login><![CDATA[fabian]]></wp:author_login>
|
||||
<wp:author_email><![CDATA[mail@fabianonline.de]]></wp:author_email>
|
||||
<wp:author_display_name><![CDATA[Fabian]]></wp:author_display_name>
|
||||
<wp:author_first_name><![CDATA[Fabian]]></wp:author_first_name>
|
||||
<wp:author_last_name><![CDATA[Schlenz]]></wp:author_last_name>
|
||||
</wp:author>
|
||||
|
||||
<generator>https://wordpress.org/?v=5.5.3</generator>
|
||||
|
||||
<!-- ignore this... {% increment post_id %} {% increment post_id %} {% increment post_id %} {% increment post_id %} -->
|
||||
{% for post in site.posts reversed %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<link>https://blog.fabianonline.de{{ post.url }}</link>
|
||||
<pubDate>{{post.date | date_to_xmlschema }}</pubDate>
|
||||
<dc:creator><![CDATA[fabian]]></dc:creator>
|
||||
<guid isPermaLink="false">https://blog.fabianonline.de{{ post.url }}</guid>
|
||||
<description></description>
|
||||
<content:encoded>{{ post.content | xml_escape }}</content:encoded>
|
||||
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
|
||||
<wp:post_id>{% increment post_id %}</wp:post_id>
|
||||
<wp:post_date>{{ post.date | date:"%Y-%m-%d %H:%M:%S" }}</wp:post_date>
|
||||
<wp:post_date_gmt>{{ post.date | date:"%Y-%m-%d %H:%M:%S" }}</wp:post_date_gmt>
|
||||
<wp:comment_status><![CDATA[open]]></wp:comment_status>
|
||||
<wp:ping_status><![CDATA[open]]></wp:ping_status>
|
||||
<wp:post_name>{{ post.title | slugify:'latin' }}</wp:post_name>
|
||||
<wp:status><![CDATA[publish]]></wp:status>
|
||||
<wp:post_parent>0</wp:post_parent>
|
||||
<wp:menu_order>0</wp:menu_order>
|
||||
<wp:post_type><![CDATA[post]]></wp:post_type>
|
||||
<wp:post_password><![CDATA[]]></wp:post_password>
|
||||
<wp:is_sticky>0</wp:is_sticky>
|
||||
{% for tag in post.tags %}
|
||||
<category domain="post_tag" nicename="{{ tag | slugify:'latin' }}">{{tag | xml_escape }}</category>
|
||||
{% endfor %}
|
||||
<wp:postmeta>
|
||||
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
|
||||
<wp:meta_value><![CDATA[2]]></wp:meta_value>
|
||||
</wp:postmeta>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user