diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-02-29 21:58:59 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-02-29 21:58:59 +0100 |
commit | e36044be5d9042bd8ccb8b5589f2693611d7c19b (patch) | |
tree | f3521f6045c63b6bc4c3ab4a7552a3af48183d43 | |
parent | a67029016f0eb48e723b6c313a53922aa2d3fe85 (diff) | |
parent | f5636cd2bc627fe6d07ffab4f232a4974829091e (diff) | |
download | irssi.github.io-e36044be5d9042bd8ccb8b5589f2693611d7c19b.zip |
Merge pull request #18 from irssi-import/master
0.8.18
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _includes/sb_whatsnew.html | 2 | ||||
-rw-r--r-- | _layouts/page.html | 6 | ||||
-rw-r--r-- | _layouts/welcome.html | 2 | ||||
-rw-r--r-- | _posts/2016-02-29-irssi-0.8.18-released.markdown | 28 | ||||
-rw-r--r-- | about/index.markdown | 26 | ||||
-rw-r--r-- | assets/css/style.css | 38 | ||||
-rw-r--r-- | development/index.markdown | 50 | ||||
-rw-r--r-- | development/index.textile | 38 | ||||
-rw-r--r-- | documentation/faq/index.markdown | 6 | ||||
-rw-r--r-- | documentation/index.markdown | 7 | ||||
-rw-r--r-- | download/index.markdown | 146 | ||||
-rw-r--r-- | download/index.textile | 118 | ||||
-rw-r--r-- | test2.textile | 3 |
14 files changed, 306 insertions, 166 deletions
diff --git a/_config.yml b/_config.yml index ed05366..b647ca8 100644 --- a/_config.yml +++ b/_config.yml @@ -13,10 +13,12 @@ name: Irssi Core Team email: staff@irssi.org gems: + - jekyll-paginate - jekyll-redirect-from - jekyll-sitemap whitelist: + - jekyll-paginate - jekyll-redirect-from - jekyll-sitemap diff --git a/_includes/sb_whatsnew.html b/_includes/sb_whatsnew.html index b5ccaae..7dd0ed0 100644 --- a/_includes/sb_whatsnew.html +++ b/_includes/sb_whatsnew.html @@ -1,3 +1,3 @@ -<p><small>2016-01-18</small> <a href="/2016/01/18/irssi-0.8.18-beta-released/">Irssi 0.8.18 beta2 released!</a> </p> +<p><small>2016-02-29</small> <a href="/2016/02/29/irssi-0.8.18-released">Irssi 0.8.18 has been released!</a> </p> <p><small>2015-12-15</small> <a href="/2015/12/14/irssi-website-now-on-github-pages">Irssi site now on github pages!</a> </p> <p><small>2014-10-11</small> <a href="/2014/10/11/irssi-0.8.17-released">Irssi 0.8.17 has been released!</a> </p> diff --git a/_layouts/page.html b/_layouts/page.html index 4d41ccc..0adbd61 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,4 +3,10 @@ layout: default --- <h1>{{ page.title }}</h1> +{% if page.twocolumn %} +<div class="two-column"> + {{ content }} +</div> +{% else %} {{ content }} +{% endif %} diff --git a/_layouts/welcome.html b/_layouts/welcome.html index 824d585..8cf0f40 100644 --- a/_layouts/welcome.html +++ b/_layouts/welcome.html @@ -65,7 +65,7 @@ </div> </div> <div class="row"> - <div class="hidden-xs col-sm-12 col-md-3"> + <div class="hidden-xs col-sm-12 col-md-3 raggedright"> <h3>What's new</h3> {% include sb_whatsnew.html %} </div> diff --git a/_posts/2016-02-29-irssi-0.8.18-released.markdown b/_posts/2016-02-29-irssi-0.8.18-released.markdown new file mode 100644 index 0000000..2d6cdd4 --- /dev/null +++ b/_posts/2016-02-29-irssi-0.8.18-released.markdown @@ -0,0 +1,28 @@ +--- +layout: post +title: "Irssi 0.8.18 Released" +--- +Irssi 0.8.18 has been released. This release contains many new goodies +including native CAP SASL support, "self messages" shown in the +correct window, line splitting on spaces, bracketed paste markers +support for better paste detection, nick hilighting everywhere in a +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). + +We are always looking for contributors so if you find any +[Issues](https://github.com/irssi/irssi/issues) report them, and if +you can fix any of them do not hesitate to send in a +[Patch](https://github.com/irssi/irssi/pulls)! + +Remember to check out Irssi's [Facebook fan +page](https://facebook.com/irssi), [LinkedIn +group](http://www.linkedin.com/groups?gid=147751), [Twitter +profile](https://twitter.com/IrssiProject) or pop into `#irssi` on +freenode. + +The Irssi Team. + diff --git a/about/index.markdown b/about/index.markdown index 4708df8..996a10f 100644 --- a/about/index.markdown +++ b/about/index.markdown @@ -3,6 +3,7 @@ layout: page title: About Irssi permalink: /about/ categories: [ _nav, _1 ] +twocolumn: true --- Introduction @@ -11,28 +12,42 @@ Introduction Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. +<div markdown="1"> + ### Greatest features You might be wondering what makes Irssi such an easy and comfortable client to use; Joost Vunderink wrote a summary of the most beneficial Irssi features. +</div> +<div markdown="1"> + ### Autologging Irssi can automatically log any channels, queries or special windows that you want. The logfiles will be separated per IRC network by default, and even log rotation is supported. Log file formats, themes and destination directories can be easily configured with the Irssi log settings. +</div> +<div markdown="1"> + ### Formats and themes Theming is a popular item in todays desktop enviroments, it's an easy yet powerful way to customize your Irssi client's look and feel. Irssi's formatting is modular which means you can just change the appearance of the objects and all items contaning that object will change into that format. +</div> +<div markdown="1"> + ### Configurable keybindings This feature is a piece of art; it allows you to modify the default keybindings and create your own so you can customize your client. If these keybindings are tuned, you can switch through the windows in no time, execute commands and even complete objects with these bindings. +</div> +<div markdown="1"> + ### Paste detection If you have ever pasted a bunchload of text into a wrong channel, you know how hard the consequences can be. Irssi tries to detect when you are pasting @@ -42,6 +57,9 @@ tab-completed and eventually ending up in a wrong destination window. When Irssi detects such a pasting, you will get the option to either abort the paste or execute the paste, this way you have total control of the pasting. +</div> +<div markdown="1"> + ### Perl scripting Perl is one of the most used programming languages around the globe and integrating Perl into applications means flexible and powerful scripting @@ -50,6 +68,9 @@ within these Perl scripts. Irssi provides a script archive with many contributed Irssi scripts which provide both useful extra features and the required assistance to make your own scripts. +</div> +<div markdown="1"> + ### Irssi-proxy This is much more than just a bouncer, Irssi-proxy is a plugin which allows to bind a port to each IRC server you are connected to. This means that @@ -63,8 +84,13 @@ use Issi as a client, I can strongly recommend it as a proxy because you can just connect to it with any IRC client by just connecting to the specified port instead of SSH-ing to the machine that your Irssi is running on. +</div> +<div markdown="1"> + ### Upgrades Upgrading your Irssi client to the latest version can be easily done without losing the connections to the IRC servers and without restarting Irssi. You can use the UPGRADE command to load the new Irssi binary and restoring your connections. + +</div> diff --git a/assets/css/style.css b/assets/css/style.css index d959fd3..c14ed25 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -21,6 +21,13 @@ p { -webkit-hyphens: auto; -ms-hyphens: auto; } +.raggedright p { + text-align: inherit; + hyphens: inherit; + -moz-hyphens: inherit; + -webkit-hyphens: inherit; + -ms-hyphens: inherit; +} p.center { text-align: center; hyphens: none; @@ -35,6 +42,13 @@ p.center { text-align: center; } +/* center buttons in xs view */ +@media (max-width: 767px) { + .jumbotron .col-xs-11 p { + text-align: center; + } +} + /* fix for anchored links to scroll the top bar */ *[id]:before { display: block; @@ -108,7 +122,7 @@ a[rel="external"]:hover:after,a.rel-external:hover:after { /* Tweak to make the menu visible (otherwise Bugs is cut off) */ .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { - max-height: 390px; + max-height: 412px; } @@ -169,3 +183,25 @@ blockquote { .twitter-timeline { height: 80vh !important; } + +.osicon { + padding-right: 1ex; + margin-bottom: 1ex; +} + +@media (min-width:992px) { +.two-column { + -moz-column-count: 2; + -moz-column-gap: 20px; + -moz-column-fill: balance; + -webkit-column-count: 2; + -webkit-column-gap: 20px; + -webkit-column-fill: balance; + column-count: 2; + column-gap: 20px; + column-fill: balance; +} +.two-column > div { + display: inline-block; +} +} diff --git a/development/index.markdown b/development/index.markdown new file mode 100644 index 0000000..9d964d1 --- /dev/null +++ b/development/index.markdown @@ -0,0 +1,50 @@ +--- +layout: page +title: Contributing +permalink: /development/ +--- + +# Irssi - Contributing + +### Development sources + +To get started with Irssi development, first check out the git repository: + + git clone https://github.com/irssi/irssi + +After check-out, you **must** run `./autogen.sh`. It may be necessary to install additional packages. More information can be found on [the wiki.][1]{:rel='external'} + +## Helping Development + +Hey you! Irssi is desperately looking for developers. No groundbreaking development has occured since ten years. Apart from fixing [bugs][2]{:rel='external'} and reviewing [patches][3]{:rel='external'}, there are also many huge issues which noone is tackling at the moment. Some of those are: + +* Rewrite the fe-text front-end to include vertical splits, flexible and multi-line status bars, vertical bars, zoom, layout pre-sets, dynamic themes, message tags, time-stamped messages, etc. +* Rewrite the core to optionally work in a distributed manner (where you can run the server connections on one server and connect to it with multiple fe-text front-ends) +* Revamp the API to better integrate multiple scripting languages (like Javascript, Lua) and require less (Perl-specific) glue code +* Fix and improve network Proxy support (SSL-enabled proxies, SSL connections over proxies, native SOCKS proxies in Irssi, better TOR support, per network proxies) ([#148][4]{:rel='external'}) +* Extend the IRC code to work better with any IRCv3 features. +* XMPP improvements +* Website improvements + +Also review the [Unofficial Roadmap][5]{:rel='external'} for a further source of TODOs. + +If you're lucky, you might find issues in the tracker that are [labeled 'easy'][6]{:rel='external'} + +### Scripts + +Perl scripts can be submitted to the [Irssi Script Repository][7]{:rel='external'} by following the instructions and sending a Pull Request on Github. Next to the perl and signals [documentation][8], the [Unofficial Irssi Scripting Documentation Wiki][9]{:rel='external'} may have additional helpful resources about writing scripts. + +### Themes + +Most of the existing documentation regarding themes can be found in the `default.theme` file created by Irssi when you `/save`, or `/save -formats`. Much of themeing is artistic skills combined with trial and error. Nice themes can be submitted to the [Irssi Themes Collection][10]{:rel='external'} through a Github Pull Request. + +[1]: https://github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git +[2]: //github.com/irssi/irssi/issues +[3]: //github/com/irssi/irssi/pulls +[4]: //github.com/irssi/irssi/pull/148 +[5]: //github.com/shabble/irssi-docs/wiki/Roadmap +[6]: //github.com/irssi/irssi/labels/easy +[7]: http://scripts.irssi.org/ +[8]: /documentation/ +[9]: //github.com/shabble/irssi-docs/wiki +[10]: //irssi-import.github.io/themes/ diff --git a/development/index.textile b/development/index.textile deleted file mode 100644 index 30b56ce..0000000 --- a/development/index.textile +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: page -title: Contributing -permalink: /development/ ---- - -h3. Development sources - -To get started with Irssi development, first check out the git repository: - -bc. git clone https://github.com/irssi/irssi - -After check-out, you *must* run @./autogen.sh@. It may be necessary to install additional packages. More information can be found on "(rel-external)the wiki.":https://github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git - -h2. Helping Development - -Hey you! Irssi is desperately looking for developers. No groundbreaking development has occured since ten years. Apart from fixing "(rel-external)bugs"://github.com/irssi/irssi/issues and reviewing "(rel-external)patches"://github/com/irssi/irssi/pulls, there are also many huge issues which noone is tackling at the moment. Some of those are: - -* Rewrite the fe-text front-end to include vertical splits, flexible and multi-line status bars, vertical bars, zoom, layout pre-sets, dynamic themes, message tags, time-stamped messages, etc. -* Rewrite the core to optionally work in a distributed manner (where you can run the server connections on one server and connect to it with multiple fe-text front-ends) -* Revamp the API to better integrate multiple scripting languages (like Javascript, Lua) and require less (Perl-specific) glue code -* Fix and improve network Proxy support (SSL-enabled proxies, SSL connections over proxies, native SOCKS proxies in Irssi, better TOR support, per network proxies) ("#148"://github.com/irssi/irssi/pull/148) -* Extend the IRC code to work better with any IRCv3 features. -* XMPP improvements -* Website improvements - -Also review the "(rel-external)Unofficial Roadmap"://github.com/shabble/irssi-docs/wiki/Roadmap for a further source of TODOs. - -If you're lucky, you might find issues in the tracker that are "(rel-external)labeled 'easy'"://github.com/irssi/irssi/labels/easy - -h3. Scripts - -Perl scripts can be submitted to the "(rel-external)Irssi Script Repository":http://scripts.irssi.org/ by following the instructions and sending a Pull Request on Github. Next to the perl and signals "documentation":/documentation/, the "(rel-external)Unofficial Irssi Scripting Documentation Wiki"://github.com/shabble/irssi-docs/wiki may have additional helpful resources about writing scripts. - -h3. Themes - -Most of the existing documentation regarding themes can be found in the @default.theme@ file created by Irssi when you @/save@, or @/save -formats@. Much of themeing is artistic skills combined with trial and error. Nice themes can be submitted to the "(rel-external)Irssi Themes Collection"://irssi-import.github.io/themes/ through a Github Pull Request. - diff --git a/documentation/faq/index.markdown b/documentation/faq/index.markdown index 75a215d..73a19b7 100644 --- a/documentation/faq/index.markdown +++ b/documentation/faq/index.markdown @@ -27,13 +27,13 @@ A: `/FORMAT timestamp {timestamp %%H:%%M:%%S}` - and remember to add the trailin A: Possibly a bug in irssi, or ircd you're using does something that irssi didn't really notice. The new code should make this happen far less often than before, but one known reason for this is when irssi doesn't notice that you were unable to join some channel. Currently however I don't know of any such events irssi doesn't know about. -Anyway, if this does happen, do `/RAWLOG SAVE ~/rawlog` soon after joining to channel, and either try to figure out yourself why irssi didn't get reply to WHO request, or send the whole log to cras@irssi.org. Note that the rawlog is by default only 200 lines and it may not be enough to show all needed information, so you might want to do `/SET rawlog_lines 1000` or so. +Anyway, if this does happen, do `/RAWLOG SAVE ~/rawlog` soon after joining to channel, and either try to figure out yourself why irssi didn't get reply to WHO request, or open a Github issue with the full log included. Note that the rawlog is by default only 200 lines and it may not be enough to show all needed information, so you might want to do `/SET rawlog_lines 1000` or so. `MODE +b` still works fine though. ### Q: Where's the GUI version? -A: Read [About](/about) +A: There was one on [irssi-import/xirssi](https://github.com/irssi-import/xirssi) but it has not been maintained for a long time. ### Q: How do I autorejoin channels after being kicked? @@ -57,7 +57,7 @@ A: Make sure your terminal supports UTF-8 (for example, `xterm -u8`). If you use ### Q: Will there be /DETACH-like feature? -A: Maybe. Detach code already is there, attach is just missing :) But I don't have much interest in coding it, [screen](http://www.gnu.org/software/screen/screen.html) and [dtach](http://dtach.sf.net/) can be used to do it just fine. +A: [tmux](http://tmux.github.io/), [screen](http://www.gnu.org/software/screen/screen.html) and [dtach](http://dtach.sf.net/) can be used to do it just fine. ### Q: How do I run scripts automatically at startup? diff --git a/documentation/index.markdown b/documentation/index.markdown index e97952e..539f72c 100644 --- a/documentation/index.markdown +++ b/documentation/index.markdown @@ -4,9 +4,11 @@ title: Documentation permalink: documentation/ categories: [ _nav ] --- + ## Irssi documentation and tutorials: -###Documentation +### Documentation + - Check the built-in `/HELP`, it has all the details on command syntax - [Startup How-To](startup) - [Settings](settings) @@ -17,6 +19,7 @@ categories: [ _nav ] - [Contributing](/development) ### Miscellaneous + - [Tips & Tricks](tips) - [Irssi Proxy](//github.com/irssi/irssi/blob/master/docs/proxy.txt){:rel='external'}, the mini-bnc module - [Colour Formats](//github.com/irssi/irssi/blob/master/docs/formats.txt){:rel='external'} @@ -24,12 +27,14 @@ categories: [ _nav ] - [Irssi 0.8.17 Tips](//github.com/shabble/irssi-docs/wiki/Irssi-0.8.17){:rel='external'} ### Tutorials + - [General guide to Irssi and GNU screen](//quadpoint.org/articles/irssi/){:rel='external'} - [Split windows handling](//quadpoint.org/articles/irssisplit/){:rel='external'} - [Split windows handling Addendum](http://wouter.coekaerts.be/irssi/split){:rel='external'} - [Showing events in different windows](http://wouter.coekaerts.be/site/irssi/wclf){:rel='external'} ### Scripting + - [Scripting Tutorial](http://juerd.nl/site.plp/irssiscripttut){:rel='external'}, by Juerd - [Perl Scripting Reference](//github.com/irssi/irssi/blob/master/docs/perl.txt){:rel='external'} - [Signals](//github.com/irssi/irssi/blob/master/docs/signals.txt){:rel='external'} diff --git a/download/index.markdown b/download/index.markdown new file mode 100644 index 0000000..0d2a5c1 --- /dev/null +++ b/download/index.markdown @@ -0,0 +1,146 @@ +--- +layout: page +title: Getting Irssi +permalink: /download/ +categories: [ _nav, _6 ] +--- + +There are several ways you can get Irssi: + +0. [Ready-Made Packages](#distributions-packages) +0. [Compiling from Sources](#sources) + +## Distributions' Packages + +<div class="row"> +<div class="col-md-4" markdown="1"> + +![][1]{:class='osicon'}**Windows** + +Download setup.exe from [Cygwin][2]{:rel='external'} and select irssi during the package selection step. To start irssi, open MinTTY (link should be on your Desktop) and type `irssi` + +[1]: /assets/Windows.png +[2]: https://www.cygwin.com/ + +</div> +<div class="col-md-4" markdown="1"> + +![][3]{:class='osicon'}![][4]{:class='osicon'}**Debian/Ubuntu** + +`apt-get install irssi`. +You may find more up to date version on [Debian Backports][5]{:rel='external'} + +[3]: /assets/debian.png +[4]: /assets/ubuntu.png +[5]: http://backports.debian.org/ + +</div> +<div class="col-md-4" markdown="1"> + +![][6]{:class='osicon'}**OS X** + +Install [Homebrew][7]{:rel='external'}, then +`brew install irssi` +You can also install Git with `--HEAD` + +[6]: /assets/macosx.png +[7]: http://brew.sh/ + +</div> +</div> +<div class="row"> +<div class="col-md-4" markdown="1"> + +![][8]{:class='osicon'}**Gentoo** + +`emerge irssi` + +[8]: /assets/gentoo.png + +</div> +<div class="col-md-4" markdown="1"> + +![][19]{:class='osicon'}**SuSE** + +`zypper in irssi`. + +You may find more up to date versions on [openSUSE Package Search][20]{:rel='external'} + +[19]: /assets/openSUSE.png +[20]: http://software.opensuse.org/package/irssi + +</div> +<div class="col-md-4" markdown="1"> + +![][9]{:class='osicon'}**ArchLinux** + +`pacman -S irssi` + +[9]: /assets/arch.png + +</div> +</div> +<div class="row"> +<div class="col-md-4" markdown="1"> + +![][10]{:class='osicon'}**Fedora/Red Hat** + +`dnf install irssi` or +`yum install irssi` + +[10]: /assets/fedora.png + +</div> +<div class="col-md-4" markdown="1"> + +![][11]{:class='osicon'}**Solaris** + +`pkg-get install irssi` + +[11]: /assets/opencsw.png + +</div> +<div class="col-md-4" markdown="1"> + +![][12]{:class='osicon'}**Slackware** + +`slackpkg install irssi` + +[12]: /assets/slackware.png + +</div> +</div> + +## Sources + +Latest release version: **0.8.18** – [Downloads][14]{:rel='external'} + +See the included [INSTALL][15]{:rel='external'} file for building instructions + +To verify the signatures: + + gpg --keyserver wwwkeys.pgp.net --recv-keys DDBEF0E1 + +You shouldn't really trust this key without verifying its fingerprint. See it with `gpg --fingerprint staff@irssi.org` and ask someone if it matches (eg. on `#irssi`). + + gpg --verify irssi-0.8.18.tar.xz.asc + +(This key is different from the one used to sign binaries of versions before 0.8.10. More gpg help can be found from GPG manual) + +### Development sources + +[Git][16]{:rel='external'} – You can also get the development version. To check it out, run + + git clone https://github.com/irssi/irssi + +After check-out, you **must** run `./autogen.sh`. It may be necessary to install additional packages. More information can be found on [the wiki.][17]{:rel='external'} + +See also: [Commit Log][18]{:rel='external'} + +[13]: //github.com/irssi-import/irssi/releases +[14]: //github.com/irssi/irssi/releases +[15]: //github.com/irssi/irssi/blob/master/INSTALL +[16]: //github.com/irssi/irssi +[17]: //github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git +[18]: //github.com/irssi/irssi/commits/master + diff --git a/download/index.textile b/download/index.textile deleted file mode 100644 index 0a6da83..0000000 --- a/download/index.textile +++ /dev/null @@ -1,118 +0,0 @@ ---- -layout: page -title: Getting Irssi -permalink: /download/ -categories: [ _nav, _6 ] ---- -There are several ways you can get Irssi: - -# "Ready-Made Packages":#packages -# "Compiling from Sources":#sources - -h2(#packages). Distributions' Packages - -<div class="row"> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/Windows.png!*Windows* - -p. Download setup.exe from "(rel-external)Cygwin":https://www.cygwin.com/ and select irssi during the package selection step. To start irssi, open MinTTY (link should be on your Desktop) and type @irssi@ - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !/assets/debian.png!!{padding-right:1ex}/assets/ubuntu.png!*Debian/Ubuntu* - -@apt-get install irssi@. -You may find more up to date version on "(rel-external)Debian Backports":http://backports.debian.org/ - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/macosx.png!*OS X* - -Install "(rel-external)Homebrew":http://brew.sh/, then -@brew install irssi@ -You can also install Git with @--HEAD@ - -</div> -</div> -<div class="row"> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/gentoo.png!*Gentoo* - -@emerge irssi@ - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/openSUSE.png!*SuSE* - -@zypper in irssi@. -You may find more up to date versions on "(rel-external)openSUSE Package Search":http://software.opensuse.org/package/irssi - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/arch.png!*ArchLinux* - -@pacman -S irssi@ - -</div> -</div> -<div class="row"> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/fedora.png!*Fedora/Red Hat* - -@dnf install irssi@ or -@yum install irssi@ - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/opencsw.png!*Solaris* - -@pkg-get install irssi@ - -</div> -<div class="col-md-4"> - -div{margin-bottom:1ex}. !{padding-right:1ex}/assets/slackware.png!*Slackware* - -@slackpkg install irssi@ - -</div> -</div> - -h2(#sources). Sources - -Latest release version: *0.8.17* - "(rel-external)Downloads"://github.com/irssi-import/irssi/releases - -Latest pre-release version: *0.8.18-beta2* - "(rel-external)Downloads"://github.com/irssi/irssi/releases - -See the included "(rel-external)INSTALL"://github.com/irssi/irssi/blob/master/INSTALL file for building instructions - -To verify the signatures: - -bc. gpg --keyserver wwwkeys.pgp.net --recv-keys DDBEF0E1 - -You shouldn't really trust this key without verifying its fingerprint. See it with [@gpg --fingerprint staff@irssi.org@] and ask someone if it matches (eg. on @#irssi@). - -bc. gpg --verify irssi-0.8.17.tar.gz.asc - -(This key is different from the one used to sign binaries of versions before 0.8.10. More gpg help can be found from GPG manual) - -h3. Development sources - -"(rel-external)Git":1 - You can also get the development version. To check it out, run - -bc. git clone https://github.com/irssi/irssi - -After check-out, you *must* run @./autogen.sh@. It may be necessary to install additional packages. More information can be found on "(rel-external)the wiki.":https://github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git - -See also: "(rel-external)Commit Log"://github.com/irssi/irssi/commits/master - - -[1]https://github.com/irssi/irssi diff --git a/test2.textile b/test2.textile deleted file mode 100644 index 0d6905d..0000000 --- a/test2.textile +++ /dev/null @@ -1,3 +0,0 @@ ---- -layout: default ---- |