转到文件
libraryupgrader 5ff7cb60ef build: Updating grunt-banana-checker to 0.12.0
Change-Id: I498cc41b1230273812415a05d826a7238c224fd1
2024-05-10 17:31:20 +00:00
.phan build: Disable phan option scalar_implicit_cast and make pass 2021-10-21 17:45:37 +00:00
i18n build: Updating dependencies 2021-01-30 05:10:38 +00:00
includes Clean up unnessecary code 2022-11-24 19:40:11 -05:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 03:28:07 +00:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 29.0.0 2020-01-14 08:09:33 +00:00
.gitreview Add .gitreview 2019-12-20 00:24:09 +01:00
.phpcs.xml build: Updating eslint-config-wikimedia to 0.18.2 2021-03-07 08:07:30 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 29.0.0 2020-01-14 08:09:33 +00:00
Gruntfile.js build: Do not run eslint fix on test 2022-11-25 13:41:18 +01:00
LICENSE Attempt to update to latest extension standards 2019-12-13 15:38:57 -05:00
README.md Fix incorrect MW requirements in readme 2022-05-17 03:59:33 +00:00
composer.json build: Updating composer dependencies 2024-05-05 23:05:21 +00:00
extension.json Clean up unnessecary code 2022-11-24 19:40:11 -05:00
package-lock.json build: Updating grunt-banana-checker to 0.12.0 2024-05-10 17:31:20 +00:00
package.json build: Updating grunt-banana-checker to 0.12.0 2024-05-10 17:31:20 +00:00

README.md

NativeSvgHandler for Mediawiki

Extension:NativeSvgHandler allows SVG files to by served directly to clients for client-side rendering.

Requirements

Installation

You can get the extension via Git (specifying NativeSvgHandler as the destination directory):

git clone https://github.com/wikimedia/mediawiki-extensions-NativeSvgHandler.git NativeSvgHandler

Or download it as zip archive.

In either case, the "NativeSvgHandler" extension should end up in the "extensions" directory of your MediaWiki installation. If you got the zip archive, you will need to put it into a directory called NativeSvgHandler.

Usage

Please refer to the extensions documentation page.