summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2018-04-24 18:47:37 +0200
committerAilin Nemui <ailin@z30a.localdomain>2018-04-24 18:47:37 +0200
commitc0a8f8164f6537b1709e77913eb963555c1b1d50 (patch)
treef60a7095b9c7d8a67aeebbdc02d3920651926dbf
parent55476e58f4604edbd1b6078d8362b79332f4b201 (diff)
downloadirssi.github.io-c0a8f8164f6537b1709e77913eb963555c1b1d50.zip
fix some html tidy issues
-rw-r--r--_includes/dl_os_icon.html2
-rw-r--r--_posts/2017-05-06-test-sideways-splits.markdown2
-rw-r--r--documentation/startup/index.markdown2
3 files changed, 3 insertions, 3 deletions
diff --git a/_includes/dl_os_icon.html b/_includes/dl_os_icon.html
index 2dbbad2..55d1312 100644
--- a/_includes/dl_os_icon.html
+++ b/_includes/dl_os_icon.html
@@ -1,6 +1,6 @@
<input id="in-{{ include.name }}" type="radio" name="distro" />
<label for="in-{{ include.name }}" class="icon btn btn-default" onclick="chooseDlc(this, '{{ include.name }}')" markdown="1">
-<img src="{{ site.baseurl }}/assets/{{ include.name }}.png" class="osimg" /><br />
+<img src="{{ site.baseurl }}/assets/{{ include.name }}.png" class="osimg" alt="" /><br />
{{ include.text }}
</label>{% comment %}
{% endcomment %}
diff --git a/_posts/2017-05-06-test-sideways-splits.markdown b/_posts/2017-05-06-test-sideways-splits.markdown
index 1c679fa..d97a8aa 100644
--- a/_posts/2017-05-06-test-sideways-splits.markdown
+++ b/_posts/2017-05-06-test-sideways-splits.markdown
@@ -7,7 +7,7 @@ author: Nei
It all started in 2005, when I [asked in FS#310](http://bugs.irssi.org/index.php?do=details&task_id=310) whether vertical splits would be possible. By that, of course, I meant to split the windows horizontally in a line. At that time, the most popular version of Irssi had been 0.8.9 for several years.
-Fast forward another ten years, Ido Rosen transferred (half of) this issue to the new [GitHub issue tracker](https://github.com/irssi/irssi/issues/224). He compared the situation to WeeChat, another popular text mode IRC client which does support this. Technically, that application is using the [curses](https://en.wikipedia.org/wiki/Ncurses) library for text mode user interfaces, which can handle most of the window drawing. <a href="/images/vsq.png" alt="[screenshot]"><img class="img-thumbnail" style="float:right;width:30%;margin-left:1em;margin-top:1em" src="/images/vsq.png" /></a>
+Fast forward another ten years, Ido Rosen transferred (half of) this issue to the new [GitHub issue tracker](https://github.com/irssi/irssi/issues/224). He compared the situation to WeeChat, another popular text mode IRC client which does support this. Technically, that application is using the [curses](https://en.wikipedia.org/wiki/Ncurses) library for text mode user interfaces, which can handle most of the window drawing. <a href="/images/vsq.png"><img class="img-thumbnail" style="float:right;width:30%;margin-left:1em;margin-top:1em" src="/images/vsq.png" alt="[screenshot]" /></a>
Irssi has its own screen drawing implementation. One advantage of that is that long links can be displayed as "single word" even when they wrap at the terminal border. Another one is support for arbitrary colour pairs, which is limited in curses. However, it also means more work for window handling.
diff --git a/documentation/startup/index.markdown b/documentation/startup/index.markdown
index 227c1c4..5cbfc96 100644
--- a/documentation/startup/index.markdown
+++ b/documentation/startup/index.markdown
@@ -379,7 +379,7 @@ By default it logs pretty much everything execept CTCPS or CRAP (`/WHOIS` reques
/SET autolog_level ALL -CRAP -CLIENTCRAP -CTCPS (this is the default)
-By default irssi logs to ~/irclogs/<servertag>/<target>.log. You can change this with
+By default irssi logs to ~/irclogs/&lt;servertag&gt;/&lt;target&gt;.log. You can change this with
/SET autolog_path ~/irclogs/$tag/$0.log (this is the default)