Skip to content

Commit

Permalink
Add jimdo detection
Browse files Browse the repository at this point in the history
This should close #1347

This can be tested on [this]( https://www.labobineapois.com/) website,
or on the [official examples](https://de.jimdo.com/beispiele/).
  • Loading branch information
jvoisin committed Feb 21, 2017
1 parent b202d17 commit 6133770
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,18 @@
"implies": "Java",
"website": "www.eclipse.org/jetty"
},
"Jimdo": {
"cats": [
1
],
"headers": {
"X-Jimdo-Instance": "",
"X-Jimdo-Wid": ""
},
"env": "^jimdo_(?:Data|Gen\\d+)$",
"icon": "jimdo.png",
"website": "www.jimdo.com/"
},
"Jirafe": {
"cats": [
10,
Expand Down
Binary file added src/icons/jimdo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6133770

Please sign in to comment.