From 62c4a2bb4a67d50c2cab0d7b0ae9d0b42b2d1463 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 4 Jan 2019 00:12:12 +0000 Subject: [PATCH] Fix filenames --- thunix | 23 ----------------------- tildegit.org | 26 -------------------------- 2 files changed, 49 deletions(-) delete mode 100644 thunix delete mode 100644 tildegit.org diff --git a/thunix b/thunix deleted file mode 100644 index 40e2c0c..0000000 --- a/thunix +++ /dev/null @@ -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) diff --git a/tildegit.org b/tildegit.org deleted file mode 100644 index c282b7b..0000000 --- a/tildegit.org +++ /dev/null @@ -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)