https://github.com/freephile/adobelaunch
MediaWiki extension to add Adobe Launch web analytics
https://github.com/freephile/adobelaunch
Last synced: about 1 month ago
JSON representation
MediaWiki extension to add Adobe Launch web analytics
- Host: GitHub
- URL: https://github.com/freephile/adobelaunch
- Owner: freephile
- License: gpl-2.0
- Created: 2020-11-10T13:51:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T16:39:09.000Z (over 5 years ago)
- Last Synced: 2025-12-31T19:26:28.993Z (5 months ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This extension adds the necessary JavaScript to run the Adobe Launch web analytics package on your wiki.
If you want to install this extension in your wiki.
cd extensions
git clone https://www.github.com/freephile/AdobeLaunch.git
add "wfLoadExtension( 'AdobeLaunch' );" to your LocalSettings.php file
This extension includes the recommended code checkers for PHP and JavaScript code in Wikimedia projects
(see https://www.mediawiki.org/wiki/Continuous_integration/Entry_points).
To take advantage of this automation.
1. install nodejs, npm, and PHP composer
2. change to the extension's directory
3. `npm install`
4. `composer install`
Once set up, running `npm test` and `composer test` will run automated code checks.