diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-13 22:33:40 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-13 22:33:40 -0300 |
commit | 2c7f1bdf56fc2923694de6c9efadb1862001d189 (patch) | |
tree | 44e167a9eb24824bde7d86ebcbcea9dd2bee920f | |
parent | 98cf75a657715706a93f838aff463195cffc3f4b (diff) | |
download | irssi.github.io-2c7f1bdf56fc2923694de6c9efadb1862001d189.zip |
development: minor text updates
-rw-r--r-- | development/index.textile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/index.textile b/development/index.textile index 91011b2..d1d1ff8 100644 --- a/development/index.textile +++ b/development/index.textile @@ -13,8 +13,6 @@ 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 -*Note*, the @INSTALL@ document is **not** valid for Git clones, only for release tarballs (even though it is also included in the Git checkout) - 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: @@ -23,12 +21,14 @@ Hey you! Irssi is desperately looking for developers. No groundbreaking developm * 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, finish integration of SASL ("(rel-external)#222"://github.com/irssi/irssi/pull/222) +* 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. |