Html Validator on FF3.5 on Karmic
// November 2nd, 2009 // guides
Note to self:
[1] Add PPA https://launchpad.net/~bdrung/+archive/ppa
[2] sudo apt-get update
[3] sudo apt-get source htmlvalidator
[4] change 3.1.* to 3.5.* (in xpi/install.rdf.in, change maxVersion 3.1.* to 3.5.*)
[5] Install some build dependencies - libxul-dev
[6] in htmlvalidator directory, ./configure and make
[7] open up just created .xpi in FF, install




Where are the instances of 3.1*?
[4] change 3.1.* to 3.5.*
Desperate to get this working!!!
in xpi/install.rdf.in
look for 3.1.*, change to 3.5.*