Re: [Htmlvalidator-help] tidy FreeBSD
Brought to you by:
mgueury
From: [LoN]Kamikaze <LoN...@gm...> - 2006-06-08 23:17:54
|
Marc Gueury wrote: > Hi Dominic, >=20 > I added the 'BSD' check and reuploaded a new version of the source here= : > (08 june 2006) >=20 > http://users.skynet.be/mgueury/mozilla/preview_080.html >=20 > It contains several change to make the extension work better on Unix sy= stem. >> Like not trying to load the .so library since it does not exist anyway= =2E >> And do not try to write in the firefox program directory >=20 > Currently, it works fine on Linux, I still need to update the web site > to put the 1rst linux version there. > and some explanations of the things I would like to get fixed before to= > make a prod version of the 0.8x. >=20 > Marc >=20 Thank you for those changes, especially for removing the evilness that re= quired moving the sgml stuff around. My primary problem remains, though. Firefox does not load "libnstidy.so".= It is not even mentioned in "compreg.dat". The only way I managed to mak= e Firefox acknowledge its existance was by copying it into the plugins fo= lder. Which obviously causes an error, since tidy is not a plugin. One thing I recognized, though is that "install.js" contains the line: const X_COM_FILE =3D "libnstidy.so"; whereas "install.rdf" does not mention the library. Is there a way to exp= licitly declare the existence of a library to Firefox? I have found no me= ntion of that in various Firefox-extension tutorials. |