Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
added deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed Nov 25, 2024
1 parent 18822ba commit 65b1ada
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
57 changes: 57 additions & 0 deletions web-frontend/deprecation-notice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>reKnag Deprecation Notice</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="icon" href="./icon/128.png">
</head>
<body>

<div id="parent">
<div id="inputdetailspol" style="height: 500px;">
<a id="header" href="https://kioydioshort.kioydiolabs.org/">

</a>
<p>

<h3 style="margin: 0px;">Deprecation Notice - EOL January 1st 2025</h3>
<p>Effective as of : November 25, 2024</p><div id="hrpol"></div>

<rest>As of today, September 27th 2024, reKnag has officially been deprecated.
<br><br>If you are still using any URLs that were shortened using reKnag (not self-hosted, but the production version on reknag.com), it's suggested that you migrate them to a different URL shortening service.
<br><br>
<strong>
URLs shortened using reKnag will stop working on January 1st, 2025 (00:00 EEST).
</strong></rest>

<br><br>

<h4>Reasons</h4><br>
<rest>
<li>The project wasn't intended for production use</li>
<li>The method for shortening URLs was less than optimal</li>
<li>KioydioLabs now works on different, more useful projects.</li>
</rest>

<br><br>

<rest>
reKnag Lookup has already reached its EOL as of November 25, 2024, and will not be back online. The API endpoint for reverse-lookup of URLs will continue to function until reKnag's EOL. The GitHub repository will remain public and has been archived as of November 25, 2024. The docs will also remain public on https://docs.reknag.com until the domain expires, however they can be found in the repository. The Firefox and Chrome extensions will no longer be on their respective extension stores after December 31, 2024.
<br><br>
Thank you to everyone who tried reKnag!
</rest>


</p>
<a id="link"><p id="output"></p></a>

</div>

</div>

</body>
<script src="index.js"></script>
</html>
2 changes: 2 additions & 0 deletions web-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
</a>

<!-- <div id="hr"></div> -->

<a style="margin-bottom: 50px;" href="./deprecation-notice.html">Deprecation Notice (EOL)</a>

<input id="url" placeholder="Target URL"><br>

Expand Down

0 comments on commit 65b1ada

Please sign in to comment.