https://github.com/freephile/html2wiki
import HTML into MediaWiki
https://github.com/freephile/html2wiki
Last synced: about 2 months ago
JSON representation
import HTML into MediaWiki
- Host: GitHub
- URL: https://github.com/freephile/html2wiki
- Owner: freephile
- License: other
- Created: 2015-01-15T14:49:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T15:04:29.000Z (over 8 years ago)
- Last Synced: 2025-01-20T06:14:51.111Z (over 1 year ago)
- Language: PHP
- Size: 216 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Please see
Options:
$wgH2WEliminateDuplicateImages boolean false
- when set to true, imported image (and their references)
will be flattened to
[CollectionName/]image.jpg
instead of
[CollectionName/]nested/folder/image.jpg
thus eliminating duplicates based on repeated nested folders
$wgH2WProcessImages boolean true
- when set to false, image processing will be skipped, saving time in the
re-upload of content when no images have changed.
With a simple preference option, we avoid doing a binary diff on every image.
@todo create preference element in form