Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
73a17d33
Commit
73a17d33
authored
Mar 13, 2017
by
Dominik Hebeler
Browse files
Merge branch '452-such-api' into 'development'
Resolve "Such-API" Closes
#452
See merge request
!771
parents
a525de60
8a0b3ad2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3resultsrss20.blade.php
View file @
73a17d33
<?
xmlversion
=
"1.0"
encoding
=
"UTF-8"
?>
<rss
version=
"2.0"
xmlns:opensearch=
"http://a9.com/-/spec/opensearch/1.1/"
xmlns:mg=
"http://metager.de/opensearch/"
xmlns:atom=
"http://www.w3.org/2005/Atom"
>
<channel>
<title>
{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer
</title>
<description></description>
<opensearch:totalResults>
{{ $resultcount }}
</opensearch:totalResults>
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
...
...
@@ -12,6 +12,7 @@
<item>
<title>
{!! htmlspecialchars($result->titel, ENT_XML1, 'UTF-8'); !!}
</title>
<link>
{!! htmlspecialchars($result->link, ENT_XML1, 'UTF-8'); !!}
</link>
<mg:anzeigeLink>
{!! htmlspecialchars($result->anzeigeLink, ENT_XML1, 'UTF-8'); !!}
</mg:anzeigeLink>
<description>
{!! htmlspecialchars($result->descr, ENT_XML1, 'UTF-8'); !!}
</description>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment