Fix filenames

This commit is contained in:
Ubergeek 2019-01-04 00:12:12 +00:00
parent 83983906e7
commit 62c4a2bb4a
2 changed files with 0 additions and 49 deletions

23
thunix
View File

@ -1,23 +0,0 @@
.\" Manpage for Thunix.
.\" Contact ubergeek@phoenix.thunix.cf to correct errors or typos.
.TH man 8 "03 January 2019" "1.0" "Thunix man page"
.SH NAME
Thunix \- a public Linux server
.SH SYNOPSIS
ssh phoenix.thunix.cf
.SH DESCRIPTION
Thunix is a publicly accesible Linux server, running Debian 9, and managed using ansible playbooks.
.SH OPTIONS
There are many optional things to do on Thunix. There is IRC chat availble with the weechat client. Most build tools are available to you as well, to include git, make, gcc, go, python, and perl. Mail facilties are also available for you to use via alpine, mutt, or even mailx.
To enter chat, just type 'chat' and hit enter. You'll be dropped into the #thunix chat room on the irc.tilde.chat network.
You should create an account at tildegit.org, where Thunix's git repos are hosted, to include the system configuration definition files.
Ansible is the tool we use to configure the systems that comprise Thunix. Git and ansible are two tools your should familiarize yourself with.
.SH SEE ALSO
ssh(8), weechat(8), git(8), make(8), gcc(8), go(8), python(8), perl(8), alpine(8), mutt(8), mailx(8), ansible-playbook(8), tildegit.org(8)
.SH BUGS
No known bugs.
.SH AUTHOR
Uber Geek (ubergeek@phoenix.thunix.cf)

View File

@ -1,26 +0,0 @@
.\" Manpage for tildegit.org
.\" Contact ubergeek@phoenix.thunix.cf to correct errors or typos.
.TH man 8 "03 January 2019" "1.0" "tildegit.org man page"
.SH NAME
tildegit.org \- a public web based source repository for the tildeverse
.SH SYNOPSIS
https://tildegit.org
.SH DESCRIPTION
Tildegit is a web based source control system available for the tildeverse, that runs gitea. Thunix uses tildegit.org for all source control.
The following git repos are used:
* ansible (https://tildegit.org/thunix/ansible)
This repo stores the configuration spec for all machines comprising Thunix. The repo consists of declarative YAML files that describes the state the machines should be in.
* www (https://tildegit.org/thunix/www)
This repo stores the source code that makes up the https:/thunix.cf website. It's mostly php.
* documentation (https://tildegit.org/thunix/documentation)
This repo stores the man pages and accompanying documentation for the system.
.SH SEE ALSO
git(8), ansible(8)
.SH BUGS
No known bugs.
.SH AUTHOR
Uber Geek (ubergeek@phoenix.thunix.cf)