diff --git a/src/apps.json b/src/apps.json index c1db523ff..b99c07b5e 100755 --- a/src/apps.json +++ b/src/apps.json @@ -990,6 +990,19 @@ "implies": "CodeIgniter", "website": "http://cibonfire.com" }, + "Bootstrap Table": { + "cats": [ + "12" + ], + "html": "]+href=\"[^>]*bootstrap-table(?:\\.min)?\\.css", + "icon": "Bootstrap Table.svg", + "implies": [ + "Bootstrap", + "jQuery" + ], + "script": "bootstrap-table(?:\\.min)?\\.js", + "website": "http://bootstrap-table.wenzhixin.net.cn/" + }, "Bounce Exchange": { "cats": [ "32" @@ -8393,6 +8406,18 @@ "icon": "Vimeo.png", "website": "http://vimeo.com" }, + + "Vinala": { + "cats": [ + "18" + ], + "headers": { + "Set-Cookie": "vinala_version" + }, + "icon": "Vinala.png", + "implies": "PHP", + "website": "https://github.com/vinala/vinala" + }, "Virata EmWeb": { "cats": [ "22" diff --git a/src/icons/Bootstrap Table.svg b/src/icons/Bootstrap Table.svg new file mode 100644 index 000000000..2f05ef1f4 --- /dev/null +++ b/src/icons/Bootstrap Table.svg @@ -0,0 +1,4 @@ + + + BT + diff --git a/src/icons/Vinala.png b/src/icons/Vinala.png new file mode 100644 index 000000000..8aa46505e Binary files /dev/null and b/src/icons/Vinala.png differ