From 18beb1deae18c92f9336a33e0db7fdc575915e94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Mon, 13 Mar 2017 08:35:53 +0100
Subject: [PATCH] =?UTF-8?q?Hinzuf=C3=BCgen=20der=20RSS-2.0-API=20zur=20Ope?=
 =?UTF-8?q?nSearch-Beschreibung.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 resources/views/plugin.blade.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php
index b607dc760..966ab011b 100644
--- a/resources/views/plugin.blade.php
+++ b/resources/views/plugin.blade.php
@@ -5,5 +5,6 @@
 	<Contact>office@suma-ev.de</Contact>
 	<Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image>
 	<Url type="text/html" template="{{ $link }}&amp;eingabe={searchTerms}" method="{{$request}}"></Url>
+	<Url type="application/rss+xml" xmlns:example="http://example.com/opensearchextensions/1.0/" template="{{ $link }}&amp;eingabe={searchTerms}&amp;out=rss20" method="{{$request}}"></Url>
 	<InputEncoding>UTF-8</InputEncoding>
 </OpenSearchDescription>
-- 
GitLab