Kondeo / ccra-book

A searchable, admin editable, subscription-based ebook platform. Written for, and currently used by the California Court Reporters Association to display law to court reporters in the courts of California.
https://ccracodes.com
0 stars 0 forks source link

Replace HTMLTidy with Better Alternative #65

Open julianpoy opened 8 years ago

julianpoy commented 8 years ago

Currently, the NodeJS wrapper of html-tidy official has a few bugs and is not maintained regularly. Architecture i386 has to be installed for the wrapper to run on any OS. For Ubuntu, I've noted it below for ease of access.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

It would be great if we could find an alternative that does something similar, or an API that could do it for us.

julianpoy commented 8 years ago

This should automatically resolve itself with the large edits CCRA is doing. When all db>page entries have "cleaned" set to true, we can remove this plugin.