mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
branding
This commit is contained in:
parent
921c40f09b
commit
2cdcf86174
5 changed files with 291 additions and 26 deletions
33
README.md
33
README.md
|
|
@ -1,11 +1,10 @@
|
|||
# [Irssi](https://irssi.org/)
|
||||
# Neırssi
|
||||
|
||||

|
||||

|
||||
|
||||
Irssi is a modular chat client that is most commonly known for its
|
||||
text mode user interface, but 80% of the code isn't text mode
|
||||
specific. Irssi comes with IRC support built in, and there are
|
||||
third party [ICB](https://github.com/jperkin/irssi-icb),
|
||||
Neırssi is a modular text mode chat client mostly compatible with
|
||||
[Irssi](https://irssi.org). It comes with IRC support built in, and
|
||||
there are third party [ICB](https://github.com/jperkin/irssi-icb),
|
||||
[SILC](http://www.silcnet.org/),
|
||||
[XMPP](http://cybione.org/~irssi-xmpp/) (Jabber),
|
||||
[PSYC](http://about.psyc.eu/Irssyc) and
|
||||
|
|
@ -14,14 +13,14 @@ available.
|
|||
|
||||

|
||||
|
||||
## [Download information](https://irssi.org/download/)
|
||||
## [Download information](https://ailin-nemui.github.io/irssi/Getting.html)
|
||||
|
||||
#### Development source installation
|
||||
|
||||
[Ninja](https://ninja-build.org/) 1.5 and [Meson](https://mesonbuild.com/) 0.49
|
||||
|
||||
```
|
||||
git clone https://github.com/irssi/irssi
|
||||
git clone https://github.com/ailin-nemui/irssi
|
||||
cd irssi
|
||||
meson Build
|
||||
ninja -C Build && sudo ninja -C Build install
|
||||
|
|
@ -29,13 +28,13 @@ ninja -C Build && sudo ninja -C Build install
|
|||
|
||||
#### Release source installation
|
||||
|
||||
* Download [release](https://github.com/irssi/irssi/releases)
|
||||
* [Verify](https://irssi.org/download/#release-sources) signature
|
||||
* Download [release](https://github.com/ailin-nemui/irssi/releases)
|
||||
* Verify signature
|
||||
```
|
||||
tar xJf irssi-*.tar.xz
|
||||
cd irssi-*
|
||||
./configure
|
||||
make && sudo make install
|
||||
meson Build
|
||||
ninja -C Build && sudo ninja -C Build install
|
||||
```
|
||||
|
||||
### Requirements
|
||||
|
|
@ -47,23 +46,23 @@ make && sudo make install
|
|||
|
||||
#### See the [INSTALL](INSTALL) file for details
|
||||
|
||||
## [Documentation](https://irssi.org/documentation/)
|
||||
## Documentation
|
||||
|
||||
* [Frequently Asked Questions](https://irssi.org/documentation/faq)
|
||||
* [Startup How-To](https://irssi.org/documentation/startup)
|
||||
* [New users guide](https://ailin-nemui.github.io/irssi/New-users.html)
|
||||
* Check the built-in `/HELP`, it has all the details on command syntax
|
||||
* Other random Irssi documentation on https://irssi.org/documentation/
|
||||
|
||||
## [Themes](https://irssi-import.github.io/themes/)
|
||||
|
||||
## [Scripts](https://scripts.irssi.org/)
|
||||
|
||||
## [Modules](https://irssi.org/modules/)
|
||||
## [Modules](https://ailin-nemui.github.io/irssi/Modules.html)
|
||||
|
||||
## [Security information](https://irssi.org/security/)
|
||||
|
||||
Please report security issues to staff@irssi.org. Thanks!
|
||||
|
||||
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / [Contributing](https://irssi.org/development/)
|
||||
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / Contributing
|
||||
|
||||
Check the GitHub issues if it is already listed in there; if not, open
|
||||
an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue