Merge pull request #5440 from xfoucron/master

Add Trix and Turbo detection
main
Elbert Alias 3 years ago committed by GitHub
commit e67ac91cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -42,6 +42,17 @@
"saas": true, "saas": true,
"website": "https://www.trisoshop.pl" "website": "https://www.trisoshop.pl"
}, },
"Trix": {
"cats": [
24
],
"js": {
"Trix.VERSION": "^(.+)$\\;version:\\1"
}
"website": "https://trix-editor.org",
"description": "Trix is an open-source project from Basecamp, the creators of Ruby on Rails.",
"icon": "trix.png"
},
"TRUENDO": { "TRUENDO": {
"cats": [ "cats": [
67 67
@ -1946,6 +1957,18 @@
"url": "^https?://(?:www\\.)?[^/]+\\.tumblr\\.com/", "url": "^https?://(?:www\\.)?[^/]+\\.tumblr\\.com/",
"website": "http://www.tumblr.com" "website": "http://www.tumblr.com"
}, },
"Turbo": {
"cats": [
92
],
"website": "https://turbo.hotwired.dev/",
"description": "Turbo is a JavaScript framework for building fast web applications.",
"icon": "Turbo.svg",
"oss": true,
"js": {
"Turbo": ""
}
},
"Turbolinks": { "Turbolinks": {
"cats": [ "cats": [
92 92
@ -2233,6 +2256,7 @@
"headers": { "headers": {
"Server": "TwistedWeb(?:/([\\d.]+))?\\;version:\\1" "Server": "TwistedWeb(?:/([\\d.]+))?\\;version:\\1"
}, },
"oss": true,
"icon": "TwistedWeb.png", "icon": "TwistedWeb.png",
"website": "http://twistedmatrix.com/trac/wiki/TwistedWeb" "website": "http://twistedmatrix.com/trac/wiki/TwistedWeb"
}, },

Loading…
Cancel
Save