Files
snootgame.xyz/cancer/HowToRss.html
Michael Yick 60f996394b Total site rewrite
Still a work in progress, still needs the following:
* Character bios added to the spanish definition area
* the entire cancer folder removed
* Validation that the static content (css and images) works properly
* A section shilling cavemanon.xyz as our main site
* Some visual improvements in the downloads section

However, for now, it's actually maintainable, and likely can be ported
to our other game sites as well for translation purposes.
2023-07-06 14:06:31 -05:00

31 lines
1.5 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snoot Game</title>
<link href=style.css rel="stylesheet" type="text/css" media="all">
<link href=favicon.webp rel="shortcut icon" type="image/png">
</head>
<body>
<h1>RSS</h1>
<p class=center>If you just want our link, you can find it <a href=rss.xml>here</a></p>
<h2>How do I use RSS?</h2>
<p>RSS stands for Really Simple Syndication and is an updating web-feed of whatever you want put into it. Our feed will get you updates about our work and projects. You are free to use this for more than our website, <a href=https://lukesmith.xyz/blog/a-guide-to-using-rss-to-replace-social-media>there are plenty of other websites that use RSS.</a> </p>
<ol>
<li>Download an RSS Client. This tutorial will use <a href=https://quiterss.org/en/download>quiteRSS</a></li>
<li>Once the program is downlaoded, open it.</li>
<li>Go to the top left corner with the plus sign and click it.</li>
<li>Input <a href=rss.xml>https://snootgame.xyz/rss.xml</a> into the "Feed URL or website address" area</li>
<li>Click next and then click finish</li>
<li>From there, you can click on our tab (on the left) and scroll through our posts</li>
<li>To update our posts, click the yellow refresh arrow next to the plus sign or click F5 with our feed selected</li>
</ol>
</body>
</html>