<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>John Doe's personal blog</title>
<link>http://der-test.de/serendipity/</link>
<description>My little place on the web...</description>
<language>de</language>
<image>
        <url>http://der-test.de/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: John Doe's personal blog - My little place on the web...</title>
        <link>http://der-test.de/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Breadcrum Navigation</title>
    <link>http://der-test.de/serendipity/archives/17-Breadcrum-Navigation.html</link>

    <description>
        &lt;p&gt;Diese Breadcrum Navigation stammt aus dem Blog von Carl Galloway und kann ganz sinnvol  in der index.tpl im Footer oder Header mit eingebaut werden.&lt;/p&gt;&lt;p /&gt;&lt;p /&gt;&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;courier new,courier,monospace&quot;&gt;{if $startpage}&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot; face=&quot;courier new,courier,monospace&quot;&gt;&lt;br /&gt;&lt;br /&gt;
    {$CONST.HOMEPAGE}&lt;br /&gt;&lt;br /&gt;
{else}&lt;br /&gt;&lt;br /&gt;
    {$CONST.HOMEPAGE}&lt;br /&gt;&lt;br /&gt;
{/if}&lt;br /&gt;&lt;br /&gt;
{if $head_title &amp;amp;&amp;amp; !$entry.title | $head_title != $entry.title}&lt;br /&gt;&lt;br /&gt;
    {if $entry.title}&amp;amp;raquo; {$category_info.category_name}{/if}&lt;br /&gt;&lt;br /&gt;
{elseif $head_title &amp;amp;&amp;amp; $entry.title}&lt;br /&gt;&lt;br /&gt;
    {if $category_info.category_name}&lt;br /&gt;&lt;br /&gt;
    &amp;amp;raquo; {$category_info.category_name}&lt;br /&gt;&lt;br /&gt;
    {/if}&lt;br /&gt;&lt;br /&gt;
    {if $entry.title == $head_title}&lt;br /&gt;&lt;br /&gt;
    &amp;amp;raquo; {$entry.title|truncate:40:&amp;quot; ...&amp;quot;:true}&lt;br /&gt;&lt;br /&gt;
    {/if}&lt;br /&gt;&lt;br /&gt;
{elseif $head_subtitle}&lt;br /&gt;&lt;br /&gt;
    &amp;amp;raquo; {$head_subtitle}&lt;br /&gt;&lt;br /&gt;
{/if}&lt;br /&gt;&lt;br /&gt;
{if $staticpage_pagetitle &amp;amp;&amp;amp; !$entry.title}&lt;br /&gt;&lt;br /&gt;
    &amp;amp;raquo; {$staticpage_headline}&lt;br /&gt;&lt;br /&gt;
{/if}&lt;br /&gt;
&lt;/font&gt; 
    </description>
</item>
<item>
    <title>post a comment</title>
    <link>http://der-test.de/serendipity/archives/14-post-a-comment.html</link>

    <description>
        &lt;p&gt;smarty code der zum Kommentieren auffordert, wenn es noch keine Kommentare gibt:&lt;/p&gt;&lt;p&gt;in der entries.tpl:&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;em&gt;{if $entry.comments &amp;gt; 0} &lt;br /&gt; &amp;lt;br/&amp;gt;&amp;lt;a href=&amp;quot;{$entry.link}#comments&amp;quot;&amp;gt;{$entry.label_comments} ({$entry.comments})&amp;lt;/a&amp;gt; &lt;br /&gt;{else} &lt;br /&gt;&amp;lt;br /&amp;gt;&amp;lt;a href=&amp;quot;{$entry.link}#comments&amp;quot;&amp;gt;Post a comment&amp;lt;/a&amp;gt; &lt;br /&gt;{/if} &lt;/em&gt;&lt;/p&gt; 
    </description>
</item>
<item>
    <title>AddThis Bookmark BEGIN  </title>
    <link>http://der-test.de/serendipity/archives/13-AddThis-Bookmark-BEGIN.html</link>

    <description>
        &lt;p&gt;&lt;code&gt;Einfach in der entries.tpl hinter dem Eintrag {$entry.add_footer} forlgender Code:&lt;br /&gt;[code]&lt;br /&gt;&amp;lt;!-- AddThis Bookmark BEGIN --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt; &lt;br /&gt;addthis_url = &#039;{$entry.rdf_ident|escape:url}&#039;; &lt;br /&gt;addthis_title = &#039;{$entry.title|escape:url}&#039;; &lt;br /&gt;addthis_pub = &#039;my_account_name&#039;; &lt;br /&gt;&amp;lt;/script&amp;gt; &lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://s7.addthis.com/js/addthis_widget.php?v=12&amp;quot; &amp;gt;&amp;lt;/script&amp;gt; &lt;/p&gt;&lt;p&gt;[/code]&lt;/p&gt; 
    </description>
