You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
584 B
13 lines
584 B
Description of Html2Text library import into Moodle
|
|
|
|
Please note that we override some mb_* functions in Html2Text's namespace at
|
|
run time. Until Html2Text adds some sort of fallback for the mb_* functions
|
|
(or we make mbstring a hard requirement) we are forced to do this so that people
|
|
running PHP without mbstring don't see nasty undefined function errors.
|
|
|
|
Instructions
|
|
------------
|
|
1. Clone https://github.com/mtibben/html2text.git into an unrelated directory
|
|
2. Copy /path/to/html2text/src/Html2Text.php to lib/html2text/
|
|
|
|
Imported from: https://github.com/mtibben/html2text.git
|
|
|