It's very simple. Follow the instructions below, replacing dlibra-webapp
with the location of your dLibra Web application.
- Download and unpack the latest version.
- Copy the
extras/dlibra/djvu_html5
folder into a new folderdlibra-webapp/WEB-INF/formats
. - Create a new folder
dlibra-webapp/formats/djvu_html5
and copy theimg
,djvu_html5
anddjvu_worker
folders into it, as well as theDjvu_html5.css
file. - If you want the new plugin to be the default DjVu viewer, edit the
dlibra-webapp/WEB-INF/formats/djvu_html5/settings.xml
file and change theoverrides.browser
property totrue
. Change the same property tofalse
indlibra-webapp/WEB-INF/formats/djvu/settings.xml
, if it's still there. You can do this change at any time in the future. - Restart you dLibra Web Application container.