]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/feed.rss.html
Add plugin placeholders in RSS and ATOM feeds templates
[github/shaarli/Shaarli.git] / tpl / feed.rss.html
index e18dbf9bcea3f70f6ec4578ff12571e002a06cc8..66d9a8697b1ca9647305559c2da34f4a64d5ca14 100644 (file)
@@ -8,10 +8,9 @@
     <copyright>{$index_url}</copyright>
     <generator>Shaarli</generator>
     <atom:link rel="self" href="{$self_link}"  />
-    {if="!empty($pubsubhub_url)"}
-      <!-- PubSubHubbub Discovery -->
-      <atom:link rel="hub" href="{$pubsubhub_url}" />
-    {/if}
+    {loop="$plugins_feed_header"}
+      {$value}
+    {/loop}
     {loop="$links"}
       <item>
         <title>{$value.title}</title>
@@ -29,6 +28,9 @@
         {loop="$value.taglist"}
           <category domain="{$index_url}?searchtags=">{$value}</category>
         {/loop}
+        {loop="$value.feed_plugins"}
+          {$value}
+        {/loop}
       </item>
     {/loop}
   </channel>