Tidy: Difference between revisions
(New page: [http://tidy.sourceforge.net/ Main tidy page] on sourceforge. Also available as a Firefox-extension: * http://users.skynet.be/mgueury/mozilla/) |
No edit summary |
||
Line 1: | Line 1: | ||
[http://tidy.sourceforge.net/ Main tidy page] on sourceforge. | |||
== Installation == | |||
=== Ubuntu / Debian === | |||
<source lang="bash"> | |||
sudo apt-get install tidy | |||
</source> | |||
=== Gentoo === | |||
<source lang="bash"> | |||
sudo emerge tidy | |||
</source> | |||
(not tested) | |||
=== Firefox Extension === | |||
Tidy is also incorporated in a Firefox-extension, so it can be used directly in the browser: | |||
* http://users.skynet.be/mgueury/mozilla/ | * http://users.skynet.be/mgueury/mozilla/ |
Latest revision as of 17:04, 5 January 2009
Main tidy page on sourceforge.
Installation
Ubuntu / Debian
sudo apt-get install tidy
Gentoo
sudo emerge tidy
(not tested)
Firefox Extension
Tidy is also incorporated in a Firefox-extension, so it can be used directly in the browser: