Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
011213e4
Commit
011213e4
authored
7 years ago
by
Aria Givi
Browse files
Options
Downloads
Patches
Plain Diff
updated tag geupdated
parent
f30e7144
No related branches found
No related tags found
2 merge requests
!1036
Development
,
!1017
Resolve "Atom 1.0 Format hinzufuegen"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/metager3resultsatom10.blade.php
+2
-31
2 additions, 31 deletions
resources/views/metager3resultsatom10.blade.php
with
2 additions
and
31 deletions
resources/views/metager3resultsatom10.blade.php
+
2
−
31
View file @
011213e4
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
xmlns:mg=
"http://metager.de/opensearch/"
>
xmlns:mg=
"http://metager.de/opensearch/"
>
<title>
{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer
</title>
<title>
{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer
</title>
<link
href=
"{{ url()->full() }}"
/>
<link
href=
"{{ url()->full() }}"
/>
<updated>
{{ date('c') }}
</updated>
<opensearch:totalResults>
{{ $resultcount }}
</opensearch:totalResults>
<opensearch:totalResults>
{{ $resultcount }}
</opensearch:totalResults>
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<link
rel=
"next"
href=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
type=
"application/atom+xml"
/>
<link
rel=
"next"
href=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
type=
"application/atom+xml"
/>
...
@@ -22,34 +23,4 @@
...
@@ -22,34 +23,4 @@
@endif
@endif
</feed>
</feed>
<!-- Muster von http://www.opensearch.org/Specifications/OpenSearch/1.1#Example_of_OpenSearch_response_elements_in_RSS_2.0
<!-- Muster zu finden unter http://www.opensearch.org/Specifications/OpenSearch/1.1#Example_of_OpenSearch_response_elements_in_RSS_2.0 -->
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
\ No newline at end of file
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
<title>Example.com Search: New York history</title>
<link href="http://example.com/New+York+history"/>
<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
<opensearch:totalResults>4230000</opensearch:totalResults>
<opensearch:startIndex>21</opensearch:startIndex>
<opensearch:itemsPerPage>10</opensearch:itemsPerPage>
<opensearch:Query role="request" searchTerms="New York History" startPage="1" />
<link rel="alternate" href="http://example.com/New+York+History?pw=3" type="text/html"/>
<link rel="self" href="http://example.com/New+York+History?pw=3&format=atom" type="application/atom+xml"/>
<link rel="first" href="http://example.com/New+York+History?pw=1&format=atom" type="application/atom+xml"/>
<link rel="previous" href="http://example.com/New+York+History?pw=2&format=atom" type="application/atom+xml"/>
<link rel="next" href="http://example.com/New+York+History?pw=4&format=atom" type="application/atom+xml"/>
<link rel="last" href="http://example.com/New+York+History?pw=42299&format=atom" type="application/atom+xml"/>
<link rel="search" type="application/opensearchdescription+xml" href="http://example.com/opensearchdescription.xml"/>
<entry>
<title>New York History</title>
<link href="http://www.columbia.edu/cu/lweb/eguids/amerihist/nyc.html"/>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>2003-12-13T18:30:02Z</updated>
<content type="text">
... Harlem.NYC - A virtual tour and information on
businesses ... with historic photos of Columbia's own New York
neighborhood ... Internet Resources for the City's History. ...
</content>
</entry>
</feed>
-->
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment