summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.72
-rw-r--r--email.74
-rw-r--r--index.18
-rw-r--r--irc.714
-rw-r--r--makefile10
-rw-r--r--ssh.722
6 files changed, 55 insertions, 5 deletions
diff --git a/changelog.7 b/changelog.7
index 42fb985..3e8362c 100644
--- a/changelog.7
+++ b/changelog.7
@@ -1,4 +1,4 @@
-.TH CHANGELOG 7 "2025-01-12" "unixfriends" "Project Documentation"
+.TH CHANGELOG 7 "2026-01-12" "unixfriends" "Project Documentation"
 
 .SH NAME
 changelog \- site update history
diff --git a/email.7 b/email.7
index 1727540..8be69a0 100644
--- a/email.7
+++ b/email.7
@@ -1,8 +1,8 @@
-.TH EMAIL 7 "2025" "unixfriends" "Miscellaneous Information"
+.TH EMAIL 7 "2026" "unixfriends" "Miscellaneous Information"
 .SH NAME
 email \- contact information
 .SH DESCRIPTION
-эта page contains the contact email address.
+this page contains the contact email address.
 .UR index.html
 back to main page
 .PP
diff --git a/index.1 b/index.1
index d88cd1d..9c76271 100644
--- a/index.1
+++ b/index.1
@@ -1,4 +1,4 @@
-.TH LAIN 1 "2025" "unixfriends" "User Pages"
+.TH LAIN 1 "2026" "unixfriends" "User Pages"
 .SH NAME
 \fBlain\fR \- silly guy
 .SH SYNOPSIS
@@ -42,6 +42,12 @@ notes(7),
 .UR https://git.iwakura.page
 git(1)
 .UE
+.UR irc.html
+catgirl(1)
+.UE
+.UR ssh.html
+ssh(1)
+.UE
 
 .PP
 i believe the internet should remain simple.
diff --git a/irc.7 b/irc.7
new file mode 100644
index 0000000..dacc38e
--- /dev/null
+++ b/irc.7
@@ -0,0 +1,14 @@
+.TH "IRC" 7 "2026" "unixfriends" "Miscellaneous Information"
+.SH NAME
+irc \- Internet Relay Chat
+.SH DESCRIPTION
+here is a link to my IRC server, sometimes im online sometimes im not
+.nf
+chat.iwakura.page
+.fi
+
+.SH NOTES
+one rule - dont be a dick
+
+.SH SEE ALSO
+.Xr ssh 1
diff --git a/makefile b/makefile
index ab79eef..939dfc5 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ DIST=	dist
 
 .PHONY: all clean
 
-all: $(DIST)/index.html $(DIST)/email.html $(DIST)/style.css $(DIST)/scheme.css $(DIST)/changelog.html
+all: $(DIST)/ssh.html $(DIST)/irc.html $(DIST)/index.html $(DIST)/email.html $(DIST)/style.css $(DIST)/scheme.css $(DIST)/changelog.html
 
 $(DIST):
 	mkdir -p $(DIST)
@@ -21,6 +21,14 @@ $(DIST)/changelog.html: changelog.7 style.css $(DIST)
 	mandoc -Thtml -Ostyle=style.css changelog.7 > $@
 	cp changelog.7 $(DIST)/changelog.7
 
+$(DIST)/irc.html: irc.7 style.css $(DIST)
+	mandoc -Thtml -Ostyle=style.css irc.7 > $@
+	cp irc.7 $(DIST)/irc.7
+
+$(DIST)/ssh.html: ssh.7 style.css $(DIST)
+	mandoc -Thtml -Ostyle=style.css ssh.7 > $@
+	cp ssh.7 $(DIST)/ssh.7
+	
 $(DIST)/style.css: style.css $(DIST)
 	cp style.css $@
 
diff --git a/ssh.7 b/ssh.7
new file mode 100644
index 0000000..3d46eb0
--- /dev/null
+++ b/ssh.7
@@ -0,0 +1,22 @@
+.TH "SSH" 7 "2026" "unixfriends" "Miscellaneous Information"
+.SH NAME
+irc \- Internet Relay Chat
+.SH DESCRIPTION
+here is a link to my torus and 
+.UR https://git.causal.agency/play
+"play" 
+.UE
+server
+.nf
+ssh torus@ssh.iwakura.page
+.fi
+or
+.nf
+ssh play@ssh.iwakura.page
+.fi
+
+.SH NOTES
+one rule - dont be a dick
+
+.SH SEE ALSO
+.Xr ssh 1