</item>
<item>
    <title>Seitezahlen in der entries</title>
    <link>http://der-test.de/serendipity/archives/12-Seitezahlen-in-der-entries.html</link>

    <description>
        &lt;p&gt;Eine nette Ergänzung für die entries.tpl von &lt;b&gt;yellowled &lt;/b&gt;und &lt;span class=&quot;name&quot;&gt;&lt;b&gt;judebert &lt;/b&gt;&lt;/span&gt;habe ich im Forum gefunden&lt;/p&gt;&lt;p&gt;&amp;lt;div class=&amp;quot;pagelinks&amp;quot;&amp;gt;&lt;/p&gt;&lt;br /&gt;    {eval var=$footer_currentPage-3 assign=&amp;quot;paginationStartPage&amp;quot;}&lt;br /&gt;    {if $footer_currentPage+3 &amp;gt; $footer_totalPages}&lt;br /&gt;        {eval var=$footer_totalPages-6 assign=&amp;quot;paginationStartPage&amp;quot;}&lt;br /&gt;    {/if}&lt;br /&gt;    {if $paginationStartPage &amp;lt;= 0}{assign var=&amp;quot;paginationStartPage&amp;quot; value=&amp;quot;1&amp;quot;}{/if}&lt;br /&gt;&lt;br /&gt;    {section name=i start=$paginationStartPage loop=$footer_totalPages+1 max=7}&lt;br /&gt;        {if $smarty.section.i.index != $footer_currentPage}&lt;br /&gt;            &amp;lt;a href=&amp;quot;{$smarty.section.i.index|string_format:$footer_pageLink}&amp;quot;&amp;gt;{$smarty.section.i.index}&amp;lt;/a&amp;gt;&lt;br /&gt;        {else}&lt;br /&gt;            {$smarty.section.i.index}&lt;br /&gt;        {/if}&lt;br /&gt;    {/section}&lt;br /&gt;    {if $smarty.section.i.index &amp;lt; $footer_totalPages}&lt;br /&gt;        ... &amp;lt;a href=&amp;quot;{$footer_totalPages|string_format:$footer_pageLink}&amp;quot;&amp;gt;{$footer_totalPages}&amp;lt;/a&amp;gt;&lt;br /&gt;   {else}&lt;br /&gt;       &amp;lt;span id=&amp;quot;thispage&amp;quot;&amp;gt;{$smarty.section.i.index}&amp;lt;/span&amp;gt;&lt;br /&gt;{/if}&lt;br /&gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
 
    </description>
