MDL-52954 core: Change from pandoc to unoconv - it gives better results

Most importantly it retains formatting better, and supports different charsets far better than pandoc.
This commit is contained in:
Damyon Wiese 2016-02-26 11:52:40 +08:00
parent 128d8736d3
commit 1356d85151
10 changed files with 75 additions and 49 deletions

View file

@ -838,11 +838,11 @@ $CFG->admin = 'admin';
// (Development->Profiling) built into Moodle.
// $CFG->pathtodot = '';
//
// Path to pandoc.
// Probably something like /usr/bin/pandoc. Used to convert between document formats.
// It is recommended to install the latest stable release of pandoc.
// Download packages for all platforms are available from http://pandoc.org/
// $CFG->pathtopandoc = '';
// Path to unoconv.
// Probably something like /usr/bin/unoconv. Used as a fallback to convert between document formats.
// Unoconv is used convert between file formats supported by LibreOffice.
// Use a recent version of unoconv ( >= 0.7 ), older versions have trouble running from a webserver.
// $CFG->pathtounoconv = '';
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser