summaryrefslogtreecommitdiff
path: root/_posts/2008-01-30-windows-installer.markdown
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2015-02-06 19:43:56 +0100
committerAlexander Færøy <ahf@0x90.dk>2015-02-06 19:43:56 +0100
commit790b2e23dde2e5e3f79130ed18fbd5a1c7e9ea9a (patch)
tree95543321fbd2eaaab6f642942fe56bb211ea1e6f /_posts/2008-01-30-windows-installer.markdown
parent8cf561aaaa17c9fced94dcd420607dbb547558e9 (diff)
downloadirssi.github.io-790b2e23dde2e5e3f79130ed18fbd5a1c7e9ea9a.zip
Add markdown'ified posts from irssi.org
Diffstat (limited to '_posts/2008-01-30-windows-installer.markdown')
-rw-r--r--_posts/2008-01-30-windows-installer.markdown30
1 files changed, 30 insertions, 0 deletions
diff --git a/_posts/2008-01-30-windows-installer.markdown b/_posts/2008-01-30-windows-installer.markdown
new file mode 100644
index 0000000..9ee36b1
--- /dev/null
+++ b/_posts/2008-01-30-windows-installer.markdown
@@ -0,0 +1,30 @@
+---
+layout: post
+title: "Windows Installer"
+author: "Sebastian Pipping"
+email: "staff@irssi.org"
+---
+
+[Joshua Dick](http://joshdick.net/) and [Sebastian
+Pipping](http://www.hartwork.org/) have been putting our work into improving the
+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>
+
+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_cmd_100.png"><img src="/images/irssi_cmd_40.png" /></a>
+
+Have fun with it and report any bugs!
+
+- Installer: [/files/irssi_0_8_12_setup_2.exe](http://www.irssi.org/files/irssi_0_8_12_setup_2.exe).
+- USB archive: [/files/irssi_0_8_12_usb_2.zip](http://www.irssi.org/files/irssi_0_8_12_usb_2.zip).
+- SVN repo: [http://svn.irssi.org/repos/contrib/w32installer/](http://svn.irssi.org/repos/contrib/w32installer/).
+
+The Irssi Team.