</item>
<item>
    <title>plugin aufrufen</title>
    <link>http://der-test.de/serendipity/archives/11-plugin-aufrufen.html</link>

    <description>
        &lt;p&gt;Manuelles Aufrufen eines Plugins:&lt;br /&gt;&lt;/p&gt;&lt;p /&gt;&lt;p&gt; {serendipity_showPlugin class=&amp;quot;serendipity_archives_plugin&amp;quot;}&lt;br /&gt;&lt;/p&gt;&lt;p /&gt;&lt;p align=&quot;justify&quot;&gt;So könnte man das z.B. das serendipity_categories_plugin in der Oberfläche auf hidden setzen und dann über eine If Abfrage dieses plugin nur bei den index Seiten einer Kategorie anzeigen lassen.&lt;/p&gt;&lt;p align=&quot;justify&quot; /&gt;&lt;p /&gt;&lt;p&gt;{if $view == &#039;category&#039;} &lt;br /&gt; {serendipity_showPlugin class=&amp;quot;serendipity_categories_plugin&amp;quot;}&lt;/p&gt;&lt;p&gt;{/if} &lt;/p&gt; 
    </description>
</item>
<item>
    <title>counter in entries</title>
    <link>http://der-test.de/serendipity/archives/15-counter-in-entries.html</link>

    <description>
        &lt;p&gt;Zeige Link z.B. Werbung wenn counter &lt;/p&gt;&lt;p&gt;von:&lt;span class=&quot;name&quot;&gt;johncanary&lt;/span&gt;&lt;/p&gt;&lt;p&gt;# entries.tpl &lt;br /&gt;############## &lt;br /&gt;    ... &lt;br /&gt;    &lt;em&gt;{foreach from=$entries item=&amp;quot;dategroup&amp;quot;} &lt;br /&gt;    &amp;lt;div class=&amp;quot;serendipity_Entry_Date&amp;quot;&amp;gt; &lt;br /&gt;&lt;br /&gt;        {foreach from=$dategroup.entries item=&amp;quot;entry&amp;quot;} &lt;br /&gt;        {counter name=&amp;quot;entry_number&amp;quot; print=0 assign=entry_number} &lt;br /&gt;        {if $entry_number == 2} &lt;br /&gt;            {&lt;strong&gt; AD HTML Code Start: shown at top of the second entry! &lt;/strong&gt;} &lt;br /&gt;            &amp;lt;div&amp;gt; &lt;br /&gt;                &amp;lt;a href=&amp;quot;http://aff.example.com/?id=23&amp;quot;&amp;gt; &lt;br /&gt;                    &amp;lt;img src=&amp;quot;http://aff.example.com/i/b45.jpg&amp;quot; alt=&amp;quot;&amp;quot; &lt;br /&gt;                        width=&amp;quot;468&amp;quot; height=&amp;quot;60&amp;quot; /&amp;gt; &lt;br /&gt;                &amp;lt;/a&amp;gt; &lt;br /&gt;            &amp;lt;/div&amp;gt; &lt;br /&gt;            {&lt;strong&gt; AD HTML Code End &lt;/strong&gt;} &lt;br /&gt;        {/if} &lt;br /&gt;        &amp;lt;h4 class=&amp;quot;serendipity_title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;{$entry.link}&amp;quot;&amp;gt;{$entry.title}&amp;lt;/a&amp;gt;&amp;lt;/h4&amp;gt; &lt;br /&gt;        &amp;lt;h3 class=&amp;quot;serendipity_date&amp;quot;&amp;gt; &lt;/em&gt;        ...&lt;/p&gt; 
    </description>
</item>
<item>
    <title>Test 223</title>
    <link>http://der-test.de/serendipity/archives/10-Test-223.html</link>

    <description>
        &lt;br /&gt;
&lt;div align=&quot;justify&quot;&gt;Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 Ein weiterer Text in Kat2 &lt;/div&gt; 
    </description>
</item>
<item>
    <title>Neues Template </title>
    <link>http://der-test.de/serendipity/archives/9-Neues-Template.html</link>

    <description>
        Dieses ist der letzte Eintrag aus der Kategorie NEWS Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template Dieses ist ein portiertes Template  &lt;br /&gt;&lt;a href=&quot;http://der-test.de/serendipity/archives/9-Neues-Template.html#extended&quot;&gt;&quot;Neues Template &quot; vollständig lesen&lt;/a&gt;
    </description>
</item>
<item>
    <title>Kat211</title>
    <link>http://der-test.de/serendipity/archives/8-Kat211.html</link>

    <description>
        32e321ec 32e 32 e2 
    </description>
</item>
<item>
    <title>kat31</title>
    <link>http://der-test.de/serendipity/archives/7-kat31.html</link>

    <description>
        &lt;div align=&quot;justify&quot;&gt;&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;br /&gt;
cvfdg gf gdfs fsdg sfd  dsdf&amp;lt;s&lt;/div&gt; 
    </description>
</item>
<item>
    <title>kat22</title>
    <link>http://der-test.de/serendipity/archives/6-kat22.html</link>

    <description>
        sdf fda fa fas fs f 
    </description>
</item>
<item>
    <title>RedEvoAphelion Template</title>
    <link>http://der-test.de/serendipity/archives/5-RedEvoAphelion-Template.html</link>

    <description>
        Dieses ist das portierte Joomla Template RedEvoAphelion für Serendipity.  &lt;br /&gt;&lt;a href=&quot;http://der-test.de/serendipity/archives/5-RedEvoAphelion-Template.html#extended&quot;&gt;&quot;RedEvoAphelion Template&quot; vollständig lesen&lt;/a&gt;
    </description>
</item>
<item>
    <title>Feststellen ob Kategorie-index </title>
    <link>http://der-test.de/serendipity/archives/4-Feststellen-ob-Kategorie-index.html</link>

    <description>
        &lt;p&gt;Abfrage ob aktuelle Seite die Index-Seite der Kategorie ist &lt;/p&gt;&lt;p&gt;{if $view == &#039;category&#039;} &lt;br /&gt;... &lt;br /&gt;{/if} &lt;/p&gt; 
    </description>
</item>
<item>
    <title>Kat3</title>
    <link>http://der-test.de/serendipity/archives/3-Kat3.html</link>

    <description>
        &lt;br /&gt;
dss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdfdss sd fsd sd sdf sdf 
    </description>
</item>
<item>
    <title>Titel Kat1</title>
    <link>http://der-test.de/serendipity/archives/1-Titel-Kat1.html</link>

    <description>
        dsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fsdsfsafsdf s fs 
    </description>
</item>

</channel>
</rss>
