-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 @@ | |||
1 | <html><head><title>Welcome to OpieIRC</title></head><body> | ||
2 | <p align="center"> | ||
3 | <img src="opieirc/opieirc.png"> | ||
4 | <h1>OpieIRC</h1> | ||
5 | <table width="100%" border="0" cellspacing="2"><tr> | ||
6 | <td align="center"><a href="opieirc/configuration.html">Configuration</td> | ||
7 | <td align="center"><a href="opieirc/profiles.html">Server Profiles</td></tr><tr> | ||
8 | <td align="center"><a href="opieirc/channel.html">Joining a channel</td> | ||
9 | <td align="center"><a href="opieirc/query.html">Starting a Query</td></tr><tr> | ||
10 | <td align="center"><a href="opieirc/commands.html">Commands</td> | ||
11 | <td align="center"><a href="opieirc/about.html">About</td> | ||
12 | </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 @@ | |||
1 | <html><head><title>OpieIRC: About</title></head><body> | ||
2 | <h1>OpieIRC: About</h1> | ||
3 | OpieIRC was written by Wenzel Jakob. The icon was contributed by tboc. | ||
4 | OpieIRC is licensed under the GNU General Public License | ||
5 | </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 @@ | |||
1 | <html><head><title>OpieIRC: Configuration</title></head><body> | ||
2 | <h1>OpieIRC: Configuration</h1> | ||
3 | In the <b>IRC Menu</b>, tap on <img src="SettingsIcon.png"> <b>Settings</b>. The configurable | ||
4 | parts are seperated into several categories: | ||
5 | |||
6 | <h2>General</h2> | ||
7 | <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) | ||
8 | <h2>Colors</h2> | ||
9 | Here you can set the colors of different types of text inside OpieIRC | ||
10 | </body></html> | ||