1
0
Fork 0

Replaced changelog with an Atom feed of this

main
will 1 year ago
parent b7343f8c13
commit 6c89b5129d

@ -7,6 +7,10 @@
<link href="../style.css" rel="stylesheet" type="text/css" media="all">
<link href="../embedded.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
body {
color: unset;
text-shadow: unset;
}
h2:first-of-type {
margin-top: 0;
}
@ -22,6 +26,12 @@
<body style="background: none;">
<h1>isopod.cool changelog</h1>
<article>
<h2>2023-02-09</h2>
<ul>
<li>Deprecated this changelog in favor of an rss-bridge feed of git commits to the website, because it's easier and I'm lazy</li>
</ul>
</article>
<article>
<h2>2023-02-08</h2>
<ul>

@ -5,15 +5,15 @@
<meta charset="utf-8">
<title>More</title>
<link href="../style.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
<!--style type="text/css">
#changelogwindow {
height: 15rem;
}
#todowindow {
height: 7.2rem;
height: 15rem;
}
</style>
</style-->
<?php include($_SERVER['DOCUMENT_ROOT'] . '/seasonal.php'); ?>
</head>
@ -21,12 +21,9 @@
<?php include($_SERVER['DOCUMENT_ROOT'] . '/nav.php'); ?>
<h1>more</h1>
<h2 id="caption">more</h2>
<nav><a href="greenhouse/">greenhouse</a><a href="quotes/">quotes</a></nav>
<nav><a href="greenhouse/">greenhouse</a><a href="quotes/">quotes</a><a href="https://rss-bridge.isopod.cool/?action=display&bridge=GiteaBridge&context=Commits&branch=main&host=https%3A%2F%2Fgit.isopod.cool&user=will&project=isopod.cool&format=Atom">changelog (atom)</a><a href="changelog.php">changelog (legacy)</a></nav>
<iframe src="https://john.citrons.xyz/embed?ref=https://isopod.cool/"
style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
<h2>Changelog <a style="font-weight: 400; font-size: small;"
href="https://journal.miso.town/atom?url=https://isopod.cool/etc/changelog.php">&lt;Atom feed&gt;</a></h2>
<iframe id="changelogwindow" class="embed" src="changelog.php"></iframe>
<h2>Buttons</h2>
<div class="buttons">
<a target="_blank" href="https://easyussr.neocities.org/torrenting.html"><img src="buttons/piracy.gif"></a>

@ -13,6 +13,7 @@
</head>
<body>
<ul>
<li>Add a changelog to this page by parsing the atom feed</li>
<li>Make a cool 404 page</li> <!-- Line Item -->
<li>Add my CD collection to the music page</li>
<li>Optimize this thing for mobile displays</li>

Loading…
Cancel
Save