mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
badc3e1736
Changed xmlterm/ui/Makefile.in to use CHROME vars to handle content/skin resources (bug 34416); eliminated directories xmlterm/ui/content and xmlterm/ui/skin.
29 lines
712 B
HTML
29 lines
712 B
HTML
<html>
|
|
<head>
|
|
<title>about xmlterm page</title>
|
|
|
|
<link title="defaultstyle" rel="stylesheet" type="text/css"
|
|
href="chrome://xmlterm/skin/xmltpage.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a name='about-xmlterm'></a>
|
|
<table class="tiptable" width='100%' height=100 frame=none border=0
|
|
cellpadding=0 cellspacing=0>
|
|
<tr><td>
|
|
<div class="tipelement">
|
|
XMLterm is an Xterm-like terminal program implemented using the
|
|
Mozilla layout engine. XMLterm adds powerful graphical and hypertext
|
|
capabilities to the Xterm command line interface, while maintaining
|
|
backwards compatibility. See
|
|
<a href="http://xmlterm.org">http://xmlterm.org<a>
|
|
for more information.
|
|
</div>
|
|
|
|
</table>
|
|
</body>
|
|
|
|
</html>
|