-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6234284
commit 22f4ce4
Showing
5 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.TH LDOMTERM 1 | ||
.SH NAME | ||
domterm \- a terminal emulator based on web techologies | ||
.SH SYNOPSIS | ||
.B domterm | ||
.I "[options]" | ||
.I [command argument ...] | ||
.SH "DESCRIPTION" | ||
The domterm command is an alias for either | ||
.BR ldomterm (1) | ||
or | ||
.BR qtdomterm (1). | ||
For more details see those commands. | ||
|
||
The domterm application implements a terminal emulator based on | ||
web technologies. This means the displayed text is structured | ||
like a web page, and can include image, links, and annotations. | ||
The style can be changed with CSS style sheets. | ||
|
||
.SH SEE ALSO | ||
.BR ldomterm (1) | ||
.BR qtdomterm (1) | ||
.BR qtdomterm(1) | ||
.PP | ||
.BR "http://domterm.org/" | ||
- the DomTerm home page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.TH LDOMTERM 1 | ||
.SH NAME | ||
ldomterm \- a terminal emulator based on web techologies | ||
.SH SYNOPSIS | ||
.B ldomterm | ||
.I "[options]" | ||
.I [command argument ...] | ||
|
||
.SH "DESCRIPTION" | ||
The ldomterm program implements a terminal emulator based on | ||
web technologies. This means the displayed text is structured | ||
like a web page, and can include image, links, and annotations. | ||
The style can be changed with CSS style sheets. | ||
.PP | ||
The user interface ("DomTerm") and the actual terminal emulator | ||
runs in the "front-end", typically a web browser window. | ||
The ldomterm program starts a WebSockets server, runs the | ||
.I command | ||
(the "back-end"), and then by default creates a front-end | ||
window connected to the back-end. | ||
|
||
.SH SEE ALSO | ||
.BR domterm (1) | ||
- an alias for either ldomterm or qtdomterm | ||
.BR qtdomterm(1) | ||
.PP | ||
.BR "http://domterm.org/" | ||
- the DomTerm home page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.TH QTDOMTERM 1 | ||
.SH NAME | ||
qtdomterm \- a terminal emulator based on Qt and web techologies | ||
.SH SYNOPSIS | ||
.B qtdomterm | ||
.I "[options]" | ||
.I [command argument ...] | ||
|
||
.SH "DESCRIPTION" | ||
The qtdomterm program implements a terminal emulator based on | ||
web technologies. This means the displayed text is structured | ||
like a web page, and can include image, links, and annotations. | ||
The style can be changed with CSS style sheets. | ||
|
||
.SH SEE ALSO | ||
.BR domterm (1) | ||
- an alias for either ldomterm or qtdomterm | ||
.BR ldomterm(1) | ||
.PP | ||
.BR "http://domterm.org/" | ||
- the DomTerm home page |