Blame


1 2ad4a6a2 2022-01-23 op # kamid
2 2ad4a6a2 2022-01-23 op
3 be734542 2022-02-12 op <section class="with-image">
4 4aaeb83a 2022-06-11 op <img src="yotsuba.png" alt="Yotsuba from \"Yotsuba to!\"" title="yotsuba.png" />
5 be734542 2022-02-12 op <div>
6 e44272b6 2022-02-09 op kamid is a FREE, easy-to-use and portable implementation of a 9p file server daemon for UNIX-like systems with a strong focus on security and correctness.
7 2ad4a6a2 2022-01-23 op
8 383c4b31 2022-02-10 op => GH/releases/download/CURRV/kamid-CURRV.tar.gz kamid-CURRV.tar.gz
9 776b1953 2022-02-12 op => GH/releases/download/CURRV/SHA256.sig SHA256.sig
10 383c4b31 2022-02-10 op
11 383c4b31 2022-02-10 op Signify pubkeys for this and the next release:
12 383c4b31 2022-02-10 op ```
13 383c4b31 2022-02-10 op kamid-CURRV.pub: CURRSIGN
14 383c4b31 2022-02-10 op kamid-NEXTV.pub: NEXTSIGN
15 383c4b31 2022-02-10 op ```
16 383c4b31 2022-02-10 op
17 ee8d7450 2022-06-11 op => https://git.omarpolo.com/cgi-bin/gotweb/gotweb?path=kamid.git&action=summary git repository
18 ee8d7450 2022-06-11 op => https://codeberg.org/op/kamid Codeberg mirror
19 4c8aba72 2022-01-23 op => https://github.com/omar-polo/kamid GitHub mirror
20 2ad4a6a2 2022-01-23 op
21 f6a3556c 2022-01-23 op => install.EXT Installation guide
22 4c8aba72 2022-01-23 op => tutorial.EXT Tutorial
23 383c4b31 2022-02-10 op => caveats.EXT Caveats
24 be734542 2022-02-12 op </div>
25 be734542 2022-02-12 op </section>
26 4c8aba72 2022-01-23 op
27 4c8aba72 2022-01-23 op ## Kamid documentation
28 4c8aba72 2022-01-23 op
29 10382cde 2022-01-23 op => 9p.7.MANEXT 9p.7: protocol documentation
30 4c8aba72 2022-01-23 op => kamictl.8.MANEXT kamictl.8: command line utility to manage kamid
31 5313a027 2022-01-30 op => kamid.conf.5.MANEXT kamid.conf.5: daemon configuration file
32 4c8aba72 2022-01-23 op => kamid.8.MANEXT kamid.8: 9p daemon documentation
33 4c8aba72 2022-01-23 op => kamiftp.1.MANEXT kamiftp.1: ftp(1)-like command line utility for 9p
34 c4cd64f0 2022-02-09 op => kamiproxy.1.MANEXT kamiproxy.1: proxy for 9P-over-TLS
35 4c8aba72 2022-01-23 op
36 e68057df 2022-01-23 op
37 4c8aba72 2022-01-23 op ## Other useful links
38 4c8aba72 2022-01-23 op
39 4c8aba72 2022-01-23 op => https://man.cat-v.org/plan_9/5/intro plan9 intro(5)
40 4c8aba72 2022-01-23 op => https://9p.cat-v.org/ 9p page on cat-v.org
41 264cc846 2022-01-23 op => https://9p.cat-v.org/documentation/rfc/ 9p "RFC" (not exactly, but...)