aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: c97fe888244dd406d7972b6300e756c1e0b8f47f (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
38
39
40
41
42
43
{# SPDX-License-Identifier: CC-BY-SA-4.0 #}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>YK Pao School Utilities Home</title>
	<link rel="stylesheet" href="/static/style.css">
</head>
<body>
	<header>
		<h1>YK Pao School Utilities Home</h1>
	</header>
	<article>
		<p>Hello! This site hosts some of <a href="//runxiyu.org">Runxi Yu</a>'s services related to life at YK Pao School.</p>
		<h2>For Regular Students</h2>
		<ul>
			<li><a href="/sjdb/">Songjiang Daily Bulletin</a></li>
			<li><a href="/wifi">Connecting to WiFi</a></li>
			<li><a href="/print">Printing</a></li>
			<li><a href="//powermentor.andrewyu.org">PowerMentor for Peer Pao</a></li>
			<li><a href="//git.runxiyu.org/runxiyu/tooch.git">Userspace utilities and resources</a>
				<ul>
					<li><code>sjauth</code>, network authentication script</li>
					<li><code>chphoto</code>, azure directory photo changer</li>
					<li>various scripts to manipulate past papers and PDFs</li>
					<li><code>memch</code>, a simple CLI for memorizing classical Chinese texts</li>
					<li><code>ykpsmuttauth</code>, an XOAUTH2 token fetcher for mutt/aerc</li>
				</ul>
			</li>
		</ul>
		<h2>For Developers</h2>
		<ul>
			<li><a href="//lists.sr.ht/~runxiyu/ykps">General project mailing list</a></li>
			<li><a href="//git.sr.ht/~runxiyu/ykps-wsgi">Source for this WSGI site</a>
			<li><a href="//git.sr.ht/~runxiyu/mentorweb">PowerMentor development repository</a>
			<li><a href="//git.sr.ht/~runxiyu/fbfp">WIP Peer Feedback System</a></li>
			<li><a href="//sr.ht/~runxiyu/ykps">Project Hub on sr.ht</a></li>
			<li>Daily Bulletin development resources are available at the Daily Bulletin homepage</li>
		</ul>
	</article>
</body>
</html>