summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml3
-rw-r--r--_layouts/home.html4
-rw-r--r--_posts/2007-04-25-irssi-0.8.11-released.markdown1
-rw-r--r--_posts/2008-01-30-windows-installer.markdown6
-rw-r--r--_posts/2009-04-01-irssi-0.8.13-released.markdown1
-rw-r--r--_posts/2013-09-15-irssi-0.8.16-rc1-released.markdown1
-rw-r--r--_posts/2014-05-29-irssi-0.8.16-released.markdown1
-rw-r--r--_posts/2014-08-31-irssi-0.8.17-rc2-released.markdown1
-rw-r--r--_posts/2014-10-11-irssi-0.8.17-released.markdown1
-rw-r--r--_posts/2015-12-21-irssi-0.8.18-beta-released.markdown1
-rw-r--r--_posts/2016-01-18-irssi-0.8.18-beta-released.markdown1
-rw-r--r--_posts/2016-02-29-irssi-0.8.18-released.markdown1
-rw-r--r--_posts/2016-03-24-irssi-0.8.19-released.markdown1
13 files changed, 17 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml
index 3327c6b..7adf66e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,8 @@ lsi: false
safe: true
future: true
baseurl: ""
-#url: "//irssi-import.github.io"
+excerpt_separator: "\n\n\n"
+
title: Irssi
project: The Irssi Project
diff --git a/_layouts/home.html b/_layouts/home.html
index b79b027..e86425a 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -7,7 +7,9 @@ sidebar: sb_sidebar_news.html
{% for post in paginator.posts %}
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
{% include postmeta.html node=post %}
- {{ post.content }}
+ {{ post.excerpt }}{%
+ if post.excerpt != post.content %}<a href="{{ site.baseurl }}{{ post.url }}">Read more...</a> the Irssi Team.{%
+ endif %}
{% endfor %}
{% include paginate.html %}
diff --git a/_posts/2007-04-25-irssi-0.8.11-released.markdown b/_posts/2007-04-25-irssi-0.8.11-released.markdown
index c64d378..c62d8d2 100644
--- a/_posts/2007-04-25-irssi-0.8.11-released.markdown
+++ b/_posts/2007-04-25-irssi-0.8.11-released.markdown
@@ -11,7 +11,6 @@ file](/news/ChangeLog) for all changes!
It can be downloaded from
[http://irssi.org/files/irssi-0.8.11.tar.gz](http://irssi.org/files/irssi-0.8.11.tar.gz).
-
This release was made possible by the help of the Irssi core team. We also
welcome a new developer ***Emanuele Giaquinta (exg)*** who has
joined the Irssi staff!
diff --git a/_posts/2008-01-30-windows-installer.markdown b/_posts/2008-01-30-windows-installer.markdown
index 9ee36b1..bdc4a37 100644
--- a/_posts/2008-01-30-windows-installer.markdown
+++ b/_posts/2008-01-30-windows-installer.markdown
@@ -11,15 +11,15 @@ Irssi experience for Windows users. We made an installer built on NSIS and an
USB archive made to be put on an USB stick and allow carrying your personal
Irssi instance with you.
-<a href="/images/irssi_installer_100.png"><img src="/images/irssi_installer_40.png" /></a>
+<!-- <a href="/images/irssi_installer_100.png"><img src="/images/irssi_installer_40.png" /></a> -->
Both packages offer running Irssi in two modes: either through cmd (the default
Windows command line) or puttycyg (a Putty-based command line) which mainly
looks better than cmd.
-<a href="/images/irssi_puttycyg_100.png"><img src="/images/irssi_puttycyg_40.png" /></a>
+<!-- <a href="/images/irssi_puttycyg_100.png"><img src="/images/irssi_puttycyg_40.png" /></a> -->
-<a href="/images/irssi_cmd_100.png"><img src="/images/irssi_cmd_40.png" /></a>
+<!-- <a href="/images/irssi_cmd_100.png"><img src="/images/irssi_cmd_40.png" /></a> -->
Have fun with it and report any bugs!
diff --git a/_posts/2009-04-01-irssi-0.8.13-released.markdown b/_posts/2009-04-01-irssi-0.8.13-released.markdown
index c186485..28a68c7 100644
--- a/_posts/2009-04-01-irssi-0.8.13-released.markdown
+++ b/_posts/2009-04-01-irssi-0.8.13-released.markdown
@@ -32,6 +32,7 @@ site he's the person to talk to!
So, here's to Alex and Tom, two valuable contributors -- Welcome to the team!
+
If you want to get involved with Irssi, please get in touch with us! You can do
so by having a chat with us in [#irssi @ IRCnet](irc://irc.ircnet.com/irssi) or
by starting work on some of the outstanding issues in the [Irssi
diff --git a/_posts/2013-09-15-irssi-0.8.16-rc1-released.markdown b/_posts/2013-09-15-irssi-0.8.16-rc1-released.markdown
index 2551da6..025ab9c 100644
--- a/_posts/2013-09-15-irssi-0.8.16-rc1-released.markdown
+++ b/_posts/2013-09-15-irssi-0.8.16-rc1-released.markdown
@@ -9,6 +9,7 @@ Irssi 0.8.16-rc1 has been released. The changes are mostly bugfixes,
experimental DANE support and other small enhancements. Check the NEWS file for
all changes and please report bugs back to us.
+
The release can be downloaded from
[our download page](/download).
diff --git a/_posts/2014-05-29-irssi-0.8.16-released.markdown b/_posts/2014-05-29-irssi-0.8.16-released.markdown
index 30328da..1f4ed2c 100644
--- a/_posts/2014-05-29-irssi-0.8.16-released.markdown
+++ b/_posts/2014-05-29-irssi-0.8.16-released.markdown
@@ -9,6 +9,7 @@ The Irssi team is pleased to announce the 0.8.16 release of Irssi. It has been
quite some time since our last release and there has been [various feature
enhancements and bugfixes added since then](//github.com/irssi-import/irssi/releases).
+
We hope to have Irssi 0.8.17 out in a much shorter time than it took to get
0.8.16 out and there may be some announcements on changes to how contributing
to the project works in the future.
diff --git a/_posts/2014-08-31-irssi-0.8.17-rc2-released.markdown b/_posts/2014-08-31-irssi-0.8.17-rc2-released.markdown
index a3125fb..33467df 100644
--- a/_posts/2014-08-31-irssi-0.8.17-rc2-released.markdown
+++ b/_posts/2014-08-31-irssi-0.8.17-rc2-released.markdown
@@ -9,6 +9,7 @@ Irssi 0.8.17-rc2 has been released. The changes mostly include stabilisation
fixes reported by you guys after the RC1 release. Check out the NEWS file for
all changes and please report bugs back to us.
+
The release can be downloaded from
[our releases page](//github.com/irssi-import/irssi/releases).
diff --git a/_posts/2014-10-11-irssi-0.8.17-released.markdown b/_posts/2014-10-11-irssi-0.8.17-released.markdown
index 0a09dcc..95e030d 100644
--- a/_posts/2014-10-11-irssi-0.8.17-released.markdown
+++ b/_posts/2014-10-11-irssi-0.8.17-released.markdown
@@ -10,6 +10,7 @@ including documentation cleanup, 256 colour support, truecolour support and
tons of other smaller enhancements. For a complete list of changes and
bugfixes, since 0.8.16, please have a look at the [ChangeLog](//github.com/irssi-import/irssi/releases).
+
The release can be downloaded from [our download page](/download).
Please report bugs at our [Github issue tracker](https://github.com/irssi/irssi/issues).
diff --git a/_posts/2015-12-21-irssi-0.8.18-beta-released.markdown b/_posts/2015-12-21-irssi-0.8.18-beta-released.markdown
index eccb1b7..a1d4d38 100644
--- a/_posts/2015-12-21-irssi-0.8.18-beta-released.markdown
+++ b/_posts/2015-12-21-irssi-0.8.18-beta-released.markdown
@@ -21,6 +21,7 @@ more robust. And as usual many fixes, see the
[NEWS](https://raw.githubusercontent.com/irssi/irssi/0.8.18-beta1/NEWS)
for details.
+
This pre-release can be downloaded from
[our releases page](https://github.com/irssi/irssi/releases).
diff --git a/_posts/2016-01-18-irssi-0.8.18-beta-released.markdown b/_posts/2016-01-18-irssi-0.8.18-beta-released.markdown
index 3acd59f..6895816 100644
--- a/_posts/2016-01-18-irssi-0.8.18-beta-released.markdown
+++ b/_posts/2016-01-18-irssi-0.8.18-beta-released.markdown
@@ -10,6 +10,7 @@ and fixes one regression in /hilight reported from beta 1 testing.
See our [Github](https://github.com/irssi/irssi)
repository for details.
+
**New in this release** (unchanged from beta 1). CAP SASL supported
natively. ZNC "self messages" shown in the correct window. Line splitting
now splits on space. Bracketed paste markers supported for better paste
diff --git a/_posts/2016-02-29-irssi-0.8.18-released.markdown b/_posts/2016-02-29-irssi-0.8.18-released.markdown
index 2d6cdd4..7172ea4 100644
--- a/_posts/2016-02-29-irssi-0.8.18-released.markdown
+++ b/_posts/2016-02-29-irssi-0.8.18-released.markdown
@@ -10,6 +10,7 @@ message, a more robust Config parser, and as usual many fixes, see the
[NEWS](//raw.githubusercontent.com/irssi/irssi/0.8.18/NEWS) for
details. **Thanks to everyone who made this possible!**
+
This release can be downloaded from [our releases
page](https://github.com/irssi/irssi/releases).
diff --git a/_posts/2016-03-24-irssi-0.8.19-released.markdown b/_posts/2016-03-24-irssi-0.8.19-released.markdown
index 0d98a17..52a1d1c 100644
--- a/_posts/2016-03-24-irssi-0.8.19-released.markdown
+++ b/_posts/2016-03-24-irssi-0.8.19-released.markdown
@@ -9,6 +9,7 @@ All packagers are encouraged to package this version. See the
[NEWS](//raw.githubusercontent.com/irssi/irssi/0.8.19/NEWS) for
details.
+
This release can be downloaded from [our releases
page](https://github.com/irssi/irssi/releases). Binary test packages for
various Linux distributions are automatically generated by the