commit 6b8157f551847680f63fd9609c3faadfac886304 Author: 20xd6 <20xd6@airmail.cc> Date: Tue Jun 28 15:27:58 2022 -0400 Initial Commit Add the basic structure of the site. diff --git a/common/composer.json b/common/composer.json new file mode 100644 index 0000000..fef1e03 --- /dev/null +++ b/common/composer.json @@ -0,0 +1,6 @@ +{ + "require": { + "erusev/parsedown": "^1.7", + "erusev/parsedown-extra": "^0.8.1" + } +} diff --git a/common/composer.lock b/common/composer.lock new file mode 100644 index 0000000..336a9fa --- /dev/null +++ b/common/composer.lock @@ -0,0 +1,112 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "aa5767a5b8fb16d5e73cc5639dd2604b", + "content-hash": "0b5aa77427c5746d4d87e5e921804d34", + "packages": [ + { + "name": "erusev/parsedown", + "version": "1.7.4", + "source": { + "type": "git", + "url": "https://github.com/erusev/parsedown.git", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, + "type": "library", + "autoload": { + "psr-0": { + "Parsedown": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" + } + ], + "description": "Parser for Markdown.", + "homepage": "http://parsedown.org", + "keywords": [ + "markdown", + "parser" + ], + "time": "2019-12-30 22:54:17" + }, + { + "name": "erusev/parsedown-extra", + "version": "0.8.1", + "source": { + "type": "git", + "url": "https://github.com/erusev/parsedown-extra.git", + "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef", + "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef", + "shasum": "" + }, + "require": { + "erusev/parsedown": "^1.7.4" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, + "type": "library", + "autoload": { + "psr-0": { + "ParsedownExtra": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" + } + ], + "description": "An extension of Parsedown that adds support for Markdown Extra.", + "homepage": "https://github.com/erusev/parsedown-extra", + "keywords": [ + "markdown", + "markdown extra", + "parsedown", + "parser" + ], + "time": "2019-12-30 23:20:37" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} diff --git a/common/error_pages/403.php b/common/error_pages/403.php new file mode 100644 index 0000000..2dd9f9e --- /dev/null +++ b/common/error_pages/403.php @@ -0,0 +1,14 @@ + +
+
+
>:(
+
+
+
+ You're not allowed here. Stop that.
+
+
+
+ :(
+
+
+ Sorry but what your looking for isn't here.
+ Maybe you misspelled something maybe you didn't. Or I totally broke the link you had... sorry.
+
+ Please try again.
+
+
+ We done made a boo boo...
+