Amaya: W3C browser for developers
Amaya is a browser developed by the W3C (World Wide Web Consortium). For those of you who don’t know, the W3C creates the standards for web development. Amaya is a browser developed specifically for web developers. It has a ton of features including an Integrated Development Environment (IDE) that allows developers to write code in XHTML, XML, and CSS and validate code on the fly. Amaya will also tell you what section of your code contains errors that won’t validate.
Amaya is an excellent tool that greatly simplifies the process of creating W3C compliant Web sites. Amaya is widely available in the repositories and can be installed using apt with the following command:
apt-get install amaya
Alternatively, you can install Amaya from the W3C Web site:
Link: Download Amaya from the W3C
Related Stories
POSTED IN: Explanation
5 opinions for Amaya: W3C browser for developers
ratsarsed
Oct 22, 2007 at 3:44 pm
root@new:~# apt-get install amaya
-bash: apt-get: command not found
root@new:~#
Clair
Oct 22, 2007 at 6:04 pm
Maybe you are not using apt. Are you on a Debian-based distro?
ratsarsed
Oct 22, 2007 at 7:29 pm
Slackware 12 as a nubie
ratsarsed
Oct 22, 2007 at 7:58 pm
Slackware 12 = no apt
In Debian GNU/Linux 64bit
new:~# apt-get install amaya
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package amaya
new:~# apt-get install Amaya
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package Amaya
new:~#
Clair
Oct 23, 2007 at 2:03 am
what do you have as repos? maybe you don’t have it in the repos? check your file sources.list in /etc/apt/
about amaya deb package
for slackware, please check these
http://www.mail-archive.com/amaya@ml.free.fr/msg00116.html
http://www.linuxpackages.net/download.php?id=1254
Have an opinion? Leave a comment: