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

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>John Doe's personal blog - s9y smarty snipplets </title>
    <link>http://der-test.de/serendipity/</link>
    <description>My little place on the web...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5-beta1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 03 Aug 2008 12:49:13 GMT</pubDate>

    <image>
        <url>http://der-test.de/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: John Doe's personal blog - s9y smarty snipplets  - 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>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/17-Breadcrum-Navigation.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Sun, 03 Aug 2008 14:49:13 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/17-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>post a comment</title>
    <link>http://der-test.de/serendipity/archives/14-post-a-comment.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/14-post-a-comment.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Wed, 09 Jul 2008 22:10:31 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/14-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>AddThis Bookmark BEGIN  </title>
    <link>http://der-test.de/serendipity/archives/13-AddThis-Bookmark-BEGIN.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/13-AddThis-Bookmark-BEGIN.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Wed, 09 Jul 2008 06:21:25 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/13-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Seitezahlen in der entries</title>
    <link>http://der-test.de/serendipity/archives/12-Seitezahlen-in-der-entries.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/12-Seitezahlen-in-der-entries.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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;
 
    </content:encoded>

    <pubDate>Tue, 08 Jul 2008 21:25:31 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/12-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>plugin aufrufen</title>
    <link>http://der-test.de/serendipity/archives/11-plugin-aufrufen.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/11-plugin-aufrufen.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Sun, 06 Jul 2008 12:16:00 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/11-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>counter in entries</title>
    <link>http://der-test.de/serendipity/archives/15-counter-in-entries.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/15-counter-in-entries.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Mon, 09 Jun 2008 22:25:00 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/15-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>
<item>
    <title>Feststellen ob Kategorie-index </title>
    <link>http://der-test.de/serendipity/archives/4-Feststellen-ob-Kategorie-index.html</link>
            <category>s9y smarty snipplets </category>
    
    <comments>http://der-test.de/serendipity/archives/4-Feststellen-ob-Kategorie-index.html#comments</comments>
    <wfw:comment>http://der-test.de/serendipity/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://der-test.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (John Doe)</author>
    <content:encoded>
    &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; 
    </content:encoded>

    <pubDate>Sat, 17 May 2008 22:54:48 +0200</pubDate>
    <guid isPermaLink="false">http://der-test.de/serendipity/archives/4-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/deed.de</creativeCommons:license>
</item>

</channel>
</rss>