-rw-r--r-- | help/en/html/opie-console/about.html | 3 | ||||
-rw-r--r-- | help/en/html/opie-console/fullscreen.html | 16 | ||||
-rw-r--r-- | help/en/html/opie-console/menubar.html | 1 | ||||
-rw-r--r-- | help/en/html/opie-console/profiles.html | 53 | ||||
-rw-r--r-- | help/en/html/opie-console/scripting.html | 22 |
5 files changed, 94 insertions, 1 deletions
diff --git a/help/en/html/opie-console/about.html b/help/en/html/opie-console/about.html index fbc933a..06f1dc2 100644 --- a/help/en/html/opie-console/about.html +++ b/help/en/html/opie-console/about.html @@ -1,9 +1,10 @@ <html><head><title>Opie Console: About</title></head><body> <h1>Opie Console: About</h1> -Opie Console team:<br> Holger Fryther<br> Jake <br> Josef Spillner <br> Maximilian Reiss <br> ibotty< br> wazlaf.<br> and is part of the <a href="http://www.opie.info"><b>Opie Project</b></a> +Opie Console team:<br> Holger Fryther<br> Jake <br> Josef Spillner <br> Maximilian Reiss <br> ibotty<br> wazlaf<br> and is part of the <a href="http://www.opie.info"><b>Opie Project</b></a> <br><br> Thanks go to <a href="http://www.sharpsec.com"><b>Sharp USA</b> </a> for providing resources for Opie Console. <br> <br> Opie Console is licensed under the GNU General Public License. + It's using software from the <a href="http://www.kde.org"><b>KDE Project</b></a> </body></html> diff --git a/help/en/html/opie-console/fullscreen.html b/help/en/html/opie-console/fullscreen.html new file mode 100644 index 0000000..4d36ce8 --- a/dev/null +++ b/help/en/html/opie-console/fullscreen.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Fullscreen</title> + </head> + + <body> + <h1>Fullscreen</h1> + <p>Size does matter, specially on small screens. This is why you're able + to make widget fill screen sized. Click the fullscreen icon ( <img src="fullscreen.png"> ) to make the widget big. To return to normal screen operations + you just need to click the icon on the top left.<br> + + + + </body> +</html> diff --git a/help/en/html/opie-console/menubar.html b/help/en/html/opie-console/menubar.html index 4348561..aabd017 100644 --- a/help/en/html/opie-console/menubar.html +++ b/help/en/html/opie-console/menubar.html @@ -1,18 +1,19 @@ <html><head><title>Opie Console: Menubar</title></head><body> <h1>Opie Console: Menubar</h1> <h2> Icons </h2> <b> ( <img src="SettingsIcon.png"> ) Settings </b> - Manage Profiles. Clicking this item will show the Profile Editor where you may add, remove and modify profiles which will be saved. <br><br> <b> ( <img src="new.png"> ) new connection </b> - This will open a Dialog where you can choose connection type and more. <br><br> <b> ( <img src="fullscreen.png"> ) fullscreen </b> - When clicked the currnet connection widget will use the full screen size. Clicking on the top left button reduces the widget to normal size. <br><br> +FIXME Special KEY IMAGE is WRONG <b> ( <img src="down.png"> ) Special keys </b> - Special keys will show/hide a bar with customizable keys. You may choose your own keys. This makes it possible to enter keys which are not available on hardware keyboards. <br><br> <b> ( <img src="paste.png"> ) Paste </b> - The paste button will 'paste' text from the clipboard to the current Terminal Widget. </body></html> diff --git a/help/en/html/opie-console/profiles.html b/help/en/html/opie-console/profiles.html new file mode 100644 index 0000000..39f18de --- a/dev/null +++ b/help/en/html/opie-console/profiles.html @@ -0,0 +1,53 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Profile Editing</title> + </head> + + <body> + <h1>Profile Editing</h1> + <p>There are two ways to create a Connection by either using 'New Connection' + ( <img src="new.png"> ) or to use a previously saved profile. + Both ways involve the usage of the Profile Dialog.<br> + <p>The dialog is divided into four tabs Profile, Connection, Terminal and + Speical.<br> + <P><B>Profile</b> - In profile you need to set a Profile name below + the equally named label. <br> + <P><B>Connection</b> - Then you need to choose a Connection type. + In this version Opie Console supports a legacy console called + 'local console', a Serial and a Modem connection mode. + Depending on this choice the second tab will have a different UI. + <a href="#con">More below.</a><br> + <P><B>Terminal</b> - Here you may select a terminal emulation + widget.<br> + <P>The last item on this page is a option to automatically + connect on creation.<br> + <br><br> + <a name="con"></a><p> The Connection Tab depends on the Conenction + Type used.<br> + For local console there is no option available.<br> + Modem and Serial share most of the configuration. You can select + a device to use, the speed, the flow control and the parity. On top + of that Modem let's you choose a number to dial and to configure + a set of AT commands.<br> + <br><br> + <p>The Terminal Tab let's you choose ther Terminal Type, a color scheme, + the font.<br> + <br><br> + <p>The fourth tab is there to configure the additional software keys for + a connection.<br> + <br><br> + + <P>Clicking the OK button on the top right position accepts this dialog + and the profile will be used. + + + <h2>Using the Profile Editor</h2> + <p>The Configuration Dialog can be accessed by either clicking + on the 'Connection' Menu and then 'Configure Profiles' or by the + item in the <a href="menubar.html">menubar</a>.<br> + <p>The listview contains the already saved profiles. You can add + , remove and modify profiles by selecting one and clicking the + appropriate button.<br> + </body> +</html> diff --git a/help/en/html/opie-console/scripting.html b/help/en/html/opie-console/scripting.html new file mode 100644 index 0000000..4535121 --- a/dev/null +++ b/help/en/html/opie-console/scripting.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Scripting</title> + </head> + + <body> + <h1>Scripting</h1> + <P>In the 'Scripts' menu. You may start to record, save or run a script. + A script is a sequence of keys send to the remote system. This way + you do not need to know any shell scripting language.<br> + <P>If you want to record a 'script'. Choose 'Record Script' then type + the commands you want and once you're done click on 'Save Script'. + You'll be prompted to save the script and after you saved it you may + execute it any time later.<br> + <P>To Execute a script choose 'Run Script' you'll be prompted to select + a script and then you may execute it. + + + + </body> +</html> |