• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

acid/H03-May-2022-4,7394,106

bin/H03-May-2022-2,3621,922

dict/H03-May-2022-1,062,257843,956

dist/H03-May-2022-1,6361,391

face/H03-May-2022-5452

font/H03-May-2022-9,0778,775

include/H03-May-2022-8,5856,327

lib/H07-May-2022-43,58543,374

lp/H03-May-2022-1,7001,510

mac/H03-May-2022-173158

mail/H03-May-2022-169115

man/H03-May-2022-94,30592,841

ndb/H03-May-2022-5041

news/H03-May-2022-21

plumb/H03-May-2022-165138

postscript/H16-Aug-2020-2,5082,364

proto/H07-May-2022-

sky/H07-May-2022-3,2403,232

src/H03-May-2022-513,845432,212

tmac/H03-May-2022-17,41817,245

troff/H16-Aug-2020-66,96066,743

unix/H03-May-2022-3,9783,688

.gitignoreH A D03-May-2022283 2625

.travis.ymlH A D03-May-20221.7 KiB4238

CHANGESH A D03-May-202245.6 KiB1,6681,340

CONTRIBUTING.mdH A D03-May-2022166 42

CONTRIBUTORSH A D03-May-20222.1 KiB5856

INSTALLH A D03-May-20225 KiB216194

LICENSEH A D03-May-202212.5 KiB258209

MakefileH A D03-May-202232 42

README.mdH A D03-May-20221.4 KiB5234

configureH A D03-May-202239 51

rcmainH A D03-May-20221 KiB5251

README.md

1This is a port of many Plan 9 libraries and programs to Unix.
2
3Installation
4------------
5
6To install, run ./INSTALL.  It builds mk and then uses mk to
7run the rest of the installation.
8
9For more details, see install(1), at install.txt in this directory
10and at https://9fans.github.io/plan9port/man/man1/install.html.
11
12Documentation
13-------------
14
15See https://9fans.github.io/plan9port/man/ for more documentation.
16(Documentation is also in this tree, but you need to run
17a successful install first.  After that, "9 man 1 intro".)
18
19Intro(1) contains a list of man pages that describe new features
20or differences from Plan 9.
21
22Helping out
23-----------
24
25If you'd like to help out, great!
26
27If you port this code to other architectures, please share your changes
28so others can benefit.
29
30Git
31---
32
33You can use Git to keep your local copy up-to-date as we make
34changes and fix bugs.  See the git(1) man page here ("9 man git")
35for details on using Git.
36
37Status
38------
39
40[![Build Status](https://travis-ci.org/9fans/plan9port.svg?branch=master)](https://travis-ci.org/9fans/plan9port)
41[![Coverity Scan Build Status](https://scan.coverity.com/projects/plan-9-from-user-space/badge.svg)](https://scan.coverity.com/projects/plan-9-from-user-space)
42
43
44Contact
45-------
46
47* Mailing list: https://groups.google.com/group/plan9port-dev
48* Issue tracker: https://github.com/9fans/plan9port/issues
49* Submitting changes: https://github.com/9fans/plan9port/pulls
50
51* Russ Cox <rsc@swtch.com>
52