Screenshots for every kind of IRC client I can configure

This commit is contained in:
idk
2020-11-13 16:09:34 -05:00
parent 0630fdf702
commit e68b2b33ca
20 changed files with 138 additions and 3 deletions

View File

@ -4,6 +4,12 @@
{% block accuratefor %}0.9.47{% endblock %}
{% block content %}
<ul>
<li><a href="#clients">Clients</a></li>
<li><a href="#servers">Servers</a></li>
</ul>
<a name="clients"></a>
<h2>{% trans %}Clients{% endtrans %}</h2>
<p>{% trans %} There are many IRC clients that can be used with I2P. In
@ -12,8 +18,10 @@ them to the IRC Tunnel.{% endtrans %}</p>
<ul>
<li><a href="#pidgin">Pidgin(Windows, Linux) Adium(OSX)</a></li>
<li><a href="#xchat">XChat(Windows, Linux) XChat Aqua(OSX)</a></li>
<li><a href="#thunderbird">Thunderbird(Windows, Linux, OSX)</a></li>
<li><a href="#revolution">Revolution IRC(Android)</a></li>
<li><a href="#pidgin">Dispatch(Windows, Linux, OSX)(WebClient)</a></li>
<li><a href="#dispatch">Dispatch(Windows, Linux, OSX)(WebClient)</a></li>
</ul>
<h3>Check the IRC tunnel</h3>
@ -60,6 +68,65 @@ by I2P.{% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/pidgin-irc-3.png') }}"
alt="{{ _('Configure port') }}" title="{{ _('Pidgin Step Four') }}">
<a name="xchat"></a>
<h3>XChat</h3>
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/xchat-irc-0.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('XChat Step One') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/xchat-irc-1.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('XChat Step One') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/xchat-irc-2.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('XChat Step One') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/xchat-irc-3.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('XChat Step One') }}">
<a name="thunderbird"></a>
<h3>Thunderbird</h3>
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-0.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step One') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-1.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Two') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-2.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Three') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-3.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Four') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-4.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Five') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-5.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Six') }}">
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/thunderbird-irc-6.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Thunderbird Step Seven') }}">
<a name="revolution"></a>
<h3>Revolution IRC</h3>
<p>{% trans %}Revolution IRC is an easy to use IRC client for Android. It's able to
@ -68,15 +135,41 @@ your non-I2P IRC networks as well.{% endtrans %}</p>
<p>{% trans %} {% endtrans %}</p>
<img src="{{ url_for('static', filename='images/irc/revolution-irc-0.png') }}"
alt="{{ _('Add a server') }}" title="{{ _('Revolution Step One') }}">
<img src="{{ url_for('static', filename='images/irc/revolution-irc-1.png') }}"
alt="{{ _('Configure it like this') }}" title="{{ _('Revolution Step Two') }}">
<img src="{{ url_for('static', filename='images/irc/revolution-irc-2.png') }}"
alt="{{ _('Open the menu') }}" title="{{ _('Revolution Step Three') }}">
<p>{% trans %} {% endtrans %}</p>
<a name="dispatch"></a>
<h3>Dispatch</h3>
<p>{% trans %}Dispatch is a stable, self-hosted IRC client with a web interface. It
has native I2P configuration available by communicating over the{% endtrans %} <a href="{{ site_url('docs/api/samv3') }}">SAM v3 API</a></p>
has native I2P configuration available by communicating over the{% endtrans %} <a href="{{ site_url('docs/api/samv3') }}">SAM v3 API</a>.</p>
<p>{% trans %}Dispatch is configured with a file called `config.toml`, which you can
configure the common settings.{% endtrans %}</p>
<p>{% trans %} {% endtrans %}</p>
<pre><code>
# Defaults for the client connect form
[defaults]
name = "myinvisibleirc.i2p"
host = "anircservergoeshere.b32"
port = 6667
channels = [
"#i2p"
]
server_password = ""
ssl = false
</code></pre>
<a name="servers"></a>
<h2>{% trans %}Servers{% endtrans %}</h2>
<ul>
<li><a href="#eris">Eris(Windows, OSX, Linux)</a></li>
@ -87,6 +180,48 @@ has native I2P configuration available by communicating over the{% endtrans %} <
<p>{% trans %}Eris is an easy-to-configure IRC server with self-configuring support
for I2P. If you want to run a private IRC server it's one of the easiest ways.{% endtrans %}</p>
<p>{% trans %} {% endtrans %}</p>
<p>{% trans %} This is a valid configuration of the Eris IRC server, but it uses a
default password for the admin account(admin). You should change the operator.admin.password
and account.admin.password before deploying to a real service.{% endtrans %}</p>
<pre><code>
mutex: {}
network:
name: Local
server:
password: ""
listen: []
tlslisten: {}
i2plisten:
invisibleirc:
i2pkeys: iirc
samaddr: 127.0.0.1:7656
torlisten:
hiddenirc:
torkeys: tirc
controlport: 0
log: ""
motd: ircd.motd
name: myinvisibleirc.i2p
description: Hidden IRC Services
operator:
admin:
password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu
account:
admin:
password: JDJhJDA0JGtUU1JVc1JOUy9DbEh1WEdvYVlMdGVnclp6YnA3NDBOZGY1WUZhdTZtRzVmb1VKdXQ5ckZD
www:
listen: []
tlslisten: {}
i2plisten:
i2pinfoirc:
i2pkeys: iircwww
samaddr: "127.0.0.1:7656"
torlisten:
torinfoirc:
torkeys: tircwww
controlport: 0
templatedir: lang
</pre></code>
{% endblock %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB