You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/sites/about/index.php

38 lines
1.0 KiB
PHP

<?php
/**
* \file
* Generate about page.
*/
// prerequisite include for sites
require_once '+getenv.php';
require_once 'utils/markdown.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php include '+components/page-head.php'; ?>
<link rel="stylesheet" href="/css/common-dark.css">
<meta name="description"
content="Learn more about sessioncommunities.online, the up-to-date list of public Session groups; learn how to get your Session Community listed or how to contact us.">
<title>About — sessioncommunities.online</title>
<meta property="og:title" content="About — sessioncommunities.online">
<meta property="og:description" content="Session Communities are public chatrooms accessible from within Session Messenger. <?php
?>This web project crawls known sources of Session Communities, and <?php
?>displays information about them as a static HTML page.">
<meta property="og:type" content="article">
</head>
<body>
<?php include_markdown("$PROJECT_ROOT/README.md"); ?>
<?php include "+components/footer.php"; ?>
</body>
</html>