Extension:TranslateSvg
From MediaWiki.org
|
TranslateSvg Release status: beta |
|
|---|---|
| Implementation | Special page |
| Description | Provides a special page to allow for native SVG translating. |
| Author(s) | Harry Burt |
| Last version | 1.0.0 (2011-12-20) |
| License | GPL v2 |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes log |
|
Check usage (experimental) |
|
TranslateSvg is a MediaWiki extension that creates a Special page to provide a native-style interface for translating SVGs in line with the SVG1.1 specification.
[edit] Status
To see the latest version of the extension in action, watch File:TranslateSvg.ogv, which is updated with every new release. (Note that any visible SVG text alignment issues are the result of problems in rsvg for Windows and not problems with the extension.)
[edit] Installation
- Download a snapshot of the extension
- Extract the files and place them under $IP/extensions/TranslateSvg/
- Add the following line to LocalSettings.php in your MediaWiki root directory:
require_once( "$IP/extensions/TranslateSvg/TranslateSvg.php" );
- Installation can now be verified through Special:Version on your wiki