bump 0.1.2.5
[htalkat.git] / index.gmi.in
blobffea96b5470b37d7d4c9bb869da675d70a6c32e6
1 # htalkat: Haskell client and server for talkat (Talk Across TLS)
2 # Introduction
3 The talkat protocol is an attempt to update the classic unix realtime text communication protocol talk(1), inspired by the gemini protocol. It uses TLS for encryption and authentication, and UTF8 for internationalisation. htalkat is an implementation of this protocol, allowing you to talk at anyone running a talkat server, and to run your own.
4 => spec.gmi talkat protocol specification
6 # Install
7 You'll need the cabal and ncurses development packages (e.g. on Debian, "cabal-install" and "libncurses5-dev"); then run:
8 ```
9 $ cabal update && cabal install htalkat
10 $ ~/.cabal/bin/htalkat h
11 ```
13 # Source code and further information
14 => README.gmi README.gmi
15 => CHANGELOG.gmi CHANGELOG.gmi
16 => https://repo.or.cz/htalkat.git source repo
17 => htalkat-$VERSION-src.tgz source tgz
18 => htalkat.bundle git bundle (clone with `git clone htalkat.bundle htalkat`)