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
Dirk Rockendorf
metager-app
Commits
af7d5767
Commit
af7d5767
authored
Nov 29, 2017
by
Phil Höfer
Browse files
Set version to 3.0.3
parent
3e78d293
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
af7d5767
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"de.metager.metagerapp"
version=
"3.0.
2
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"de.metager.metagerapp"
version=
"3.0.
3
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
MetaGer Suche
</name>
<description>
MetaGer Suche
...
...
www/app/results.js
View file @
af7d5767
...
...
@@ -35,7 +35,7 @@ function search(query,focus,callback, trycount) {
var
doc
;
trycount
=
trycount
||
0
;
try
{
doc
=
loadXMLDoc
(
"
https://metager3.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.
2
"
);
doc
=
loadXMLDoc
(
"
https://metager3.de/meta/meta.ger3?
"
+
focus
+
"
&
"
+
query
+
"
&encoding=utf8&out=atom10&appversion=3.0.
3
"
);
callback
(
null
,
doc
);
}
catch
(
e
)
{
if
(
++
trycount
<
TRIES
)
{
...
...
www/index.xhtml
View file @
af7d5767
...
...
@@ -24,7 +24,7 @@
<button
type=
"submit"
class=
"search-button fa"
>
</button>
</form>
<footer
class=
"footer-text"
>
MetaGer wird entwickelt und betrieben vom SUMA-EV - Verein für freien Wissenszugang. Version 3.0.
2
.
MetaGer wird entwickelt und betrieben vom SUMA-EV - Verein für freien Wissenszugang. Version 3.0.
3
.
</footer>
</body>
</html>
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