author | llornkcor <llornkcor> | 2002-10-17 02:36:31 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-17 02:36:31 (UTC) |
commit | 4f2dc0f59515dd456dbe7b32eeda835ea231fca9 (patch) (side-by-side diff) | |
tree | d79de6fafaa46a97aaa8b1e72ae7172ba3ed4754 /help/en | |
parent | f38adc5bc63f5926d463f51ef3603a62d75d8f33 (diff) | |
download | opie-4f2dc0f59515dd456dbe7b32eeda835ea231fca9.zip opie-4f2dc0f59515dd456dbe7b32eeda835ea231fca9.tar.gz opie-4f2dc0f59515dd456dbe7b32eeda835ea231fca9.tar.bz2 |
added
-rw-r--r-- | help/en/html/opie-embeddedkonsole-help-en.control | 10 | ||||
-rw-r--r-- | help/en/html/opie-embeddedkonsole.html | 33 |
2 files changed, 43 insertions, 0 deletions
diff --git a/help/en/html/opie-embeddedkonsole-help-en.control b/help/en/html/opie-embeddedkonsole-help-en.control new file mode 100644 index 0000000..b366ddd --- a/dev/null +++ b/help/en/html/opie-embeddedkonsole-help-en.control @@ -0,0 +1,10 @@ +Files: help/en/html/opie-embeddedkonsole.html +Priority: optional +Section: opie/onlinedoc +Maintainer: ljp <llornkcor@handhelds.org> +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION +Depends: opie-embeddedkonsole +License: GPL +Description: Open Embeddedkonsole help files (english) + diff --git a/help/en/html/opie-embeddedkonsole.html b/help/en/html/opie-embeddedkonsole.html new file mode 100644 index 0000000..732cbd5 --- a/dev/null +++ b/help/en/html/opie-embeddedkonsole.html @@ -0,0 +1,33 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> <head> +<title>Opie Embeddedkonsole</title> +</head> + +<body> +<center><h1>Opie Embeddedkonsole</h1></center> +is a terminal emulation program. You use it as you would any +commandline. +<BR>You can add new konsole tabs by clicking on the 'Terminal' +icon. This will start a new konsole session. +<BR>There are only three fonts to choose from, but several color +schemes, and you can choose your own colors by selecting <b>'Custom'</b> from +the Options menu. +<P>It has a hidable commandlist for easily selecting much used or long +commands. +<br>You can also edit these two ways, <b>'Quick Edit'</b> simply lets +you edit in the combo box. <br><b>'Edit'</b> will open a commandlist editing +window. Here you can rearrange the order of commands. You can remove, +or add commands. +<P>There is a way to start commands from another command:<pre> +qcop QPE/Application/embeddedkonsole 'setDocument(QString)' 'ssh -V' + +or + +embeddedconsole -e uberhotub</pre> +<hr> +<address><center><pre> +© 2002<a href="mailto:llornkcor@handhelds.org">ljp</a> llornkcor@handhelds.org</a></pre></address> +<!-- hhmts start --> +Last modified: Fri Oct 18 02:41:26 +0000 2002 +<!-- hhmts end --> +</body> </html> |