init
This commit is contained in:
commit
dda2c10107
48 changed files with 2022 additions and 0 deletions
38
feed/atom/index.xml
Normal file
38
feed/atom/index.xml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><feed
|
||||
xmlns="http://www.w3.org/2005/Atom"
|
||||
xmlns:thr="http://purl.org/syndication/thread/1.0"
|
||||
xml:lang="de-DE"
|
||||
>
|
||||
<title type="text">Praxis Dr. med. Wolfgang Last</title>
|
||||
<subtitle type="text">Private Praxis für Allgemeinmedizin</subtitle>
|
||||
|
||||
<updated>2011-12-31T14:11:19Z</updated>
|
||||
|
||||
<link rel="alternate" type="text/html" href="/" />
|
||||
<id>/feed/atom/</id>
|
||||
<link rel="self" type="application/atom+xml" href="/feed/atom/" />
|
||||
|
||||
<generator uri="https://wordpress.org/" version="6.2">WordPress</generator>
|
||||
<entry>
|
||||
<author>
|
||||
<name>drlast</name>
|
||||
<uri>/</uri>
|
||||
</author>
|
||||
|
||||
<title type="html"><![CDATA[Hallo Welt!]]></title>
|
||||
<link rel="alternate" type="text/html" href="/2011/12/31/hallo-welt/" />
|
||||
|
||||
<id>http://privatpraxis-last-heidelberg.de/?p=1</id>
|
||||
<updated>2011-12-31T14:11:19Z</updated>
|
||||
<published>2011-12-31T14:11:19Z</published>
|
||||
<category scheme="/" term="Allgemein" />
|
||||
<summary type="html"><![CDATA[Willkommen zur deutschen Version von WordPress. Dies ist der erste Artikel. Du kannst ihn bearbeiten oder löschen. Um Spam zu vermeiden, geh doch gleich mal in den Pluginbereich und aktivier die entsprechenden Plugins. So, und nun genug geschwafelt – jetzt nichts wie ran ans Bloggen!]]></summary>
|
||||
|
||||
<content type="html" xml:base="/2011/12/31/hallo-welt/"><![CDATA[<p>Willkommen zur deutschen Version von WordPress. Dies ist der erste Artikel. Du kannst ihn bearbeiten oder löschen. Um Spam zu vermeiden, geh doch gleich mal in den Pluginbereich und aktivier die entsprechenden Plugins. So, und nun genug geschwafelt – jetzt nichts wie ran ans Bloggen!</p>
|
||||
]]></content>
|
||||
|
||||
<link rel="replies" type="text/html" href="/2011/12/31/hallo-welt/#comments" thr:count="1" />
|
||||
<link rel="replies" type="application/atom+xml" href="/2011/12/31/hallo-welt/feed/atom/" thr:count="1" />
|
||||
<thr:total>1</thr:total>
|
||||
</entry>
|
||||
</feed>
|
||||
42
feed/index.xml
Normal file
42
feed/index.xml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
||||
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:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
||||
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
||||
>
|
||||
|
||||
<channel>
|
||||
<title>Praxis Dr. med. Wolfgang Last</title>
|
||||
<atom:link href="/feed/" rel="self" type="application/rss+xml" />
|
||||
<link>/</link>
|
||||
<description>Private Praxis für Allgemeinmedizin</description>
|
||||
<lastBuildDate>Sat, 31 Dec 2011 14:11:19 +0000</lastBuildDate>
|
||||
<language>de-DE</language>
|
||||
<sy:updatePeriod>
|
||||
hourly </sy:updatePeriod>
|
||||
<sy:updateFrequency>
|
||||
1 </sy:updateFrequency>
|
||||
<generator>https://wordpress.org/?v=6.2</generator>
|
||||
<item>
|
||||
<title>Hallo Welt!</title>
|
||||
<link>/2011/12/31/hallo-welt/</link>
|
||||
<comments>/2011/12/31/hallo-welt/#comments</comments>
|
||||
|
||||
<dc:creator><![CDATA[drlast]]></dc:creator>
|
||||
<pubDate>Sat, 31 Dec 2011 14:11:19 +0000</pubDate>
|
||||
<category><![CDATA[Allgemein]]></category>
|
||||
<guid isPermaLink="false">http://privatpraxis-last-heidelberg.de/?p=1</guid>
|
||||
|
||||
<description><![CDATA[Willkommen zur deutschen Version von WordPress. Dies ist der erste Artikel. Du kannst ihn bearbeiten oder löschen. Um Spam zu vermeiden, geh doch gleich mal in den Pluginbereich und aktivier die entsprechenden Plugins. So, und nun genug geschwafelt – jetzt nichts wie ran ans Bloggen!]]></description>
|
||||
<content:encoded><![CDATA[<p>Willkommen zur deutschen Version von WordPress. Dies ist der erste Artikel. Du kannst ihn bearbeiten oder löschen. Um Spam zu vermeiden, geh doch gleich mal in den Pluginbereich und aktivier die entsprechenden Plugins. So, und nun genug geschwafelt – jetzt nichts wie ran ans Bloggen!</p>
|
||||
]]></content:encoded>
|
||||
|
||||
<wfw:commentRss>/2011/12/31/hallo-welt/feed/</wfw:commentRss>
|
||||
<slash:comments>1</slash:comments>
|
||||
|
||||
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
14
feed/rss/index.xml
Normal file
14
feed/rss/index.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Weiterleiten …</title>
|
||||
<meta http-equiv="refresh" content="0;url=/feed/">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.location = "/feed/";
|
||||
</script>
|
||||
|
||||
<p>Du wirst auf <a href="/feed/">/feed/</a> weitergeleitet</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue