diff options
-rw-r--r-- | _webmention.html | 2 | ||||
-rwxr-xr-x | coc.php | 1 | ||||
-rwxr-xr-x | faq.php | 3 | ||||
-rwxr-xr-x | index.php | 2 | ||||
-rwxr-xr-x | signup.php | 1 | ||||
-rwxr-xr-x | stats.php | 21 | ||||
-rw-r--r-- | tilde.json | 2 |
7 files changed, 20 insertions, 12 deletions
diff --git a/_webmention.html b/_webmention.html new file mode 100644 index 0000000..ced3288 --- /dev/null +++ b/_webmention.html @@ -0,0 +1,2 @@ +<link rel="webmention" href="https://webmention.io/tilde.institute/webmention" /> +<link rel="pingback" href="https://webmention.io/tilde.institute/xmlrpc" /> diff --git a/coc.php b/coc.php index d6b7eb1..f0c331f 100755 --- a/coc.php +++ b/coc.php @@ -9,6 +9,7 @@ <title>tilde.institute :: Code of Conduct</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> + <?php include("_webmention.html") ?> </head> <body> diff --git a/faq.php b/faq.php index 1ed9a1d..d943b94 100755 --- a/faq.php +++ b/faq.php @@ -6,9 +6,10 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>tilde.institute :: Sign Up</title> + <title>tilde.institute :: FAQ</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> + <?php include("_webmention.html") ?> </head> <body> diff --git a/index.php b/index.php index f716243..15d4393 100755 --- a/index.php +++ b/index.php @@ -9,6 +9,8 @@ <title>tilde.institute :: Public-access OpenBSD system</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> + <link rel="me" href="https://github.com/gbmor" /> + <?php include("_webmention.html") ?> </head> <body> diff --git a/signup.php b/signup.php index cea7c56..695eb45 100755 --- a/signup.php +++ b/signup.php @@ -9,6 +9,7 @@ <title>tilde.institute :: Sign Up</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> + <?php include("_webmention.html") ?> </head> <body> diff --git a/stats.php b/stats.php index 8bf158a..068dda3 100755 --- a/stats.php +++ b/stats.php @@ -3,27 +3,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>tilde.institute :: Stats</title> - <link rel="stylesheet" href="tilde.css" type="text/css"/> - <link rel="icon" type="image/png" href="icon.png"/> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>tilde.institute :: Stats</title> + <link rel="stylesheet" href="tilde.css" type="text/css"/> + <link rel="icon" type="image/png" href="icon.png"/> + <?php include("_webmention.html") ?> </head> <body> <div id="container"> <?php include("header.html"); ?> - <div id="content"> + <div id="content"> <br /> <!--<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>--> - <div style="max-width: 25%; margin: 0 auto;"> - <p style="text-align: center;">Connected Users (<code>5min</code>):</p> + <div style="max-width: 25%; margin: 0 auto;"> + <p style="text-align: center;">Connected Users (<code>5min</code>):</p> <?php include("table.connusers"); ?> </div> <div class="userlist"> - <p>Registered Users (<code>1hr</code>):</p> + <p>Registered Users (<code>1hr</code>):</p> <?php include("table.regusers"); ?> </div> - </div> + </div> </div> </body> </html> diff --git a/tilde.json b/tilde.json index 88802b8..b0f27f7 100644 --- a/tilde.json +++ b/tilde.json @@ -1 +1 @@ -{"name":"tilde.institute","url":"https://tilde.institute","signup_url":"https://tilde.institute/signup","user_count":265,"want_users":true,"admin_email":"admins@tilde.institute","description":"A public-access machine where users can explore the OpenBSD operating system.","last_generated":"Sat, 06 Jun 2020 05:00:01 +0000"} \ No newline at end of file +{"name":"tilde.institute","url":"https://tilde.institute","signup_url":"https://tilde.institute/signup","user_count":276,"want_users":true,"admin_email":"admins@tilde.institute","description":"A public-access machine where users can explore the OpenBSD operating system.","last_generated":"Tue, 30 Jun 2020 03:00:02 +0000"} \ No newline at end of file |