Update LICENSE, Webpage's links and its README's preview

This commit is contained in:
Taevas 2025-04-20 17:45:44 +02:00
parent ba6856287b
commit c4aa18968a
Signed by: Taevas
SSH key fingerprint: SHA256:Y5Hv18xwPvUKSlgkx1sPnRO3L2mc03ehC7BzrnZVEyY
4 changed files with 35 additions and 24 deletions

29
LICENSE
View file

@ -1,13 +1,24 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE This is free and unencumbered software released into the public domain.
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
Everyone is permitted to copy and distribute verbatim or modified In jurisdictions that recognize copyright laws, the author or authors
copies of this license document, and changing it is allowed as long of this software dedicate any and all copyright interest in the
as the name is changed. software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
0. You just DO WHAT THE FUCK YOU WANT TO. For more information, please refer to <https://unlicense.org>

View file

@ -4,7 +4,7 @@ This version of Website-Finder differs a lot from the scripts available in this
The reason why is because this version is geared towards people who just want something cool-looking that does something cool, without the hassle of installing a new programming language The reason why is because this version is geared towards people who just want something cool-looking that does something cool, without the hassle of installing a new programming language
![website-finder](https://user-images.githubusercontent.com/67872932/223705587-cc434c4b-9458-48fe-ae53-46f1aaf8f2bc.gif) ![Check out the preview video!](preview.mp4)
## HOW TO RUN ## HOW TO RUN
@ -19,7 +19,7 @@ Do note that using arguments and launching the search is done through the HTML,
# Linux # Linux
$ xdg-open index.html $ xdg-open index.html
# Windows 10 # Windows
$ explorer index.html $ explorer index.html
# macOS # macOS
@ -30,11 +30,11 @@ $ open index.html
Your web browser should be unable to create files on your computer, so unlike other scripts, no report in json is made Your web browser should be unable to create files on your computer, so unlike other scripts, no report in json is made
Instead, a report is created in real time within the HTML, and some logging is done by the browser in its development tools Instead, a report is created in real time within the HTML, and some logging is done in the browser console
## REGARDING ARGUMENTS ## REGARDING ARGUMENTS
If the page is served to you through HTTPS, you won't be able to use the HTTP application protocol due to [Mixed Content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content) If the page is served to you through HTTPS, you likely won't be able to use the HTTP application protocol due to [Mixed Content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content)
The default arguments do not match the ones specified in [defaults.json](../defaults.json) The default arguments do not match the ones specified in [defaults.json](../defaults.json)

View file

@ -17,12 +17,12 @@
<h1>Website-Finder</h1> <h1>Website-Finder</h1>
<p>Also available in:</p> <p>Also available in:</p>
<nav class="nav nav-pills nav-fill"> <nav class="nav nav-pills nav-fill">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/C%23">C#</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/C%23">C#</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Crystal">Crystal</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Crystal">Crystal</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Go">Go</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Go">Go</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Node.js">Node.js</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Node.js">Node.js</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Python">Python</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Python">Python</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Ruby">Ruby</a> <a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Ruby">Ruby</a>
</nav> </nav>
</div> </div>
<div id="finder"> <div id="finder">

BIN
Webpage/preview.mp4 Normal file

Binary file not shown.