diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd2946a --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk diff --git a/.well-known/mta-sts.txt b/.well-known/mta-sts.txt new file mode 100644 index 0000000..2f27c94 --- /dev/null +++ b/.well-known/mta-sts.txt @@ -0,0 +1,4 @@ +version: STSv1 +mode: enforce +mx: . +max_age: 1209600 diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..ccbffa3 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,2 @@ +Contact: mailto:trustees@somakeit.org.uk +Expires: 2024-12-22T23:59:00.000Z diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..ab2d968 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +mta-sts.somakeit.co.uk diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a7985dc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 SoMakeIt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6e37bf --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# mta-sts.SoMakeIt.co.uk-site + SoMakeIt redirection site diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..68730c9 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +include: [".well-known"] diff --git a/index.html b/index.html new file mode 100644 index 0000000..97be4a4 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + Redirecting to somakeit.org.uk + + + + + +