This repository has been archived on 2020-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
site/faq.php

79 lines
4.1 KiB
PHP

<!DOCTYPE HTML>
<html>
<head>
<title>YourTilde - FAQ</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine&amp;v1" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<img src="images/yourtildelogo.png" alt="YourTilde" width="140" height="140">
<div class="slogan"></div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="current" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.php">Home</a></li>
<li class="current"><a href="faq.php">Faq</a></li>
<li><a href="othertildes.php">Other Tildes</a></li>
<li><a href="signup/">Sign Up</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="sidebar_container">
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
<div class="sidebar">
<!-- insert your sidebar items here -->
<h3>Latest News</h3>
<h4>Tildeverse news(NNTP) service</h4>
<h5>14 November 2020</h5>
<p>We have setup a news (NNTP) server and linked it to the tildeverse news network connect to <b>yourtilde.com</b> with your favorite news client.</p>
<br>
<h4>Ok back in action!</h4>
<h5>1st November 2020</h5>
<p>YourTilde is back and lots of great things planned. Your accounts are as they were. Everything should be functioning as expected. Let us know if there is any issues in the #YourTilde channel on IRC.</p>
</div>
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
<div class="sidebar">
<h3>Mailing List</h3>
<p>To subscribe to our mailing list<br> <a href="mailto:yourtilde-join@lists.tildeverse.org?subject=Subscribe">click here</a></p>
</div>
</div>
<div id="content">
<!-- insert the page content here -->
<h1>FAQ</h1>
<p><h2>Is YourTilde.com FREE?</h2>
<u></u>Yes YourTilde.com is very much Free. You can keep your wallet in your pocket, I promise ;) In future there will be options for donating to YourTilde but no money would be required.<u></u></p>
<p><h2>Why but why?</h2>
<u></u>There is just something wonderful the text based applications. And having a social platform based in a text based world is just great.</p>
<p><h2>What features are offered by YourTilde?</h2>
<ul>
<li>Linux shell access using SSH.</li>
<li>Internet email with clients such as: alpine, and webmail</li>
<li>Browse the internet with text mode browsers such as: links, w3m, and lynx.</li>
<li>IRC Chat. Including full set of IRC Services (linked to Tilde.chat IRC Network).</li>
<li>Free web site hosting including support for PHP. perl, MySQL and more (vhosts for existing domains can be requested).</li>
<li>Lots of text based games with more added all the time</li>
<li>Development environment supporting many languages, compilers, editors, interpreters and tools.</li>
</ul></p>
<p><h2>What operating system does YourTilde run?</h2>
We run a version of Fedora. Recently moved from CentOS to offer users newer versions of all software :)</p>
</div>
</div>
<div id="footer">
<a href="https://tilde.zone/@yourtilde">Mastodon</a> | <a href="https://tildegit.org/yourtilde/site">Source</a> | <a href="https://wiki.yourtilde.com">Wiki</a> | <a href="https://yourtilde.com:6699">ZNC</a> | <a href="https://paste.yourtilde.com">Paste</a> | <a href="https://webmail.yourtilde.com">Webmail</a>
<br><a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a></p>
</div>
</div>
</body>
</html>