Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.

Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
2023-08-02 17:06:58 +02:00
parent 6fb621e550
commit 4cf950b5dd
70 changed files with 4128 additions and 182 deletions

View File

@@ -2,17 +2,20 @@
???
## Preamble
This repository is only a mirror and should never be cloned and served as-is.
This repository is only a mirror and should never be cloned and served as-is since it's missing some
components.
The [.htaccess](.htaccess) file has been made public **on purpose** since it does not contain any
private information and because it could be used by other people to create their website more easily
since these configuration files are a nightmare to work with.<br>
Especially with redirections to handle language changes and whatnot.
The [.htaccess](.htaccess) files has been made public **on purpose** since they don't contain any
private information and because they could be used by other people to create their website more easily.
## Content
### Blog
## Features
### Content
Unfinished, but all the files should be contained in the `content/` folder.
### Composer
### Tools
### Honeypot & Tarpits
There are a couple of files in the `honeypot/` and `tarpit/` folders that are used
to serve some basic fake files and pages that are often requested by automated scanners in order
@@ -28,7 +31,9 @@ These files are required and need to be installed manually for the website to wo
* Font Awesome Pro v5.15.3
* `/resources/FontAwesomePro/`
* Highlight.js v11.6.0
* `/resources/HighlightJS/`
* `/resources/HighlightJS/`
* Glider.js v1.7.6
* `/resources/GliderJs/`
## Licenses
@@ -37,8 +42,6 @@ Here is a list of the licenses for any third-party thing included in this reposi
* [Quantum Font](https://sesohq.sellfy.store/p/3enu/) by [sesohq](https://www.sesohq.com/)
* Free font with no apparent usage restrictions.
* [GliderJS](https://nickpiscitelli.github.io/Glider.js/)
* Uses the [MIT license](https://github.com/NickPiscitelli/Glider.js/blob/master/LICENSE.txt)
All licenses are also included as-is in their project's respective folder.