author | wazlaf <wazlaf> | 2002-10-15 11:08:35 (UTC) |
---|---|---|
committer | wazlaf <wazlaf> | 2002-10-15 11:08:35 (UTC) |
commit | 42ff9036e791321b4938d80c5d8386a76391f56b (patch) (side-by-side diff) | |
tree | 17ac64f10565d93d3a2cddf2cbe6fa5dec106a7a | |
parent | f2e9de1c8b6d3b2b2e82dec23ebf502c5805f575 (diff) | |
download | opie-42ff9036e791321b4938d80c5d8386a76391f56b.zip opie-42ff9036e791321b4938d80c5d8386a76391f56b.tar.gz opie-42ff9036e791321b4938d80c5d8386a76391f56b.tar.bz2 |
OpieIRC documentation test
-rw-r--r-- | help/en/html/opieirc.html | 12 | ||||
-rw-r--r-- | help/en/html/opieirc/about.html | 5 | ||||
-rw-r--r-- | help/en/html/opieirc/configuration.html | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/help/en/html/opieirc.html b/help/en/html/opieirc.html new file mode 100644 index 0000000..2229bca --- a/dev/null +++ b/help/en/html/opieirc.html @@ -0,0 +1,12 @@ +<html><head><title>Welcome to OpieIRC</title></head><body> +<p align="center"> +<img src="opieirc/opieirc.png"> +<h1>OpieIRC</h1> +<table width="100%" border="0" cellspacing="2"><tr> +<td align="center"><a href="opieirc/configuration.html">Configuration</td> +<td align="center"><a href="opieirc/profiles.html">Server Profiles</td></tr><tr> +<td align="center"><a href="opieirc/channel.html">Joining a channel</td> +<td align="center"><a href="opieirc/query.html">Starting a Query</td></tr><tr> +<td align="center"><a href="opieirc/commands.html">Commands</td> +<td align="center"><a href="opieirc/about.html">About</td> +</tr></table></p></body></html> diff --git a/help/en/html/opieirc/about.html b/help/en/html/opieirc/about.html new file mode 100644 index 0000000..b2c6be3 --- a/dev/null +++ b/help/en/html/opieirc/about.html @@ -0,0 +1,5 @@ +<html><head><title>OpieIRC: About</title></head><body> +<h1>OpieIRC: About</h1> +OpieIRC was written by Wenzel Jakob. The icon was contributed by tboc. +OpieIRC is licensed under the GNU General Public License +</body></html> diff --git a/help/en/html/opieirc/configuration.html b/help/en/html/opieirc/configuration.html new file mode 100644 index 0000000..91f65ce --- a/dev/null +++ b/help/en/html/opieirc/configuration.html @@ -0,0 +1,10 @@ +<html><head><title>OpieIRC: Configuration</title></head><body> +<h1>OpieIRC: Configuration</h1> +In the <b>IRC Menu</b>, tap on <img src="SettingsIcon.png"> <b>Settings</b>. The configurable +parts are seperated into several categories: + +<h2>General</h2> +<b>Lines Displayed</b> - Maximum amount of text to be shown inside a chat window. If there are more lines, the older ones are "forgotten". Set to 0 to deactivate this feature. (Be warned though, the memory consumption will steadily rise) +<h2>Colors</h2> +Here you can set the colors of different types of text inside OpieIRC +</body></html> |