From a86ff3c01d95a77f768efb46792ba6da79af73c3 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Tue, 16 Apr 2019 18:33:29 -0500 Subject: [PATCH 01/11] Add Tessitura / TNEW Tessitura is a widely used CRM and ticketing management platform for museums, performing arts, zoos, and other cultural and art based institutions around the world. TN Express Web (TNEW) is their companion CMS solution that utilizes the Tessitura API for backend management. - https://www.tessituranetwork.com - https://tickets.bclm.com - https://www.thesmithcenter.com - https://www.mountvernon.org - https://www.coloradoballet.org - https://my.hampsteadtheatre.com - https://www.alleytheatre.org --- src/apps.json | 29 +++++++++++++++++++++++++++++ src/icons/tessitura.svg | 10 ++++++++++ 2 files changed, 39 insertions(+) create mode 100644 src/icons/tessitura.svg diff --git a/src/apps.json b/src/apps.json index 327729bb9..e32d6d3fe 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10089,6 +10089,35 @@ }, "website": "http://telescopeapp.org" }, + "TN Express Web": { + "cats": [ + 1 + ], + "headers": { + "Set-Cookie": "^(?:TNEW=)" + }, + "cookies": { + "TNEW": "" + }, + "implies": [ + "Tessitura" + ], + "icon": "tessitura.svg", + "website": "https://www.tessituranetwork.com" + }, + "Tessitura": { + "cats": [ + 53 + ], + "html": "<*(?:Tessitura Version:) (\\d*\\.\\d*\\.\\d*)?\\;version:\\1", + "implies": [ + "Microsoft ASP.NET", + "IIS", + "Windows Server" + ], + "icon": "tessitura.svg", + "website": "https://www.tessituranetwork.com" + }, "Tengine": { "cats": [ 22 diff --git a/src/icons/tessitura.svg b/src/icons/tessitura.svg new file mode 100644 index 000000000..96be0cdc1 --- /dev/null +++ b/src/icons/tessitura.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From d75a8a9f1ab8cd2b01678beaa7a79f6df6e22c1a Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 17 Apr 2019 16:32:30 -0500 Subject: [PATCH 02/11] Remove duplicate cookie --- src/apps.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index e32d6d3fe..6f89f803d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10093,9 +10093,6 @@ "cats": [ 1 ], - "headers": { - "Set-Cookie": "^(?:TNEW=)" - }, "cookies": { "TNEW": "" }, From f30bcdcecc0853429319b1766e1b1933fc7a019f Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 18 Apr 2019 00:07:46 -0500 Subject: [PATCH 03/11] Check specifically in HTML comment for Tessitura version --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 6f89f803d..3579c2ec2 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10106,7 +10106,7 @@ "cats": [ 53 ], - "html": "<*(?:Tessitura Version:) (\\d*\\.\\d*\\.\\d*)?\\;version:\\1", + "html": "