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
002887eb
Commit
002887eb
authored
Sep 07, 2017
by
Phil Höfer
Browse files
Atom geht jetzt ohne key
parent
c6557759
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3resultsatom10.blade.php
View file @
002887eb
...
...
@@ -9,7 +9,6 @@
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<link
rel=
"next"
href=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
type=
"application/atom+xml"
/>
<id>
urn:uuid:1d634a8c-2764-424f-b082-6c96494b7240
</id>
@if($apiAuthorized)
@foreach($metager->getResults() as $result)
<entry>
<title>
{!! htmlspecialchars($result->titel, ENT_XML1, 'UTF-8'); !!}
</title>
...
...
@@ -20,7 +19,6 @@
</content>
</entry>
@endforeach
@endif
</feed>
<!-- Muster zu finden unter http://www.opensearch.org/Specifications/OpenSearch/1.1#Example_of_OpenSearch_response_elements_in_RSS_2.0 -->
\ No newline at end of file
<!-- Muster zu finden unter http://www.opensearch.org/Specifications/OpenSearch/1.1#Example_of_OpenSearch_response_elements_in_RSS_2.0 -->
Write
Preview
Markdown
is supported
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