mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
xmlterm changes only (not part of the default build).
Removed stand-alone "geckoterm" from the default xmlterm build because it tends to be unstable.
This commit is contained in:
parent
39623da2ed
commit
c22f5815d1
@ -5,7 +5,7 @@ INSTALL: Installation instructions for XMLterm source code
|
||||
|
||||
*NOTE* Check the XMLterm web site <http://xmlterm.org> for updates.
|
||||
|
||||
7 Mar 2000
|
||||
15 Mar 2000
|
||||
|
||||
QUICK BUILD INSTRUCTIONS (Linux/Solaris)
|
||||
----------------------------------------
|
||||
@ -153,29 +153,7 @@ your shell initialization file (.profile/.cshrc). This will enable you to use
|
||||
commands such as "xmlterm", "xls", and "xcat" easily.
|
||||
|
||||
|
||||
6. Using the lightweight "geckoterm" stand-alone program
|
||||
--------------------------------------------------------
|
||||
|
||||
Step 3 also creates an executable called "geckoterm" in the "mozilla/dist/bin"
|
||||
directory. This is a lightweight program implementing XMLterm using the Gecko
|
||||
layout engine only, without the added baggage of the full browser. To use it,
|
||||
type the following command in the "mozilla/dist/bin" directory:
|
||||
|
||||
./run-mozilla.sh geckoterm
|
||||
|
||||
This will create an XMLterm window. Click on this window to give it focus
|
||||
before typing Unix commands.
|
||||
|
||||
Notes:
|
||||
a) The Mozilla component registry may need to be updated by running
|
||||
xmlterm using mozilla at least once (as in step 4) before trying to
|
||||
run "geckoterm".
|
||||
|
||||
b) At present, the "geckoterm" executable works only with the GTK front
|
||||
end.
|
||||
|
||||
|
||||
7. Stand-alone mode (optional)
|
||||
6. Stand-alone mode (optional)
|
||||
------------------------------
|
||||
|
||||
Although XMLterm resides in the Mozilla source tree, portions of it are
|
||||
|
@ -56,7 +56,7 @@ DIRS = base tests linetest
|
||||
|
||||
else # not STAND_ALONE
|
||||
|
||||
DIRS = base ui scripts doc tests geckoterm
|
||||
DIRS = base ui scripts doc tests
|
||||
|
||||
LIBRARY_NAME =
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
base --- core source code for XMLterm and LineTerm
|
||||
|
||||
XMLterm may be invoked in one of two ways:
|
||||
1. By loading the URL "chrome://xmlterm/content/xmlterm.html" in mozilla, or
|
||||
1. By loading "-chrome chrome://xmlterm/content/xmlterm.xul" in mozilla, or
|
||||
2. By running the stand-alone executable "../geckoterm/xmlterm".
|
||||
The diagram below shows the control-flow/layering hierarchy for both ways
|
||||
of invoking XMLterm.
|
||||
@ -30,8 +30,8 @@ of invoking XMLterm.
|
||||
(pseudo-TTY/shell)
|
||||
|
||||
|
||||
1 Mar 2000
|
||||
===========================================================================
|
||||
15 Mar 2000
|
||||
============================================================================
|
||||
FILES:
|
||||
|
||||
The core source code for XMLterm in this directory consists of two distinct
|
||||
|
@ -6,7 +6,7 @@ XMLterm installation instructions for Linux binaries
|
||||
*NOTE* This plain text INSTALL file may be out date. Please check
|
||||
<http://xmlterm.org/install.html> for the most recent information.
|
||||
|
||||
7 Mar 2000
|
||||
15 Mar 2000
|
||||
|
||||
1. First obtain the Mozilla Linux binary tar file
|
||||
ftp://ftp.mozilla.org/pub/mozilla/releases/m14/mozilla-i686-pc-linux-gnu-M14.tar.gz"
|
||||
|
@ -55,7 +55,7 @@ done
|
||||
|
||||
cd $RPM_INSTALL_PREFIX
|
||||
rm -f component.reg
|
||||
./menuhack
|
||||
##./menuhack
|
||||
|
||||
%postun
|
||||
for FILE in xmlterm xcat xls
|
||||
|
Loading…
Reference in New Issue
Block a user