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

http://users.skynet.be/mgueury/mozilla/index.html

htmlvalidator

2 Responses to “Html Validator on FF3.5 on Karmic”

  1. Simon says:

    Where are the instances of 3.1*?

    [4] change 3.1.* to 3.5.*

    Desperate to get this working!!! :)

  2. cawanpink says:

    in xpi/install.rdf.in

    look for 3.1.*, change to 3.5.*

Leave a Reply