Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Burst and Burst Premium #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion src/technologies/b.json
Original file line number Diff line number Diff line change
Expand Up @@ -2674,6 +2674,40 @@
"oss": true,
"website": "https://fonts.bunny.net"
},
"Burst": {
"cats": [
10
],
"description": "Burst Statistics keeps all data on your server, making it fully compliant with privacy laws. Our dashboards offer clear and concise insights, allowing you to make informed decisions without feeling overwhelmed by abundant data. Choose Burst Statistics for seamless and reliable analytics trusted by over 100,000 users.",
"icon": "Burst.svg",
"js": {
"burst.url": ""
},
"pricing": [
"free"
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here for the list of valid values. If everything that matches this detection is free then I think we can just remove pricing all together, otherwise if Premium matches this too we should use freemium.

Though to be fair HTTP Archive doesn't use these fields and it's more about conforming to the old (public) Wappalyzer convention.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've dropped the pricing part. Currently it's set up to only match free, and pro has it's own entry

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example URLs:

https://complianz.io uses premium (burst-pro)
https://www.ikbeneenkameleon.nl/ uses the free version (burst-statistics)

"requires": "WordPress",
"saas": true,
"scriptSrc": "assets/js/build/burst-statistics",
"website": "https://burst-statistics.com"
},
"Burst Premium": {
"cats": [
10
],
"description": "Burst Statistics keeps all data on your server, making it fully compliant with privacy laws. Our dashboards offer clear and concise insights, allowing you to make informed decisions without feeling overwhelmed by abundant data. Choose Burst Statistics for seamless and reliable analytics trusted by over 100,000 users.",
"icon": "Burst.svg",
"js": {
"burst.url": ""
},
"pricing": [
"recurring"
],
"requires": "WordPress",
"saas": true,
"scriptSrc": "assets/js/build/burst-pro",
"website": "https://burst-statistics.com"
},
"Business Catalyst": {
"cats": [
1
Expand Down Expand Up @@ -2871,4 +2905,4 @@
"scriptSrc": "cdn\\.ibdok\\.ir/",
"website": "https://bdok.ir"
}
}
}
17 changes: 0 additions & 17 deletions src/technologies/c.json
Original file line number Diff line number Diff line change
Expand Up @@ -2966,23 +2966,6 @@
"scriptSrc": "wp-content/plugins/complianz-gdpr-premium",
"website": "https://complianz.io"
},
"Burst": {
"cats": [
10
],
"description": "Burst Statistics keeps all data on your server, making it fully compliant with privacy laws. Our dashboards offer clear and concise insights, allowing you to make informed decisions without feeling overwhelmed by abundant data. Choose Burst Statistics for seamless and reliable analytics trusted by over 100,000 users.",
"icon": "Burst.svg",
"js": {
"burst.url": ""
},
"pricing": [
"recurring"
],
"requires": "WordPress",
"saas": true,
"scriptSrc": "assets/js/build/burst",
"website": "https://burst-statistics.com"
},
"Concrete CMS": {
"cats": [
1
Expand Down