Update LICENSE, Webpage's links and its README's preview
This commit is contained in:
parent
ba6856287b
commit
c4aa18968a
4 changed files with 35 additions and 24 deletions
29
LICENSE
29
LICENSE
|
@ -1,13 +1,24 @@
|
|||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
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
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
In jurisdictions that recognize copyright laws, the author or authors
|
||||
of this software dedicate any and all copyright interest in the
|
||||
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
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## HOW TO RUN
|
||||
|
@ -19,7 +19,7 @@ Do note that using arguments and launching the search is done through the HTML,
|
|||
# Linux
|
||||
$ xdg-open index.html
|
||||
|
||||
# Windows 10
|
||||
# Windows
|
||||
$ explorer index.html
|
||||
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
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)
|
||||
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
<h1>Website-Finder</h1>
|
||||
<p>Also available in:</p>
|
||||
<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://github.com/TTTaevas/Website-Finder/tree/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://github.com/TTTaevas/Website-Finder/tree/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://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/C%23">C#</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://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Go">Go</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://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Python">Python</a>
|
||||
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Ruby">Ruby</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div id="finder">
|
||||
|
|
BIN
Webpage/preview.mp4
Normal file
BIN
Webpage/preview.mp4
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue