summary refs log tree commit diff stats
path: root/index.html
blob: 0951b9f97976e815ee55ed8202bdb56ac7e2f7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Andrew Yu's WIP website</title>
	</head>
	<body>
		<h1>Andrew Yu's WIP website</h1>
		<p>I recently switched from Linux to OpenBSD on all of my servers and some desktop/laptops.  I'm going to rewrite the site soon, see you then!</p>
		<p>Things done:
			<dl>
				<dt>web</dt><dd>httpd</dd>
				<dt>email</dt><dd>smtpd, dovecot, rspamd</dd>
			</dl>
		</p>
		<h2>Sites</h2>
		<p>I maintain a few sites on my server.</p>
		<p>
			<dl>
				<dt>Public projects code on the Web</dt><dd><a href="https://project.andrewyu.org">https://projects.andrewyu.org</a></dd>
				<dt>Git bare repos for public projects</dt><dd><a href="https://git.andrewyu.org">https://git.andrewyu.org</a></dd>
				<dt>My personal blog</dt><dd><a href="https://www.andrewyu.org/blog">https://www.andrewyu.org/blog</a></dd>
				<dt>Random storage space</dt><dd><a href="https://www.andrewyu.org/pub">https://www.andrewyu.org/pub</a></dd>
			</dl>
		</p>Note: Some of these sites are unpopulated.  Some of these sites look ugly.  Some of these sites don't exist yet.  This is, again, a new server, I'm probably going to fix that sooner or later.</p>
		<h2>Contact</h2>
		<p>There are many ways to contact me.  None require proprietary software.</p>
		<p>
			<ul>
				<li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a></li>
				<li>irc <a href="irc://irc.libera.chat:6697/AndrewYu">Andrew on Libera</a></li>
				<li>irc <a href="irc://irc.libera.chat:6697/AndrewYu">Andrew on AndrewIRC</a></li>
			</ul>
		</p>
		<p>Note: I am not always on IRC until I get my bouncer set up.  AndrewIRC won't be up until I find a sane minimal server, then install and configure it.</p>
		<p><small>To the extent possible under law, Andrew Yu has waived all copyright and related or neighboring rights to the content of this website.</small></p>
	</body>
</html>