diff options
author | Ailin Nemui <ailin@linux.localdomain> | 2015-07-10 00:41:56 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@linux.localdomain> | 2015-08-05 23:13:09 +0200 |
commit | 6c888c42cfeaff68f8880e9ec73c0450c420bdfa (patch) | |
tree | c761dd371843b43b93dec55a3603ba99f61f985d /_layouts | |
parent | aeefab4eb333d47d9d0af936e9e3f59cf86815e1 (diff) | |
download | irssi.github.io-6c888c42cfeaff68f8880e9ec73c0450c420bdfa.zip |
irssi-import(2)
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 9 | ||||
-rw-r--r-- | _layouts/welcome.html | 123 |
2 files changed, 126 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3a0c21e..2620e24 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en-GB"> {% include head.html %} <body> @@ -32,11 +32,8 @@ </script> <gcse:searchbox-only></gcse:searchbox-only></div> <h4>What's new?</h4> - <p><a href="/2014/10/11/irssi-0.8.17-released">Irssi 0.8.17 has been released!</a></p> - {% if page.title contains 'News' %}<div> - <a class="twitter-timeline" data-widget-id="600720083413962752" href="https://twitter.com/IrssiProject" data-screen-name="IrssiProject" height="400">Tweets by @IrssiProject</a> - <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> - </div>{% endif %} + {% include sb_whatsnew.html %} + {% include sb_sidebar.html %} </div> </div> </div> diff --git a/_layouts/welcome.html b/_layouts/welcome.html new file mode 100644 index 0000000..0e0717d --- /dev/null +++ b/_layouts/welcome.html @@ -0,0 +1,123 @@ +<!DOCTYPE html> +<html lang="en-GB"> + {% include head.html %} + + <body> + {% include header.html %} + + <div class="page-content"> + <div class="container"> + + <br class="clearfix" /> + <div class="jumbotron flex"> + <div class="row"> + <div class="visible-xs col-xs-1"></div> + <div class="col-md-6 col-sm-12 col-xs-11"> + <h1>Irssi</h1> + <h2>Chat Client</h2> + <p class="center">Your text mode chatting application since 1999.</p> + <p class="hidden-xs">IRC built-in. Multi-protocol + friendly for module authors.</p> + <p class="hidden-xs">Shipped-by-default Perl scripting with a wide + range of available extensions.</p> + <p class="hidden-xs">Integrates into the UNIX stack: Your window manager, your terminal emulator, your remote connection, your terminal multiplexer, your IRC bouncer, your IRC adapter. + <!-- xterm​/​gnome-terminal​/​konsole​/​st, Mosh, SSH, screen​/​tmux​/​dtach, miau​/​znc​/​irssi-proxy, minbif​/​bitlbee​/​XMPP. + --> + </p> + <p class="hidden-xs">Irssi is free software licensed under the GPLv2, available for Linux, BSD, Solaris, Apple, Cygwin, …</p> + <p style="line-height: 3"><a class="btn btn-lg btn-danger" href="/download/" role="button">Getting Irssi »</a> + <a class="btn btn-lg btn-info" href="/documentation/" role="button">Read tutorials and docs »</a> + </p> + </div> + <div class="visible-xs col-xs-1"></div> + <div class="col-md-6 col-sm-12 col-xs-10 welcome-img"> + + </div> + <div class="visible-xs col-xs-1"></div> + </div> + </div> + + <div class="row visible-xs"> + <div class="col-sm-12"> + <h3>What's new</h3> + {% include sb_whatsnew.html %} + </div> + <div class="col-sm-4"> + <h3>Protocol support</h3> + <p>Irssi has built-in support for IRC. It is multi-protocol + friendly for module authors and has been extended with ICB, SILC and XMPP modules.</p> + </div> + <div class="col-sm-4"> + <h3>Stack compatible</h3> + <p>Irssi fits well into the UNIX stack: it works + together with your favourite window manager (through + notification scripts), terminal emulator (be it xterm, + gnome-terminal, konsole, st or some other emulator), + your connection enhancer, SSH, terminal multiplexer + (screen or tmux), background runner (such as dtach), + IRC bouncers (znc, miau, or Irssi's own irssi-proxy, + and IRC adapters (such as bitlbee).</p> + </div> + <div class="col-sm-4"> + <h3>Free software</h3> + + <p>Irssi is free software licensed under the GPLv2, available for Linux, BSD, Solaris, Apple, Cygwin, …</p> + </div> + </div> + <div class="row"> + <div class="hidden-xs col-sm-12 col-md-3"> + <div class="row"><div class="col-md-12 col-sm-8"> + <h3>What's new</h3> + {% include sb_whatsnew.html %}</div><div class="col-md-12 col-sm-4"> + <h4 style='margin-bottom:0'>Search this site</h4> + <div><script> + (function() { + var cx = '013138746835038969445:mlfkigveyj4'; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + + '//cse.google.com/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); +</script> + <gcse:searchbox-only></gcse:searchbox-only></div></div></div> + </div> + <div class="col-sm-4 col-md-3"> + <h3>Themes</h3> + <p> + Irssi is completely themeable. Every single message + can be themed. True colours can be used in your + themes. Check + the <a rel="external" href="//irssi-import.github.io/themes/">theme + gallery</a> for some impressions.</p> + </div> + <div class="col-sm-4 col-md-3"> + <h3>Modules</h3> + <p> + Irssi makes it easy to write protocol modules in + C. You can enjoy the chatting power of Irssi in + combination with IRC, ICB or SILC. Find more modules on the <a href="/modules/">Modules</a> page.</p> + </div> + <div class="col-sm-4 col-md-3"> + <h3>Scripting</h3> + <p class="visible-xs">Perl scripting is shipped by + default with Irssi, and third-party Python and TCL modules + exists as well.</p> + <p> + Irssi features a sane and minimal scripting API + together with a coherent signal handling + mechanism. + There are many existing scripts for + Irssi, + see <a rel="external" href="https://github.com/shabble/irssi-docs/wiki/Usage#finding-scripts">Finding + scripts</a> for some good resources.</p> + </div> + </div> + </div> + +<script src="/assets/js/welcome.js"></script> + {% include footer.html %} + </body> +</html> |