This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters