mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
update docs
This commit is contained in:
parent
aab5349256
commit
be467111fa
@ -1,7 +1,6 @@
|
||||
<base href='https://irssi.org/documentation/design/'>
|
||||
<h1>Design</h1>
|
||||
|
||||
<p>Irssi’s hierarchy is something like this:</p>
|
||||
<p>Irssi’s hierarchy is something like this:</p>
|
||||
|
||||
<pre class="repl" id="fig1"><code class="language-ascidia">
|
||||
sub1 sub2
|
||||
|
@ -1,7 +1,6 @@
|
||||
<base href='https://irssi.org/documentation/faq/'>
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
|
||||
<h3 id="q-why-doesnt-irssi-display-colors-even-when-ircii-etc-displays-them">Q: Why doesn’t irssi display colors even when ircii etc. displays them?</h3>
|
||||
<h3 id="q-why-doesnt-irssi-display-colors-even-when-ircii-etc-displays-them">Q: Why doesn’t irssi display colors even when ircii etc. displays them?</h3>
|
||||
|
||||
<p>A: They force ANSI colors even if terminal doesn’t support them. By default, irssi uses colors only if terminfo/termcap so says. The correct way to fix this would be to change your TERM environment to a value where colors work, like xterm-color or color_xterm (eg. <code>TERM=xterm-color irssi</code>). If this doesn’t help, then use the evil way of <code>/SET term_force_colors ON</code>.</p>
|
||||
|
||||
@ -55,7 +54,7 @@
|
||||
|
||||
<h3 id="q-will-there-be-detach-like-feature">Q: Will there be /DETACH-like feature?</h3>
|
||||
|
||||
<p>A: <a href="http://tmux.github.io/">tmux</a>, <a href="http://www.gnu.org/software/screen/screen.html">screen</a> and <a href="http://dtach.sf.net/">dtach</a> can be used to do it just fine.</p>
|
||||
<p>A: <a href="https://tmux.github.io/">tmux</a>, <a href="https://www.gnu.org/software/screen/screen.html">screen</a> and <a href="http://dtach.sf.net/">dtach</a> can be used to do it just fine.</p>
|
||||
|
||||
<h3 id="q-how-do-i-run-scripts-automatically-at-startup">Q: How do I run scripts automatically at startup?</h3>
|
||||
|
||||
@ -71,7 +70,7 @@
|
||||
|
||||
<h3 id="q-how-can-i-have-whois-replies-to-active-window">Q: How can I have /WHOIS replies to active window?</h3>
|
||||
|
||||
<p>A: You can disable the status window, or do <code>/WINDOW LEVEL -CRAP</code> in it which would also make several other messages show up in active window. You can also use a <a href="http://dgl.cx/irssi/hack-whois-in-current-window.pl">script</a>.</p>
|
||||
<p>A: You can disable the status window, or do <code>/WINDOW LEVEL -CRAP</code> in it which would also make several other messages show up in active window. You can also use a <a href="https://dgl.cx/irssi/hack-whois-in-current-window.pl">script</a>.</p>
|
||||
|
||||
<h3 id="q-how-do-i-add-the-active-network-to-the-statusbar">Q: How do I add the active network to the statusbar</h3>
|
||||
|
||||
|
@ -117,8 +117,8 @@ A: Check [6]here
|
||||
References:
|
||||
|
||||
[1] https://github.com/irssi-import/xirssi
|
||||
[2] http://tmux.github.io/
|
||||
[3] http://www.gnu.org/software/screen/screen.html
|
||||
[2] https://tmux.github.io/
|
||||
[3] https://www.gnu.org/software/screen/screen.html
|
||||
[4] http://dtach.sf.net/
|
||||
[5] http://dgl.cx/irssi/hack-whois-in-current-window.pl
|
||||
[5] https://dgl.cx/irssi/hack-whois-in-current-window.pl
|
||||
[6] https://irssi.org/assets/irssi.wav
|
||||
|
@ -1,9 +1,8 @@
|
||||
<base href='https://irssi.org/documentation/startup/'>
|
||||
<h1>Startup How-To</h1>
|
||||
<h3 id="to-new-irssi-users-not-to-new-irc-users-">To new Irssi users (not to new IRC users ..)</h3>
|
||||
|
||||
<h3 id="to-new-irssi-users-not-to-new-irc-users-">To new Irssi users (not to new IRC users ..)</h3>
|
||||
|
||||
<p>Copyright (c) 2000-2002 by Timo Sirainen, release under <a href="http://www.gnu.org/licenses/fdl.html">GNU FDL</a> 1.1 license.</p>
|
||||
<p>Copyright (c) 2000-2002 by Timo Sirainen, release under <a href="https://www.gnu.org/licenses/fdl.html">GNU FDL</a> 1.1 license.</p>
|
||||
|
||||
<p>Index with some FAQ questions that are answered in the chapter:</p>
|
||||
|
||||
@ -161,7 +160,7 @@ Ctrl-P, Ctrl-N - Jump to previous / next window
|
||||
|
||||
<h3 id="split-windows-and-window-items">Split windows and window items</h3>
|
||||
|
||||
<p><em>Note: <a href="http://quadpoint.org/articles/irssisplit/">this guide</a> might be a better introduction to window splits</em></p>
|
||||
<p><em>Note: <a href="https://quadpoint.org/articles/irssisplit/">this guide</a> might be a better introduction to window splits</em></p>
|
||||
|
||||
<p>Irssi also supports split windows, they’ve had some problems in past but I think they should work pretty well now :) Here’s some commands related to them:</p>
|
||||
|
||||
@ -516,7 +515,7 @@ Ctrl-X - set the next server in list active
|
||||
|
||||
<p><strong>SOCKS</strong></p>
|
||||
|
||||
<p>Irssi can be compiled with socks support (<code>\--with-socks</code> option to configure), which requires “dante” and routes all connections through the proxy specified in the system-wide /etc/socks.conf. This method is known to have issues in Mac OS X.</p>
|
||||
<p>Irssi can be compiled with socks support (<code>--with-socks</code> option to configure), which requires “dante” and routes all connections through the proxy specified in the system-wide /etc/socks.conf. This method is known to have issues in Mac OS X.</p>
|
||||
|
||||
<p>Note that <code>/SET proxy</code> settings don’t have anything to do with socks.</p>
|
||||
|
||||
|
@ -578,7 +578,7 @@ Irssi proxy works fine with other IRC clients as well.
|
||||
|
||||
SOCKS
|
||||
|
||||
Irssi can be compiled with socks support (\--with-socks option to configure),
|
||||
Irssi can be compiled with socks support (--with-socks option to configure),
|
||||
which requires “dante” and routes all connections through the proxy specified
|
||||
in the system-wide /etc/socks.conf. This method is known to have issues in Mac
|
||||
OS X.
|
||||
@ -792,8 +792,8 @@ ADD -before act mail.
|
||||
|
||||
References:
|
||||
|
||||
[1] http://www.gnu.org/licenses/fdl.html
|
||||
[1] https://www.gnu.org/licenses/fdl.html
|
||||
[2] https://www.iterm2.com/
|
||||
[3] http://quadpoint.org/articles/irssisplit/
|
||||
[3] https://quadpoint.org/articles/irssisplit/
|
||||
[4] https://github.com/rofl0r/proxychains-ng
|
||||
[5] https://irssi.org/documentation/settings/
|
||||
|
@ -13,7 +13,7 @@ design=$site/documentation/design/
|
||||
# FOOTER. May need to be adjusted as the source pages change
|
||||
pageclean_regex='s{.*(?=<h1)}{}s;
|
||||
s{(\s*<script\s.*?</script>)?\s*(</div>\s*){0,3}<footer.*}{}s;
|
||||
s{(<.*?)\sclass="(?:highlighter-rouge|highlight)"(.*?>)}{\1\2}g;'
|
||||
s{(<.*?)\sclass="(?:[^"]*\s+)*(?:highlighter-rouge|highlight)"(.*?>)}{\1\2}g;'
|
||||
|
||||
srcdir=`dirname "$0"`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
Loading…
Reference in New Issue
Block a user