diff --git a/!JEKYLL b/!JEKYLL
new file mode 100644
index 0000000..d7dc8e2
--- /dev/null
+++ b/!JEKYLL
@@ -0,0 +1 @@
+GitHub/Jekyll/ZIP
diff --git a/!USING_THIS_TEMPLATE.md b/!USING_THIS_TEMPLATE.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/!USING_THIS_TEMPLATE.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/.editorconfig b/.editorconfig
index 02d797a..5262048 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,11 +1,9 @@
 # Start of script
 
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
+# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)
 
 root = true
 
-# All files
 [*]
 indent_style = space
 indent_size = 2
@@ -15,8 +13,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
+[*.md]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -25,7 +22,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# YAML (YAML Ain't Markup Language) source code
 [*.yml *.yaml]
 indent_style = space
 indent_size = 2
@@ -35,7 +31,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Plain Text document
 [*.txt]
 indent_style = space
 indent_size = 2
@@ -45,8 +40,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
+[*.mk]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -55,38 +49,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
+[*.htm *.html]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -98,7 +61,7 @@ line_wrap_mode = soft wrap
 # File info
 
 # File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
+# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
+# Line count (including blank lines and compiler line): 68
 
 # End of script
diff --git a/.gitattributes b/.gitattributes
index 29f5f28..56ef881 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,173 +5,27 @@
 # .gitattributes
 # and nothing else, no characters before, no characters after
 # Start of linguist script
-# HTML (HyperText Markup Language) document
+# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
 *.htm linguist-detectable=true
 *.htm linguist-documentation=false
-*.htm linguist-language=HTML
 *.html linguist-detectable=true
 *.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# NewGRF Meta Language (NML) source file
-*.nml linguist-detectable=true
-*.nml linguist-documentation=false
-*.nml linguist-language=NewGRF-Meta-Language
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
 # Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
 *.yml linguist-detectable=false
 *.yml linguist-documentation=false
-*.yml linguist-language=YAML
 *.yaml linguist-detectable=false
 *.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
 # Markdown
 # Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
 *.md linguist-detectable=false
 *.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
 # Makefile (GNU Make)
 # Do not include, as it is not needed to be shown
 *.mk linguist-detectable=false
 *.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
 # End of linguist script
-
 # File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2024, Tuesday, March 12th at 09:09 pm PST)
-# Line count (including blank lines and compiler line): 178
-
+# File type: .gitattributes file
+# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
+# Line count (including blank lines and compiler line): 32
 # End of script
diff --git a/.github/Discussions/1/Body/OldVersions/README_V1.md b/.github/Discussions/1/Body/OldVersions/README_V1.md
deleted file mode 100644
index c5e1758..0000000
--- a/.github/Discussions/1/Body/OldVersions/README_V1.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-    ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for.
--->
-## 👋 Welcome!
-  We’re using Discussions as a place to connect with other members of our community. We hope that you:
-  * Ask questions you’re wondering about.
-  * Share ideas.
-  * Engage with other community members.
-  * Welcome others and are open-minded. Remember that this is a community we
-  build together 💪.
-
-  To get started, comment below with an introduction of yourself and tell us about what you do with this community.
-
-<!--
-  For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see.
-
-  📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here.
-
-  🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser).
-
-  ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”.
--->
diff --git a/.github/Discussions/1/Body/README.md b/.github/Discussions/1/Body/README.md
deleted file mode 100644
index c5e1758..0000000
--- a/.github/Discussions/1/Body/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-    ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for.
--->
-## 👋 Welcome!
-  We’re using Discussions as a place to connect with other members of our community. We hope that you:
-  * Ask questions you’re wondering about.
-  * Share ideas.
-  * Engage with other community members.
-  * Welcome others and are open-minded. Remember that this is a community we
-  build together 💪.
-
-  To get started, comment below with an introduction of yourself and tell us about what you do with this community.
-
-<!--
-  For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see.
-
-  📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here.
-
-  🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser).
-
-  ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”.
--->
diff --git a/.github/Discussions/1/Title/TITLE.txt b/.github/Discussions/1/Title/TITLE.txt
deleted file mode 100644
index 6cde68a..0000000
--- a/.github/Discussions/1/Title/TITLE.txt
+++ /dev/null
@@ -1 +0,0 @@
-Welcome to SNU_2D_ProgrammingTools_IDE_NewGRF-Meta-Language Discussions! #1
diff --git a/.github/Discussions/1/URLL/LINK.urll b/.github/Discussions/1/URLL/LINK.urll
deleted file mode 100644
index 36671af..0000000
--- a/.github/Discussions/1/URLL/LINK.urll
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/seanpm2001/SNU_2D_ProgrammingTools_IDE_NewGRF-Meta-Language/discussions/1
diff --git a/.github/ISSUE_TEMPLATE/README.txt b/.github/ISSUE_TEMPLATE/README.txt
index 8fb2d06..52481b0 100644
--- a/.github/ISSUE_TEMPLATE/README.txt
+++ b/.github/ISSUE_TEMPLATE/README.txt
@@ -1,200 +1,13 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
+blank_issues_enabled: false
+contact_links:
+  - name: I want to help develop
+    url: https://github.com/seanpm2001/Teams/discussions/
+    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
+  - name: I want to help translate
+    url: https://github.com/seanpm2001/Teams/discussions/
+    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
+
+# File info
+# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
+# File type: GitHub issue template config file (*.yml)
+# Line count (including blank lines and compiler line): 14
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/OldVersions/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
similarity index 100%
rename from OldVersions/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
diff --git a/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt b/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt
new file mode 100644
index 0000000..a9e48d3
--- /dev/null
+++ b/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt
@@ -0,0 +1 @@
+Create README.txt and branch out to "Other" branch.
diff --git a/.github/Pull_Requests/1/Body/README.txt b/.github/Pull_Requests/1/Body/README.txt
new file mode 100644
index 0000000..a9e48d3
--- /dev/null
+++ b/.github/Pull_Requests/1/Body/README.txt
@@ -0,0 +1 @@
+Create README.txt and branch out to "Other" branch.
diff --git a/.github/Pull_Requests/1/Title/TITLE.txt b/.github/Pull_Requests/1/Title/TITLE.txt
new file mode 100644
index 0000000..20e9c70
--- /dev/null
+++ b/.github/Pull_Requests/1/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to 'other'' #1
diff --git a/.github/Pull_Requests/1/URL/LINK.txt b/.github/Pull_Requests/1/URL/LINK.txt
new file mode 100644
index 0000000..1ea49fb
--- /dev/null
+++ b/.github/Pull_Requests/1/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/1
diff --git a/.github/Pull_Requests/10/Body/OldVersions/README_V1.md b/.github/Pull_Requests/10/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/10/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/10/Body/README.md b/.github/Pull_Requests/10/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/10/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/10/Title/TITLE.txt b/.github/Pull_Requests/10/Title/TITLE.txt
new file mode 100644
index 0000000..8afa2c1
--- /dev/null
+++ b/.github/Pull_Requests/10/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Other
diff --git a/.github/Pull_Requests/10/URL/LINK.txt b/.github/Pull_Requests/10/URL/LINK.txt
new file mode 100644
index 0000000..8e32b38
--- /dev/null
+++ b/.github/Pull_Requests/10/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/10
diff --git a/.github/Pull_Requests/11/Body/OldVersions/README_V1.md b/.github/Pull_Requests/11/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/11/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/11/Body/README.md b/.github/Pull_Requests/11/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/11/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/11/Title/TITLE.txt b/.github/Pull_Requests/11/Title/TITLE.txt
new file mode 100644
index 0000000..fdf31eb
--- /dev/null
+++ b/.github/Pull_Requests/11/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Programming Tools
diff --git a/.github/Pull_Requests/11/URL/LINK.txt b/.github/Pull_Requests/11/URL/LINK.txt
new file mode 100644
index 0000000..02ff94d
--- /dev/null
+++ b/.github/Pull_Requests/11/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/11
diff --git a/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt b/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md b/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Body/README.md b/.github/Pull_Requests/12-100/12/Body/README.md
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/README.md
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Title/README.md b/.github/Pull_Requests/12-100/12/Title/README.md
new file mode 100644
index 0000000..32d30cf
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Title/README.md
@@ -0,0 +1 @@
+TWL-ELM-BRANCH #12
diff --git a/.github/Pull_Requests/12-100/12/Title/TITLE.txt b/.github/Pull_Requests/12-100/12/Title/TITLE.txt
new file mode 100644
index 0000000..32d30cf
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Title/TITLE.txt
@@ -0,0 +1 @@
+TWL-ELM-BRANCH #12
diff --git a/.github/Pull_Requests/12-100/12/URLL/LINK.urll b/.github/Pull_Requests/12-100/12/URLL/LINK.urll
new file mode 100644
index 0000000..222d436
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/URLL/LINK.urll
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/12
diff --git a/.github/Pull_Requests/12-100/12/URLL/README.md b/.github/Pull_Requests/12-100/12/URLL/README.md
new file mode 100644
index 0000000..222d436
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/URLL/README.md
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/12
diff --git a/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt b/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt
new file mode 100644
index 0000000..4dc6f4e
--- /dev/null
+++ b/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt
@@ -0,0 +1 @@
+Create the DeGoogle branch.
diff --git a/.github/Pull_Requests/2/Body/README.txt b/.github/Pull_Requests/2/Body/README.txt
new file mode 100644
index 0000000..4dc6f4e
--- /dev/null
+++ b/.github/Pull_Requests/2/Body/README.txt
@@ -0,0 +1 @@
+Create the DeGoogle branch.
diff --git a/.github/Pull_Requests/2/Title/TITLE.txt b/.github/Pull_Requests/2/Title/TITLE.txt
new file mode 100644
index 0000000..4e33d85
--- /dev/null
+++ b/.github/Pull_Requests/2/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to DeGoogle #2
diff --git a/.github/Pull_Requests/2/URL/LINK.txt b/.github/Pull_Requests/2/URL/LINK.txt
new file mode 100644
index 0000000..b1328bb
--- /dev/null
+++ b/.github/Pull_Requests/2/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/2
diff --git a/.github/Pull_Requests/3/Body/OldVersions/README_V1.md b/.github/Pull_Requests/3/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/3/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/3/Body/README.md b/.github/Pull_Requests/3/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/3/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/3/Title/TITLE.txt b/.github/Pull_Requests/3/Title/TITLE.txt
new file mode 100644
index 0000000..3e4beeb
--- /dev/null
+++ b/.github/Pull_Requests/3/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to GitHub pages default #3
diff --git a/.github/Pull_Requests/3/URL/LINK.txt b/.github/Pull_Requests/3/URL/LINK.txt
new file mode 100644
index 0000000..a966d96
--- /dev/null
+++ b/.github/Pull_Requests/3/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/3
diff --git a/.github/Pull_Requests/4/Body/OldVersions/README_V1.md b/.github/Pull_Requests/4/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/4/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/4/Body/README.md b/.github/Pull_Requests/4/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/4/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/4/Title/TITLE.txt b/.github/Pull_Requests/4/Title/TITLE.txt
new file mode 100644
index 0000000..7ac01c4
--- /dev/null
+++ b/.github/Pull_Requests/4/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to GitHub-Pages-Language
diff --git a/.github/Pull_Requests/4/URL/LINK.txt b/.github/Pull_Requests/4/URL/LINK.txt
new file mode 100644
index 0000000..869a692
--- /dev/null
+++ b/.github/Pull_Requests/4/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/4
diff --git a/.github/Pull_Requests/5/Body/OldVersions/README_V1.md b/.github/Pull_Requests/5/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/5/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/5/Body/README.md b/.github/Pull_Requests/5/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/5/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/5/Title/TITLE.txt b/.github/Pull_Requests/5/Title/TITLE.txt
new file mode 100644
index 0000000..de09c97
--- /dev/null
+++ b/.github/Pull_Requests/5/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Snapcraft
diff --git a/.github/Pull_Requests/5/URL/LINK.txt b/.github/Pull_Requests/5/URL/LINK.txt
new file mode 100644
index 0000000..4f9e20d
--- /dev/null
+++ b/.github/Pull_Requests/5/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/5
diff --git a/.github/Pull_Requests/6/Body/OldVersions/README_V1.md b/.github/Pull_Requests/6/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/6/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/6/Body/README.md b/.github/Pull_Requests/6/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/6/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/6/Title/TITLE.txt b/.github/Pull_Requests/6/Title/TITLE.txt
new file mode 100644
index 0000000..d468df7
--- /dev/null
+++ b/.github/Pull_Requests/6/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Meadows
diff --git a/.github/Pull_Requests/6/URL/LINK.txt b/.github/Pull_Requests/6/URL/LINK.txt
new file mode 100644
index 0000000..41bbf02
--- /dev/null
+++ b/.github/Pull_Requests/6/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/6
diff --git a/.github/Pull_Requests/7/Body/OldVersions/README_V1.md b/.github/Pull_Requests/7/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/7/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/7/Body/README.md b/.github/Pull_Requests/7/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/7/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/7/Title/TITLE.txt b/.github/Pull_Requests/7/Title/TITLE.txt
new file mode 100644
index 0000000..487ff43
--- /dev/null
+++ b/.github/Pull_Requests/7/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to journaling
diff --git a/.github/Pull_Requests/7/URL/LINK.txt b/.github/Pull_Requests/7/URL/LINK.txt
new file mode 100644
index 0000000..31ce353
--- /dev/null
+++ b/.github/Pull_Requests/7/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/7
diff --git a/.github/Pull_Requests/8/Body/OldVersions/README_V1.md b/.github/Pull_Requests/8/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/8/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/8/Body/README.md b/.github/Pull_Requests/8/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/8/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/8/Title/TITLE.txt b/.github/Pull_Requests/8/Title/TITLE.txt
new file mode 100644
index 0000000..5c34982
--- /dev/null
+++ b/.github/Pull_Requests/8/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Journaling map
diff --git a/.github/Pull_Requests/8/URL/LINK.txt b/.github/Pull_Requests/8/URL/LINK.txt
new file mode 100644
index 0000000..8b018dc
--- /dev/null
+++ b/.github/Pull_Requests/8/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/8
diff --git a/.github/Pull_Requests/9/Body/OldVersions/README_V1.md b/.github/Pull_Requests/9/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/9/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/9/Body/README.md b/.github/Pull_Requests/9/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/9/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/9/Title/TITLE.txt b/.github/Pull_Requests/9/Title/TITLE.txt
new file mode 100644
index 0000000..56e9859
--- /dev/null
+++ b/.github/Pull_Requests/9/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Default
diff --git a/.github/Pull_Requests/9/URL/LINK.txt b/.github/Pull_Requests/9/URL/LINK.txt
new file mode 100644
index 0000000..6f1362e
--- /dev/null
+++ b/.github/Pull_Requests/9/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/9
diff --git a/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt b/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md b/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Pull_Requests/README.md b/.github/Pull_Requests/README.md
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Security/OldVersions/1/1-100/README.txt b/.github/SECURITY/OldVersions/English/USA/README.txt
similarity index 100%
rename from .github/Security/OldVersions/1/1-100/README.txt
rename to .github/SECURITY/OldVersions/English/USA/README.txt
diff --git a/.github/Security/OldVersions/1/1-100/SECURITY_V1.md b/.github/SECURITY/OldVersions/English/USA/SECURITY_V1.md
similarity index 100%
rename from .github/Security/OldVersions/1/1-100/SECURITY_V1.md
rename to .github/SECURITY/OldVersions/English/USA/SECURITY_V1.md
diff --git a/.github/Security/README.md b/.github/SECURITY/README.md
similarity index 100%
rename from .github/Security/README.md
rename to .github/SECURITY/README.md
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml
new file mode 100644
index 0000000..953f160
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml
@@ -0,0 +1,64 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Ruby
+        uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+        with:
+          ruby-version: '3.1' # Not needed with a .ruby-version file
+          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+          cache-version: 0 # Increment this number if you need to re-download cached gems
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        # Outputs to the './_site' directory by default
+        run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+        env:
+          JEKYLL_ENV: production
+      - name: Upload artifact
+        # Automatically uploads an artifact from the './_site' directory by default
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml b/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml
new file mode 100644
index 0000000..543c435
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml
@@ -0,0 +1,60 @@
+# Sample workflow for building and deploying a mdBook site to GitHub Pages
+#
+# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
+#
+name: Deploy mdBook site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    env:
+      MDBOOK_VERSION: 0.4.21
+    steps:
+      - uses: actions/checkout@v3
+      - name: Install mdBook
+        run: |
+          curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
+          rustup update
+          cargo install --version ${MDBOOK_VERSION} mdbook
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with mdBook
+        run: mdbook build
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          path: ./book
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml b/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml
new file mode 100644
index 0000000..2bd90b5
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Single deploy job since we're just deploying
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          # Upload entire repository
+          path: '.'
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml b/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflowArchives/MdBook/mdbook_V1.yml b/.github/workflowArchives/MdBook/mdbook_V1.yml
new file mode 100644
index 0000000..8db022e
--- /dev/null
+++ b/.github/workflowArchives/MdBook/mdbook_V1.yml
@@ -0,0 +1,27 @@
+name: Makefile CI
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+
+    - name: configure
+      run: ./configure
+
+    - name: Install dependencies
+      run: make
+
+    - name: Run check
+      run: make check
+
+    - name: Run distcheck
+      run: make distcheck
diff --git a/.github/workflowArchives/Super-linter/super-linter_V1.yml b/.github/workflowArchives/Super-linter/super-linter_V1.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflowArchives/Super-linter/super-linter_V1.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/github-pages-static-html.yml b/.github/workflows/github-pages-static-html.yml
new file mode 100644
index 0000000..2bd90b5
--- /dev/null
+++ b/.github/workflows/github-pages-static-html.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Single deploy job since we're just deploying
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          # Upload entire repository
+          path: '.'
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/jekyll-gh-pages-checkout-V3.yml b/.github/workflows/jekyll-gh-pages-checkout-V3.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflows/jekyll-gh-pages-checkout-V3.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml
new file mode 100644
index 0000000..6dd01a6
--- /dev/null
+++ b/.github/workflows/jekyll-gh-pages.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v1
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
new file mode 100644
index 0000000..953f160
--- /dev/null
+++ b/.github/workflows/jekyll.yml
@@ -0,0 +1,64 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Ruby
+        uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+        with:
+          ruby-version: '3.1' # Not needed with a .ruby-version file
+          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+          cache-version: 0 # Increment this number if you need to re-download cached gems
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        # Outputs to the './_site' directory by default
+        run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+        env:
+          JEKYLL_ENV: production
+      - name: Upload artifact
+        # Automatically uploads an artifact from the './_site' directory by default
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
new file mode 100644
index 0000000..8db022e
--- /dev/null
+++ b/.github/workflows/makefile.yml
@@ -0,0 +1,27 @@
+name: Makefile CI
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+
+    - name: configure
+      run: ./configure
+
+    - name: Install dependencies
+      run: make
+
+    - name: Run check
+      run: make check
+
+    - name: Run distcheck
+      run: make distcheck
diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml
new file mode 100644
index 0000000..543c435
--- /dev/null
+++ b/.github/workflows/mdbook.yml
@@ -0,0 +1,60 @@
+# Sample workflow for building and deploying a mdBook site to GitHub Pages
+#
+# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
+#
+name: Deploy mdBook site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    env:
+      MDBOOK_VERSION: 0.4.21
+    steps:
+      - uses: actions/checkout@v3
+      - name: Install mdBook
+        run: |
+          curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
+          rustup update
+          cargo install --version ${MDBOOK_VERSION} mdbook
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with mdBook
+        run: mdbook build
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          path: ./book
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflows/super-linter.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README.txt b/Branches/!README/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..462723b
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,48 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+[All branches](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+[$NOTREE](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+[main](https://github.com/seanpm2001/SeansLifeArchive_Images_Bit_City_-NimbleBit_Game-/tree/main/)
+
+## Others
+
+[Template-Snapcraft](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+
+[Template-SPM2001-Map](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+
+[Template-SPM2001-Journaling-TW-ELM-V1](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+
+[Template-SPM2001-Journaling](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+
+[Template-SNU-Programming-Tools](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+
+[Template-SNU-Other](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+
+[Template-SNU-Default](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+
+[Template-Other](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+
+[Template-Meadows](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+
+[Template-GitHub-Pages-language](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+
+[Template-GitHub-Pages-default](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+
+[Template-DeGoogle](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+
+***
+
+**File version:** `1 (2022, Saturday, Apri 16th at 7:44 pm PST)`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md
new file mode 100644
index 0000000..c0456ee
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md
@@ -0,0 +1,58 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+[`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+[`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+[`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+[`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+
+[`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+
+[`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+
+[`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+
+[`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+
+[`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+
+[`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+
+[`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+
+[`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+
+[`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+
+[`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+
+[`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+
+[`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+
+[`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+
+***
+
+## File info
+
+**File version:** `2 (2022, Thursday, May 19th at 7:38 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `59`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/Branches/README.md b/Branches/README.md
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/README.md
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/DeGoogle b/DeGoogle
new file mode 100644
index 0000000..4f0da93
--- /dev/null
+++ b/DeGoogle
@@ -0,0 +1 @@
+# DeGoogle branch
diff --git a/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt b/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Codeowners/README.md b/Docs/Codeowners/README.md
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/README.md
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Commit-Count/README.md b/Docs/Commit-Count/README.md
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/README.md
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Main-Branch/README.md b/Docs/Main-Branch/README.md
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..63c2c54
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:16 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md
new file mode 100644
index 0000000..b6c7500
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `2 (2022, Saturday, April 16th at 7:23 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/README.md b/Docs/Releases/V8/8.2022.04.16/README.md
new file mode 100644
index 0000000..b6c7500
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `2 (2022, Saturday, April 16th at 7:23 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..94f9fc1
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 17th
+
+## V8.2022.04.17
+
+### About
+
+I made some changes to this template today.
+
+I only updated the 2 GitHub Pages branches (`template-github-pages-default` & `template-github-pages-langauge`) to include 13 embedded Jekyll themes that come with GitHub. They were added for support and compatibility reasons, and to avoid the site failing if the originals ever went down or had a problem.
+
+Unfortunately, I made a small capitalization error, so you can't easily go between the 2 branches if you are in the `Pages-Themes` / `Pages-themes` directory or deeper.
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Sunday, April 17th at 9:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.17/README.md b/Docs/Releases/V8/8.2022.04.17/README.md
new file mode 100644
index 0000000..94f9fc1
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.17/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 17th
+
+## V8.2022.04.17
+
+### About
+
+I made some changes to this template today.
+
+I only updated the 2 GitHub Pages branches (`template-github-pages-default` & `template-github-pages-langauge`) to include 13 embedded Jekyll themes that come with GitHub. They were added for support and compatibility reasons, and to avoid the site failing if the originals ever went down or had a problem.
+
+Unfortunately, I made a small capitalization error, so you can't easily go between the 2 branches if you are in the `Pages-Themes` / `Pages-themes` directory or deeper.
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Sunday, April 17th at 9:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..13c4b16
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 22nd
+
+## V8.2022.04.22
+
+### About
+
+I made some changes to this template today.
+
+I thought I already updated the Tree World branch (before I created the next monthly repository for this subject tofay), but I didn't. I hope that this update pays off within 2-3 more months.
+
+I made some small changes, adding support for license archives, and a social preview image. Only the [`Template-SPM2001-Journaling-TW-ELM_V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/) branch was updated today (`main` was updated as well, but it doesn't count)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Friday, April 22nd at 5:38 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.22/README.md b/Docs/Releases/V8/8.2022.04.22/README.md
new file mode 100644
index 0000000..13c4b16
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.22/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 22nd
+
+## V8.2022.04.22
+
+### About
+
+I made some changes to this template today.
+
+I thought I already updated the Tree World branch (before I created the next monthly repository for this subject tofay), but I didn't. I hope that this update pays off within 2-3 more months.
+
+I made some small changes, adding support for license archives, and a social preview image. Only the [`Template-SPM2001-Journaling-TW-ELM_V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/) branch was updated today (`main` was updated as well, but it doesn't count)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Friday, April 22nd at 5:38 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..8d22a2d
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md
@@ -0,0 +1,40 @@
+
+***
+
+# Version 8 : Release 2022 May 19th
+
+## V8.2022.05.19
+
+### About
+
+I made some changes to this template today.
+
+Today, I worked on general improvements, and work on issue templates/pull request templates. I also created 2 new branches (`Template-SPM2001-Journaling-Images-GitHub_Yearly` and `Template-SPM2001-Journaling-Images`)
+
+I was able to apply issue template updates to the following branches:
+
+- Template-Other
+- Template-SNU-Default
+- Template-SPM2001-Journaling-Images
+- Template-SPM2001-Journaling-Images-GitHub_Yearly
+- Template-SPM2001-Journaling-TW-ELM-V1
+- Template-SNU-Other
+- Template-SNU-Programming-Tools
+
+However, I made a mistake with some issue template configuration, as I put the wrong template in place for Template-Other, SNU-Default, and SNU-Other, as I was using the Git-image issue template.
+
+For the SNU branches, I added a `desktop.ini` file, and for the programming tools repository, I gave 6 attempts at creating a functional issue template out of the previous one, as I wanted to preserve it. I managed to clear all bugs, then it just failed entirely, giving me 5 errors, and not telling me what they are or where they were. So I gave up for now.
+
+The new GitHub images yearly branch will first be used in 2023. It is going to be used from now on, so I don't have to create 3000+ `IGNORE.md` files manually. I will someday have the deletion automated as well.
+
+The new GitHub images branch is separate from the other journal branch, and will be used purely for Git-image projects. The original one will still be used, it will be used far less frequently now, and will be on the subject of journaling subjects (such as extras, daily articles, and more)
+
+I spent nearly all of my development time on this project today, and I still didn't come close to finishing. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Thursday, May 19th at 7:25 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.05.19/README.md b/Docs/Releases/V8/8.2022.05.19/README.md
new file mode 100644
index 0000000..8d22a2d
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.05.19/README.md
@@ -0,0 +1,40 @@
+
+***
+
+# Version 8 : Release 2022 May 19th
+
+## V8.2022.05.19
+
+### About
+
+I made some changes to this template today.
+
+Today, I worked on general improvements, and work on issue templates/pull request templates. I also created 2 new branches (`Template-SPM2001-Journaling-Images-GitHub_Yearly` and `Template-SPM2001-Journaling-Images`)
+
+I was able to apply issue template updates to the following branches:
+
+- Template-Other
+- Template-SNU-Default
+- Template-SPM2001-Journaling-Images
+- Template-SPM2001-Journaling-Images-GitHub_Yearly
+- Template-SPM2001-Journaling-TW-ELM-V1
+- Template-SNU-Other
+- Template-SNU-Programming-Tools
+
+However, I made a mistake with some issue template configuration, as I put the wrong template in place for Template-Other, SNU-Default, and SNU-Other, as I was using the Git-image issue template.
+
+For the SNU branches, I added a `desktop.ini` file, and for the programming tools repository, I gave 6 attempts at creating a functional issue template out of the previous one, as I wanted to preserve it. I managed to clear all bugs, then it just failed entirely, giving me 5 errors, and not telling me what they are or where they were. So I gave up for now.
+
+The new GitHub images yearly branch will first be used in 2023. It is going to be used from now on, so I don't have to create 3000+ `IGNORE.md` files manually. I will someday have the deletion automated as well.
+
+The new GitHub images branch is separate from the other journal branch, and will be used purely for Git-image projects. The original one will still be used, it will be used far less frequently now, and will be on the subject of journaling subjects (such as extras, daily articles, and more)
+
+I spent nearly all of my development time on this project today, and I still didn't come close to finishing. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Thursday, May 19th at 7:25 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..ec75353
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 13th
+
+## V8.2022.06.13
+
+### About
+
+I made some minor changes to this template today.
+
+I created a separate branch for WacOS, a default development branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Monday, June 13th at 5:01 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.06.13/README.md b/Docs/Releases/V8/8.2022.06.13/README.md
new file mode 100644
index 0000000..ec75353
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.06.13/README.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 13th
+
+## V8.2022.06.13
+
+### About
+
+I made some minor changes to this template today.
+
+I created a separate branch for WacOS, a default development branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Monday, June 13th at 5:01 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..e9b5dd0
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2022 December 7th
+
+## V8.2022.12.07
+
+### About
+
+This was a long overdue update. Only 2 branches were modified, but important changes to them were made.
+
+* I updated the `Template-Other` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, and updates to `/.github/` were added.
+* I updated the `Template-SNU-ProgrammingTools` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, git config file renaming, additional licensing, a `/docs/` folder, pull request templates, a security file, and updates to `/.github/` were added.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Wednesday, December 7th at 4:53 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.12.07/README.md b/Docs/Releases/V8/8.2022.12.07/README.md
new file mode 100644
index 0000000..e9b5dd0
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.12.07/README.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2022 December 7th
+
+## V8.2022.12.07
+
+### About
+
+This was a long overdue update. Only 2 branches were modified, but important changes to them were made.
+
+* I updated the `Template-Other` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, and updates to `/.github/` were added.
+* I updated the `Template-SNU-ProgrammingTools` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, git config file renaming, additional licensing, a `/docs/` folder, pull request templates, a security file, and updates to `/.github/` were added.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Wednesday, December 7th at 4:53 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..03c4c0a
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 28th
+
+## V8.2022.06.28
+
+### About
+
+I made some minor changes to this template today.
+
+I updated the `Template-Other` branch, so that its functionality is on par with the `WacOS-Other` branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive. I no longer am skeptical on tis.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Tuesday, June 28th at 2:40 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.6.28/README.md b/Docs/Releases/V8/8.2022.6.28/README.md
new file mode 100644
index 0000000..03c4c0a
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.6.28/README.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 28th
+
+## V8.2022.06.28
+
+### About
+
+I made some minor changes to this template today.
+
+I updated the `Template-Other` branch, so that its functionality is on par with the `WacOS-Other` branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive. I no longer am skeptical on tis.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Tuesday, June 28th at 2:40 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..d4df4a6
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2023 March 6th
+
+## V8.2023.03.06
+
+### About
+
+This was a minor update that was heavily delayed by over 3 months. It includes the followng changes:
+
+- [x] The branches [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/) and [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/) have the following 2 additions: `AUTOMATE2001.yaml` and `/OldVersions/AUTOMATE2001/AUTOMATE2001_V1.yaml`
+- [x] The 404 files were added to the root of the [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/) branch to signal what language the sub-branches will first start out with, and so that it matches the rest of the branches.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Monday, March 6th at 9:50 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.03.06/README.md b/Docs/Releases/V8/8.2023.03.06/README.md
new file mode 100644
index 0000000..d4df4a6
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.03.06/README.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2023 March 6th
+
+## V8.2023.03.06
+
+### About
+
+This was a minor update that was heavily delayed by over 3 months. It includes the followng changes:
+
+- [x] The branches [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/) and [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/) have the following 2 additions: `AUTOMATE2001.yaml` and `/OldVersions/AUTOMATE2001/AUTOMATE2001_V1.yaml`
+- [x] The 404 files were added to the root of the [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/) branch to signal what language the sub-branches will first start out with, and so that it matches the rest of the branches.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Monday, March 6th at 9:50 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/README.md b/Docs/Releases/V8/8.2023.05.03/README.md
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/README.md
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/README.md b/Docs/V9_Considerations/README.md
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/README.md
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/pull_request_template.md b/Docs/pull_request_template.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/Docs/pull_request_template.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/GitHub-Pages-Default b/GitHub-Pages-Default
new file mode 100644
index 0000000..3231967
--- /dev/null
+++ b/GitHub-Pages-Default
@@ -0,0 +1 @@
+# GitHub pages default branch
diff --git a/GitHub-Pages-Language b/GitHub-Pages-Language
new file mode 100644
index 0000000..d2544f3
--- /dev/null
+++ b/GitHub-Pages-Language
@@ -0,0 +1 @@
+# GitHub-Pages-Language branch
diff --git a/JMAP b/JMAP
new file mode 100644
index 0000000..b58a223
--- /dev/null
+++ b/JMAP
@@ -0,0 +1 @@
+# Journaling map
diff --git a/Journaling b/Journaling
new file mode 100644
index 0000000..151038f
--- /dev/null
+++ b/Journaling
@@ -0,0 +1 @@
+# Journaling branch
diff --git a/LICENSE-GPL.nml b/LICENSE-GPL.nml
deleted file mode 100644
index f288702..0000000
--- a/LICENSE-GPL.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/LICENSE-GPL3.nml b/LICENSE-GPL3.nml
deleted file mode 100644
index f288702..0000000
--- a/LICENSE-GPL3.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/LICENSE.nml b/LICENSE.nml
deleted file mode 100644
index f288702..0000000
--- a/LICENSE.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/Meadows-Branch b/Meadows-Branch
new file mode 100644
index 0000000..b0772b1
--- /dev/null
+++ b/Meadows-Branch
@@ -0,0 +1 @@
+# Meadows-Branch
diff --git a/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md
new file mode 100644
index 0000000..6b921bc
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md
@@ -0,0 +1,54 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+***
diff --git a/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/OldVersions/!USING_THIS_TEMPLATE/README.md b/OldVersions/!USING_THIS_TEMPLATE/README.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/README.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/OldVersions/Desktop.ini/README.ini b/OldVersions/Desktop.ini/README.ini
deleted file mode 100644
index 60bde10..0000000
--- a/OldVersions/Desktop.ini/README.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/OldVersions/Desktop.ini/V1_desktop.ini b/OldVersions/Desktop.ini/V1_desktop.ini
deleted file mode 100644
index 60bde10..0000000
--- a/OldVersions/Desktop.ini/V1_desktop.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/OldVersions/EDITORCONFIG/1/1-100/README.cfg b/OldVersions/EDITORCONFIG/1/1-100/README.cfg
index 02d797a..5262048 100644
--- a/OldVersions/EDITORCONFIG/1/1-100/README.cfg
+++ b/OldVersions/EDITORCONFIG/1/1-100/README.cfg
@@ -1,11 +1,9 @@
 # Start of script
 
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
+# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)
 
 root = true
 
-# All files
 [*]
 indent_style = space
 indent_size = 2
@@ -15,8 +13,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
+[*.md]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -25,7 +22,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# YAML (YAML Ain't Markup Language) source code
 [*.yml *.yaml]
 indent_style = space
 indent_size = 2
@@ -35,7 +31,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Plain Text document
 [*.txt]
 indent_style = space
 indent_size = 2
@@ -45,8 +40,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
+[*.mk]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -55,38 +49,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
+[*.htm *.html]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -98,7 +61,7 @@ line_wrap_mode = soft wrap
 # File info
 
 # File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
+# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
+# Line count (including blank lines and compiler line): 68
 
 # End of script
diff --git a/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig b/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig
deleted file mode 100644
index 02d797a..0000000
--- a/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig
+++ /dev/null
@@ -1,104 +0,0 @@
-# Start of script
-
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
-
-root = true
-
-# All files
-[*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# YAML (YAML Ain't Markup Language) source code
-[*.yml *.yaml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Plain Text document
-[*.txt]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# File info
-
-# File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
-
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/README.cfg b/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
index 29f5f28..56ef881 100644
--- a/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
+++ b/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
@@ -5,173 +5,27 @@
 # .gitattributes
 # and nothing else, no characters before, no characters after
 # Start of linguist script
-# HTML (HyperText Markup Language) document
+# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
 *.htm linguist-detectable=true
 *.htm linguist-documentation=false
-*.htm linguist-language=HTML
 *.html linguist-detectable=true
 *.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# NewGRF Meta Language (NML) source file
-*.nml linguist-detectable=true
-*.nml linguist-documentation=false
-*.nml linguist-language=NewGRF-Meta-Language
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
 # Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
 *.yml linguist-detectable=false
 *.yml linguist-documentation=false
-*.yml linguist-language=YAML
 *.yaml linguist-detectable=false
 *.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
 # Markdown
 # Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
 *.md linguist-detectable=false
 *.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
 # Makefile (GNU Make)
 # Do not include, as it is not needed to be shown
 *.mk linguist-detectable=false
 *.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
 # End of linguist script
-
 # File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2024, Tuesday, March 12th at 09:09 pm PST)
-# Line count (including blank lines and compiler line): 178
-
+# File type: .gitattributes file
+# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
+# Line count (including blank lines and compiler line): 32
 # End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes
deleted file mode 100644
index 5bf9b11..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes
+++ /dev/null
@@ -1,68 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-# End of linguist script
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 2 (Monday, 2021 November 29th at 2:56 pm)
-# Line count (including blank lines and compiler line): 69
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes
deleted file mode 100644
index 08e523e..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes
+++ /dev/null
@@ -1,118 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-# QML (QT Modeling Language) source file
-*.qml linguist-detectable=true
-*.qml linguist-documentation=false
-# JS (JavaScript) source file
-*.js linguist-detectable=true
-*.js linguist-documentation=false
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=true
-*.json linguist-documentation=false
-# PHP (PHP HyperText Preprocessor) source file
-*.php linguist-detectable=true
-*.php linguist-documentation=false
-# Pug source file
-*.pug linguist-detectable=true
-*.pug linguist-documentation=false
-# Python source file
-*.py linguist-detectable=true
-*.py linguist-documentation=false
-# Mustache source file
-*.mustache linguist-detectable=true
-*.mustache linguist-documentation=false
-# Handlebars source file
-*.handlebars linguist-detectable=true
-*.handlebars linguist-documentation=false
-*.hbs linguist-detectable=true
-*.hbs linguist-documentation=false
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-# Ruby source file
-*.rb linguist-detectable=true
-*.rb linguist-documentation=false
-*.rake linguist-detectable=true
-*.rake linguist-documentation=false
-*.rakefile linguist-detectable=true
-*.rakefile linguist-documentation=false
-*gemfile linguist-detectable=true
-*gemfile linguist-documentation=false
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-# End of linguist script
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 3 (Monday, 2021 November 29th at 3:14 pm)
-# Line count (including blank lines and compiler line): 119
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes
deleted file mode 100644
index 10cc239..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes
+++ /dev/null
@@ -1,170 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.htm linguist-language=HTML
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yml linguist-language=YAML
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-# End of linguist script
-
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
-# Line count (including blank lines and compiler line): 171
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes
deleted file mode 100644
index 29f5f28..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes
+++ /dev/null
@@ -1,177 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.htm linguist-language=HTML
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# NewGRF Meta Language (NML) source file
-*.nml linguist-detectable=true
-*.nml linguist-documentation=false
-*.nml linguist-language=NewGRF-Meta-Language
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yml linguist-language=YAML
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
-# End of linguist script
-
-# File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2024, Tuesday, March 12th at 09:09 pm PST)
-# Line count (including blank lines and compiler line): 178
-
-# End of script
diff --git a/OldVersions/GitLab-CI/README.yaml b/OldVersions/GitLab-CI/README.yaml
deleted file mode 100644
index 61e96a9..0000000
--- a/OldVersions/GitLab-CI/README.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)
diff --git a/OldVersions/GitLab-CI/gitlab-ci_V1.yml b/OldVersions/GitLab-CI/gitlab-ci_V1.yml
deleted file mode 100644
index 61e96a9..0000000
--- a/OldVersions/GitLab-CI/gitlab-ci_V1.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)
diff --git a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml b/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml
deleted file mode 100644
index 52481b0..0000000
--- a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-blank_issues_enabled: false
-contact_links:
-  - name: I want to help develop
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
-  - name: I want to help translate
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
-
-# File info
-# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
-# File type: GitHub issue template config file (*.yml)
-# Line count (including blank lines and compiler line): 14
diff --git a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml b/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml
deleted file mode 100644
index 52481b0..0000000
--- a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-blank_issues_enabled: false
-contact_links:
-  - name: I want to help develop
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
-  - name: I want to help translate
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
-
-# File info
-# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
-# File type: GitHub issue template config file (*.yml)
-# Line count (including blank lines and compiler line): 14
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml
deleted file mode 100644
index 8fb2d06..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml
deleted file mode 100644
index 5385915..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml
+++ /dev/null
@@ -1,196 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example: no error is thrown
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 1B (2022, Thursday, May 19th at 6:50 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 197
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml
deleted file mode 100644
index 3019b19..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml
+++ /dev/null
@@ -1,194 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example: no error is thrown
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 2B (2022, Thursday, May 19th at 6:52 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 195
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml
deleted file mode 100644
index 4cc9ad6..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 3B (2022, Thursday, May 19th at 6:54 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml
deleted file mode 100644
index e7f6c8b..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 4B (2022, Thursday, May 19th at 6:56 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml
deleted file mode 100644
index 3f3f118..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 5B (2022, Thursday, May 19th at 6:58 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml
deleted file mode 100644
index 8fb2d06..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml b/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml
deleted file mode 100644
index 5541ab1..0000000
--- a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Miscellaneous
-description: Write a general issue without too much questioning
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a question, poll, or discussion
-          required: true
-        - label: I checked the documentation to understand that the issue I report is not a normal behavior
-          required: true
-  - type: textarea
-    attributes:
-      label: Description
-      description: Your issue description. Make sure to utilize Markdown to make your life easier :)
-    validations:
-      required: true
-# File info
-# File type: GitHub bug report issue template (*.yml)
-# File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
-# Line count (including blank lines and compiler line): 30
diff --git a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml b/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml
deleted file mode 100644
index 5541ab1..0000000
--- a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Miscellaneous
-description: Write a general issue without too much questioning
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a question, poll, or discussion
-          required: true
-        - label: I checked the documentation to understand that the issue I report is not a normal behavior
-          required: true
-  - type: textarea
-    attributes:
-      label: Description
-      description: Your issue description. Make sure to utilize Markdown to make your life easier :)
-    validations:
-      required: true
-# File info
-# File type: GitHub bug report issue template (*.yml)
-# File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
-# Line count (including blank lines and compiler line): 30
diff --git a/OldVersions/LICENSE/GPL3/LICENSE-GPL3_V1.nml b/OldVersions/LICENSE/GPL3/LICENSE-GPL3_V1.nml
deleted file mode 100644
index f288702..0000000
--- a/OldVersions/LICENSE/GPL3/LICENSE-GPL3_V1.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/OldVersions/LICENSE/GPL3/LICENSE-GPL_V1.nml b/OldVersions/LICENSE/GPL3/LICENSE-GPL_V1.nml
deleted file mode 100644
index f288702..0000000
--- a/OldVersions/LICENSE/GPL3/LICENSE-GPL_V1.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/OldVersions/LICENSE/GPL3/LICENSE_V1.nml b/OldVersions/LICENSE/GPL3/LICENSE_V1.nml
deleted file mode 100644
index f288702..0000000
--- a/OldVersions/LICENSE/GPL3/LICENSE_V1.nml
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown b/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/OldVersions/PLANS/TV8X/README.markdown b/OldVersions/PLANS/TV8X/README.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/OldVersions/PLANS/TV8X/README.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/OldVersions/PULL_REQUEST_TEMPLATE/README.md b/OldVersions/PULL_REQUEST_TEMPLATE/README.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/OldVersions/PULL_REQUEST_TEMPLATE/README.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/OldVersions/README/English/1/README.txt b/OldVersions/README/English/1/README.txt
index 4629c11..6e21e55 100644
--- a/OldVersions/README/English/1/README.txt
+++ b/OldVersions/README/English/1/README.txt
@@ -1,294 +1,189 @@
 
 ***
 
-# <projectName>
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
 
-![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg)
+## Using this template
 
-# By:
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
 
-![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg)
+# ⚠️ WARNING ⚠️
 
-### Top
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
 
-# `README.md`
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
 
-***
-
-## Read this article in a different language
-
-[ar عربى](README_AR.md) [zh-t 中國傳統的)](README_ZH-T.md)[**en-us**](README.md) [fr français](README_FR.md) [de Deutsch](README_DE.md) [EO Esperanto](README_EO.md)  [ja 日本語](README_JA.md) [ko-south 韓國語](README_KO_SOUTH.md) [pl polski](README_PL.md) [ru русский](README_RU.md) [es en español](README_ES.md)
-
-Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/seanpm2001/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published.
-
-***
-
-# Index
-
-[00.0 - Top](#Top)
-
-> [00.1 - Title](#<projectName>)
-
-> [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language)
-
-> [00.3 - Index](#Index)
-
-[01.0 - Description](#RepositoryName)
-
-[02.0 - About](#About)
-
-[03.0 - Wiki](#Wiki)
-
-[04.0 - Version history](#Version-history)
-
-[05.0 - Software status](#Software-status)
-
-[06.0 - Sponsor info](#Sponsor-info)
-
-[07.0 - Contributers](#Contributers)
-
-[08.0 - Issues](#Issues)
-
-> [08.1 - Current issues](#Current-issues)
-
-> [08.2 - Past issues](#Past-issues)
-
-> [08.3 - Past pull requests](#Past-pull-requests)
-
-> [08.4 - Active pull requests](#Active-pull-requests)
-
-[09.0 - Resources](#Resources)
-
-[10.0 - Contributing](#Contributing)
-
-[11.0 - About README](#About-README)
-
-[12.0 - README Version history](#README-version-history)
-
-[13.0 - Footer](#You-have-reached-the-end-of-the-README-file)
-
-> [13.1 - End of file](#EOF)
-
-***
-
-# <repoName>
-<repo_description>
-
-***
-
-## About
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
 
-See above. <extendedRepoDescription>
+Click on the [use this template] button (don't fork the project)
 
-***
-
-## Wiki
-
-[Click/tap here to view this projects Wiki](https://github.com/seanpm2001/<repoName>/wiki)
-
-If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/).
-
-***
-
-## Sponsor info
-
-![SponsorButton.png](SponsorButton.png)
-
-You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
 
-You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
+Scroll down to the bottom and find this checkbox.
 
-Try it out! The sponsor button is right up next to the watch/unwatch button.
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
 
-***
+Check the box (this will fork all the branches required to use this set of templates)
 
-## Version history
+## How to use this template
 
-**Version history currently unavailable**
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
 
-**No other versions listed**
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
 
-***
+Here is a guide to the 11 template branches:
 
-## Software status
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
 
-All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works.
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
 
-![DRM-free_label.en.svg](DRM-free_label.en.svg)
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
 
-This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works.
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
 
-I am ussing the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation)
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
 
-This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom.
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
 
-Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label)
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
 
-***
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
 
-## Contributers
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
 
-Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](CONTRIBUTING.md) file.
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
 
-> * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of DoW, Month, DoM, Yr at ##:## a/pm)
-
-> * 2. No other contributers.
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
 
 ***
 
-## Issues
+## Development
 
-### Current issues
+### V8 Template TODO
 
-* None at the moment
+`template` branches
 
-* No other current issues
+- [x] Create template branches
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
 
-**TL;DR**
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+- [ ]  UTC-7 clarification
 
-### Past issues
+- [ ] Swisscows support
 
-* None at the moment
+- [ ] Safe.duckduckgo support
 
-* No other past issues
+- [ ] Removal of parantheses in title line
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
 
-**TL;DR**
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
 
-### Past pull requests
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
 
-* None at the moment
+- [ ] Separate branches for each template category, fit all your templates into one
 
-* No other past pull requests
+- [ ] Update README files to specifically fit each branch
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Fix typos
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Add support for the Pull Request (PR) directory
 
-**TL;DR**
+- - [ ] I have done the following steps for all branches
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+`main` branch
 
-### Active pull requests
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
 
-* None at the moment
+- [ ]  Archive all 11 branches into the main branch
 
-* No other active pull requests
+- [x]  Archive all 11 pull requests
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Update README
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Finish TODO list
 
-**TL;DR**
+- [ ] Turn repository into template (once all other steps are done)
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+As of 2021 Monday, September 13th at 2:31 pm
 
 ***
 
-## Resources
-
-Here are some other resources for this project:
+## File info
 
-[Project language file](PROJECT_LANG.<fileExtensionForProgrammingLanguage>)
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
 
-[Join the discussion on GitHub](https://github.com/seanpm2001/<repoName>/discussions)
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
 
-No other resources at the moment.
+**Line count (including blank lines and compiler line):** `191`
 
 ***
 
-## Contributing
-
-Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file.
-
-[Click/tap here to view the contributing rules for this project](CONTRIBUTING.md)
-
-***
+## File history
 
-## About README
-
-File type: `Markdown (*.md)`
-
-File version: `0.1 (Sunday, March 21st 2021 at 7:50 pm)`
-
-Line count: `0,296`
-
-***
-
-## README version history
-
-Version 0.1 (Sunday, March 21st 2021 at 7:50 pm)
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
 
 > Changes:
 
 > * Started the file
 
-> * Added the title section
-
-> * Added the index
-
-> * Added the about section
+> * Added instructions for setup
 
-> * Added the Wiki section
+> * Added the todo list
 
-> * Added the version history section
+> * Added the file info section
 
-> * Added the issues section.
-
-> * Added the past issues section
-
-> * Added the past pull requests section
+> * No other changes in version 1
 
-> * Added the active pull requests section
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
 
-> * Added the contributors section
+> Changes:
 
-> * Added the contributing section
+> * Updated the title
 
-> * Added the about README section
+> * Updated the instructions
 
-> * Added the README version history section
+> * Updated the todo list
 
-> * Added the resources section
+> * Updated the file info section
 
-> * Added a software status section, with a DRM free sticker and message
+> * Added the file history section
 
-> * Added the sponsor info section
+> * Added the footer section
 
-> * No other changes in version 0.1
+> * No other changes in version 2
 
-Version 1 (Coming soon)
+**Version 3 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 1
+> * No other changes in version 3
 
-Version 2 (Coming soon)
+**Version 4 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 2
+> * No other changes in version 4
 
 ***
 
-### You have reached the end of the README file
+## Footer
+
+You have reached the end of this file.
 
-[Back to top](#Top) [Exit](https://github.com)
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
 
 ### EOF
 
diff --git a/OldVersions/README/English/1/README_V1.md b/OldVersions/README/English/1/README_V1.md
new file mode 100644
index 0000000..f589750
--- /dev/null
+++ b/OldVersions/README/English/1/README_V1.md
@@ -0,0 +1,124 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
+
+## Development
+
+### V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
+
+## File info
+
+**File version:** `1 (2021 Monday, September 13th at 3:45 pm)`
+
+**File type:** `Markdown document (*.md)`
+
+**Line count (including blank lines and compiler line):** `125`
+
+***
diff --git a/OldVersions/README/English/1/README_V2.md b/OldVersions/README/English/1/README_V2.md
new file mode 100644
index 0000000..6e21e55
--- /dev/null
+++ b/OldVersions/README/English/1/README_V2.md
@@ -0,0 +1,190 @@
+
+***
+
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
+
+## Using this template
+
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
+
+# ⚠️ WARNING ⚠️
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates)
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
+
+## Development
+
+### V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- [ ] Add support for the Pull Request (PR) directory
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [x]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
+
+## File info
+
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
+
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
+
+**Line count (including blank lines and compiler line):** `191`
+
+***
+
+## File history
+
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
+
+> Changes:
+
+> * Started the file
+
+> * Added instructions for setup
+
+> * Added the todo list
+
+> * Added the file info section
+
+> * No other changes in version 1
+
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
+
+> Changes:
+
+> * Updated the title
+
+> * Updated the instructions
+
+> * Updated the todo list
+
+> * Updated the file info section
+
+> * Added the file history section
+
+> * Added the footer section
+
+> * No other changes in version 2
+
+**Version 3 (Coming soon)**
+
+> Changes:
+
+> * Coming soon
+
+> * No other changes in version 3
+
+**Version 4 (Coming soon)**
+
+> Changes:
+
+> * Coming soon
+
+> * No other changes in version 4
+
+***
+
+## Footer
+
+You have reached the end of this file.
+
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
+
+### EOF
+
+***
diff --git a/OldVersions/ROOTFILES/README.urll b/OldVersions/ROOTFILES/README.urll
index e74d855..f79cf8c 100644
--- a/OldVersions/ROOTFILES/README.urll
+++ b/OldVersions/ROOTFILES/README.urll
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/OldVersions/ROOTFILES/ROOTFILES_V1.base b/OldVersions/ROOTFILES/ROOTFILES_V1.base
index e74d855..f79cf8c 100644
--- a/OldVersions/ROOTFILES/ROOTFILES_V1.base
+++ b/OldVersions/ROOTFILES/ROOTFILES_V1.base
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/OldVersions/TODO/English/1/1-100/README.mkd b/OldVersions/TODO/English/1/1-100/README.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/OldVersions/TODO/English/1/1-100/README.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/OldVersions/TODO/English/1/1-100/TODO_V1.mkd b/OldVersions/TODO/English/1/1-100/TODO_V1.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/OldVersions/TODO/English/1/1-100/TODO_V1.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/PLANS_TV8X.markdown b/PLANS_TV8X.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/PLANS_TV8X.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/Predecessors/OldVersions/English/USA/README.txt b/Predecessors/OldVersions/English/USA/README.txt
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/OldVersions/English/USA/README.txt
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/Predecessors/OldVersions/English/USA/README_V1.md b/Predecessors/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/Predecessors/README.md b/Predecessors/README.md
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/README.md
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/README.md b/README.md
index cbf4aae..6e21e55 100644
--- a/README.md
+++ b/README.md
@@ -1,405 +1,189 @@
 
 ***
 
-# <projectName>
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
 
-![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg)
+## Using this template
 
-# By:
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
 
-<!-- ![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg) !-->
+# ⚠️ WARNING ⚠️
 
-## [Seanpm2001](https://github.com/seanpm2001/), [<developerName>](https://github.com/<developerName>/) Et; Al.
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
 
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
 
-### Top
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
 
-# `README.md`
+Click on the [use this template] button (don't fork the project)
 
-***
-
-## Read this article in a different language
-
-**Sorted by:** `A-Z`
-
-[Sorting options unavailable](https://github.com/<developerName>/<repoName>)
-
-( [af Afrikaans](/.github/README_AF.md) Afrikaans | [sq Shqiptare](/.github/README_SQ.md) Albanian | [am አማርኛ](/.github/README_AM.md) Amharic | [ar عربى](/.github/README_AR.md) Arabic | [hy հայերեն](/.github/README_HY.md) Armenian | [az Azərbaycan dili](/.github/README_AZ.md) Azerbaijani | [eu Euskara](/.github/README_EU.md) Basque | [be Беларуская](/.github/README_BE.md) Belarusian | [bn বাংলা](/.github/README_BN.md) Bengali | [bs Bosanski](/.github/README_BS.md) Bosnian | [bg български](/.github/README_BG.md) Bulgarian | [ca Català](/.github/README_CA.md) Catalan | [ceb Sugbuanon](/.github/README_CEB.md) Cebuano | [ny Chichewa](/.github/README_NY.md) Chichewa | [zh-CN 简体中文](/.github/README_ZH-CN.md) Chinese (Simplified) | [zh-t 中國傳統的)](/.github/README_ZH-T.md) Chinese (Traditional) | [co Corsu](/.github/README_CO.md) Corsican | [hr Hrvatski](/.github/README_HR.md) Croatian | [cs čeština](/.github/README_CS.md) Czech | [da dansk](README_DA.md) Danish | [nl Nederlands](/.github/README_NL.md) Dutch | [**en-us English**](/.github/README.md) English |  [EO Esperanto](/.github/README_EO.md) Esperanto | [et Eestlane](/.github/README_ET.md) Estonian | [tl Pilipino](/.github/README_TL.md) Filipino | [fi Suomalainen](/.github/README_FI.md) Finnish |  [fr français](/.github/README_FR.md) French | [fy Frysk](/.github/README_FY.md) Frisian | [gl Galego](/.github/README_GL.md) Galician | [ka ქართველი](/.github/README_KA) Georgian | [de Deutsch](/.github/README_DE.md) German | [el Ελληνικά](/.github/README_EL.md) Greek | [gu ગુજરાતી](/.github/README_GU.md) Gujarati | [ht Kreyòl ayisyen](/.github/README_HT.md) Haitian Creole | [ha Hausa](/.github/README_HA.md) Hausa | [haw Ōlelo Hawaiʻi](/.github/README_HAW.md) Hawaiian | [he עִברִית](/.github/README_HE.md) Hebrew | [hi हिन्दी](/.github/README_HI.md) Hindi | [hmn Hmong](/.github/README_HMN.md) Hmong | [hu Magyar](/.github/README_HU.md) Hungarian | [is Íslenska](/.github/README_IS.md) Icelandic | [ig Igbo](/.github/README_IG.md) Igbo | [id bahasa Indonesia](/.github/README_ID.md) Icelandic | [ga Gaeilge](/.github/README_GA.md) Irish | [it Italiana/Italiano](/.github/README_IT.md) | [ja 日本語](/.github/README_JA.md) Japanese | [jw Wong jawa](/.github/README_JW.md) Javanese | [kn ಕನ್ನಡ](/.github/README_KN.md) Kannada | [kk Қазақ](/.github/README_KK.md) Kazakh | [km ខ្មែរ](/.github/README_KM.md) Khmer | [rw Kinyarwanda](/.github/README_RW.md) Kinyarwanda | [ko-south 韓國語](/.github/README_KO_SOUTH.md) Korean (South) | [ko-north 문화어](README_KO_NORTH.md) Korean (North) (NOT YET TRANSLATED) | [ku Kurdî](/.github/README_KU.md) Kurdish (Kurmanji) | [ky Кыргызча](/.github/README_KY.md) Kyrgyz | [lo ລາວ](/.github/README_LO.md) Lao | [la Latine](/.github/README_LA.md) Latin | [lt Lietuvis](/.github/README_LT.md) Lithuanian | [lb Lëtzebuergesch](/.github/README_LB.md) Luxembourgish | [mk Македонски](/.github/README_MK.md) Macedonian | [mg Malagasy](/.github/README_MG.md) Malagasy | [ms Bahasa Melayu](/.github/README_MS.md) Malay | [ml മലയാളം](/.github/README_ML.md) Malayalam | [mt Malti](/.github/README_MT.md) Maltese | [mi Maori](/.github/README_MI.md) Maori | [mr मराठी](/.github/README_MR.md) Marathi | [mn Монгол](/.github/README_MN.md) Mongolian | [my မြန်မာ](/.github/README_MY.md) Myanmar (Burmese) | [ne नेपाली](/.github/README_NE.md) Nepali | [no norsk](/.github/README_NO.md) Norwegian | [or ଓଡିଆ (ଓଡିଆ)](/.github/README_OR.md) Odia (Oriya) | [ps پښتو](/.github/README_PS.md) Pashto | [fa فارسی](/.github/README_FA.md) |Persian  [pl polski](/.github/README_PL.md) Polish | [pt português](/.github/README_PT.md) Portuguese | [pa ਪੰਜਾਬੀ](/.github/README_PA.md) Punjabi | No languages available that start with the letter Q | [ro Română](/.github/README_RO.md) Romanian | [ru русский](/.github/README_RU.md) Russian | [sm Faasamoa](/.github/README_SM.md) Samoan | [gd Gàidhlig na h-Alba](/.github/README_GD.md) Scots Gaelic | [sr Српски](/.github/README_SR.md) Serbian | [st Sesotho](/.github/README_ST.md) Sesotho | [sn Shona](/.github/README_SN.md) Shona | [sd سنڌي](/.github/README_SD.md) Sindhi | [si සිංහල](/.github/README_SI.md) Sinhala | [sk Slovák](/.github/README_SK.md) Slovak | [sl Slovenščina](/.github/README_SL.md) Slovenian | [so Soomaali](/.github/README_SO.md) Somali | [[es en español](/.github/README_ES.md) Spanish | [su Sundanis](/.github/README_SU.md) Sundanese | [sw Kiswahili](/.github/README_SW.md) Swahili | [sv Svenska](/.github/README_SV.md) Swedish | [tg Тоҷикӣ](/.github/README_TG.md) Tajik | [ta தமிழ்](/.github/README_TA.md) Tamil | [tt Татар](/.github/README_TT.md) Tatar | [te తెలుగు](/.github/README_TE.md) Telugu | [th ไทย](/.github/README_TH.md) Thai | [tr Türk](/.github/README_TR.md) Turkish | [tk Türkmenler](/.github/README_TK.md) Turkmen | [uk Український](/.github/README_UK.md) Ukrainian | [ur اردو](/.github/README_UR.md) Urdu | [ug ئۇيغۇر](/.github/README_UG.md) Uyghur | [uz O'zbek](/.github/README_UZ.md) Uzbek | [vi Tiếng Việt](/.github/README_VI.md) Vietnamese | [cy Cymraeg](/.github/README_CY.md) Welsh | [xh isiXhosa](/.github/README_XH.md) Xhosa | [yi יידיש](/.github/README_YI.md) Yiddish | [yo Yoruba](/.github/README_YO.md) Yoruba | [zu Zulu](/.github/README_ZU.md) Zulu ) Available in 110 languages (108 when not counting English and North Korean, as North Korean has not been translated yet [Read about it here](/OldVersions/Korean(North)/README.md))
-
-Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/<developerName>/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published.
-
-Note: due to limitations with GitHub's interpretation of markdown (and pretty much every other web-based interpretation of markdown) clicking these links will redirect you to a separate file on a separate page that isn't the intended page. You will be redirected to the [.github folder](/.github/) of this project, where the README translations are hosted.
-
-Translations are currently done with Bing translate and DeepL. Support for Google Translate translations is coming to a close due to privacy concerns.
-
-***
-
-# Index
-
-[00.0 - Top](#Top)
-
-> [00.1 - Title](#<projectName>)
-
-> [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language)
-
-> [00.3 - Index](#Index)
-
-[01.0 - Description](#RepositoryName)
-
-[02.0 - About](#About)
-
-[03.0 - Wiki](#Wiki)
-
-[04.0 - History](#History)
-
-> [04.1 - Pre-history](#Pre-history)
-
-> [04.2 - Alpha History](#Alpha-history)
-
-> [04.3 - Beta History](#Beta-history)
-
-> [04.4 - Modern History](#Modern-history)
-
-[05.0 - Copying](#Copying)
-
-[06.0 - Credits](#Credits)
-
-[07.0 - Installation](#Installation)
-
-[08.0 - Version history](#Version-history)
-
-[09.0 - Version history](#Version-history)
-
-[10.0 - Software status](#Software-status)
-
-[11.0 - Sponsor info](#Sponsor-info)
-
-[12.0 - Contributers](#Contributers)
-
-[13.0 - Issues](#Issues)
-
-> [13.1 - Current issues](#Current-issues)
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
 
-> [13.2 - Past issues](#Past-issues)
+Scroll down to the bottom and find this checkbox.
 
-> [13.3 - Past pull requests](#Past-pull-requests)
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
 
-> [13.4 - Active pull requests](#Active-pull-requests)
+Check the box (this will fork all the branches required to use this set of templates)
 
-[14.0 - Resources](#Resources)
+## How to use this template
 
-[15.0 - Contributing](#Contributing)
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
 
-[16.0 - About README](#About-README)
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
 
-[17.0 - README Version history](#README-version-history)
+Here is a guide to the 11 template branches:
 
-[18.0 - Footer](#You-have-reached-the-end-of-the-README-file)
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
 
-> [18.9 - End of file](#EOF)
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
 
-***
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
 
-# <repoName>
-<repo_description>
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
 
-***
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
 
-## About
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
 
-See above. <extendedRepoDescription>
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
 
-***
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
 
-## Wiki
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
 
-[Click/tap here to view this projects Wiki](https://github.com/<developerName>/<repoName>/wiki)
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
 
-If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/).
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
 
 ***
 
-## History
+## Development
 
-Write about this projects history here.
+### V8 Template TODO
 
-### Pre-history
+`template` branches
 
-No pre-history to show for this project.
+- [x] Create template branches
 
-### Alpha history
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
 
-No Alpha history to show for this project.
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
 
-### Beta history
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
 
-No Beta history to show for this project.
+- [ ]  UTC-7 clarification
 
-### Modern history
+- [ ] Swisscows support
 
-No Modern history to show for this project.
+- [ ] Safe.duckduckgo support
 
-***
+- [ ] Removal of parantheses in title line
 
-## Copying
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
 
-View the copying license for this project [here](/COPYING) (if you haven't built the project yet with the makefile, here is the original link: [COPYINGL](/COPYINGL)
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
 
-Please note that you also have to follow the rules of the GNU General Public License v3 (GPL3) which you can view [here](/LICENSE.txt)
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
 
-***
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
 
-## Credits
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
 
-View the credits file for this project and see the people who got together to make this project by [clicking/tapping here](/CREDITS)
+- [ ] Separate branches for each template category, fit all your templates into one
 
-***
-
-## Installation
+- [ ] Update README files to specifically fit each branch
 
-View the installation instructions file for this project [here](/INSTALL)
+- [ ] Fix typos
 
-Requirements: Read the instructions for more info, and get the latest up-to-date instructions [here](https://gist.github.com/seanpm2001/745564a46186888e829fdeb9cda584de)
+- [ ] Add support for the Pull Request (PR) directory
 
-***
+- - [ ] I have done the following steps for all branches
 
-## Sponsor info
+`main` branch
 
-![SponsorButton.png](/SponsorButton.png)
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
 
-You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors/)
+- [ ]  Archive all 11 branches into the main branch
 
-You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
+- [x]  Archive all 11 pull requests
 
-Try it out! The sponsor button is right up next to the watch/unwatch button.
+- [ ] Update README
 
-***
+- [ ] Finish TODO list
 
-## Version history
+- [ ] Turn repository into template (once all other steps are done)
 
-**Version history currently unavailable**
-
-**No other versions listed**
+As of 2021 Monday, September 13th at 2:31 pm
 
 ***
 
-## Software status
-
-All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works.
-
-![DRM-free_label.en.svg](/DRM-free_label.en.svg)
-
-This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works.
+## File info
 
-I am using the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation)
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
 
-This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom.
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
 
-Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label/)
+**Line count (including blank lines and compiler line):** `191`
 
 ***
 
-## Contributers
-
-Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](/CONTRIBUTING.md) file.
-
-> * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of Yr, DoW, Month, DoM, at ##:## a/pm)
-
-> * 2. No other contributers.
-
-***
-
-## Issues
-
-### Current issues
-
-* None at the moment
-
-* No other current issues
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-### Past issues
-
-* None at the moment
-
-* No other past issues
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+## File history
 
-### Past pull requests
-
-* None at the moment
-
-* No other past pull requests
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-### Active pull requests
-
-* None at the moment
-
-* No other active pull requests
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-***
-
-## Resources
-
-Here are some other resources for this project:
-
-[Project language file A](PROJECT_LANG_1.<fileExtensionForProgrammingLanguage>)
-
-[Join the discussion on GitHub](https://github.com/<developerName>/<repoName>/discussions)
-
-No other resources at the moment.
-
-***
-
-## Contributing
-
-Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file.
-
-[Click/tap here to view the contributing rules for this project](/CONTRIBUTING.md)
-
-***
-
-## About README
-
-**File type:** `Markdown Document (*.md *.mkd *.markdown)`
-
-**File version:** `0.1.6 (Monday, August 23rd 2021 at 6:37 pm)`
-
-**Line count (including blank lines and compiler line):** `0,407`
-
-***
-
-## README version history
-
-Version 0.1 (Sunday, March 21st 2021 at 7:50 pm)
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
 
 > Changes:
 
 > * Started the file
 
-> * Added the title section
-
-> * Added the index
-
-> * Added the about section
-
-> * Added the Wiki section
-
-> * Added the version history section
-
-> * Added the issues section.
-
-> * Added the past issues section
+> * Added instructions for setup
 
-> * Added the past pull requests section
+> * Added the todo list
 
-> * Added the active pull requests section
+> * Added the file info section
 
-> * Added the contributors section
-
-> * Added the contributing section
-
-> * Added the about README section
-
-> * Added the README version history section
-
-> * Added the resources section
-
-> * Added a software status section, with a DRM free sticker and message
+> * No other changes in version 1
 
-> * Added the sponsor info section
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
 
-**ITERATION 5**
+> Changes:
 
-> * Updated the title section
+> * Updated the title
 
-> * Updated the index
+> * Updated the instructions
 
-> * Added the history section
+> * Updated the todo list
 
 > * Updated the file info section
 
-> * Updated the file history section
-
-**ITERATION 6**
+> * Added the file history section
 
-> * Updated the title section
+> * Added the footer section
 
-> * Fixed and update template links
-
-> * Updated the index
-
-> * Added the copying section
-
-> * Added the credits section
-
-> * Added the installation section
-
-> * Updated the resources section
-
-> * Updated the contributors section
-
-> * Added the technical notes section
-
-> * Updated the footer
-
-> * Updated the file info section
-
-> * Updated the file history section
-
-> * No other changes in version 0.1
+> * No other changes in version 2
 
-Version 1 (Coming soon)
+**Version 3 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 1
+> * No other changes in version 3
 
-Version 2 (Coming soon)
+**Version 4 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 2
+> * No other changes in version 4
 
 ***
 
-### You have reached the end of the README file
+## Footer
+
+You have reached the end of this file.
 
-( [Back to top](#Top) | [Exit to GitHub](https://github.com) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org) )
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
 
 ### EOF
 
diff --git a/ROOTFILES.base b/ROOTFILES.base
index e74d855..f79cf8c 100644
--- a/ROOTFILES.base
+++ b/ROOTFILES.base
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/RepoData/Description/GitHub/OldVersions/English/USA/README.md b/RepoData/Description/GitHub/OldVersions/English/USA/README.md
new file mode 100644
index 0000000..3d1185c
--- /dev/null
+++ b/RepoData/Description/GitHub/OldVersions/English/USA/README.md
@@ -0,0 +1 @@
+The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template.
diff --git a/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt b/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt
new file mode 100644
index 0000000..3d1185c
--- /dev/null
+++ b/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt
@@ -0,0 +1 @@
+The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template.
diff --git a/RepoData/Description/GitHub/OldVersions/README.md b/RepoData/Description/GitHub/OldVersions/README.md
deleted file mode 100644
index 71b64d7..0000000
--- a/RepoData/Description/GitHub/OldVersions/README.md
+++ /dev/null
@@ -1 +0,0 @@
-⌨️ The NewGRF Meta Language programming language IDE submodule for SNU Programming Tools (2D Mode) 
diff --git a/RepoData/Description/GitHub/OldVersions/README_V1.txt b/RepoData/Description/GitHub/OldVersions/README_V1.txt
deleted file mode 100644
index 71b64d7..0000000
--- a/RepoData/Description/GitHub/OldVersions/README_V1.txt
+++ /dev/null
@@ -1 +0,0 @@
-⌨️ The NewGRF Meta Language programming language IDE submodule for SNU Programming Tools (2D Mode) 
diff --git a/RepoData/Description/GitHub/README.txt b/RepoData/Description/GitHub/README.txt
index 71b64d7..fc6b9c0 100644
--- a/RepoData/Description/GitHub/README.txt
+++ b/RepoData/Description/GitHub/README.txt
@@ -1 +1 @@
-⌨️ The NewGRF Meta Language programming language IDE submodule for SNU Programming Tools (2D Mode) 
+ The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template. 
diff --git a/SECURITY.md b/SECURITY.md
deleted file mode 100644
index 2cb1d86..0000000
--- a/SECURITY.md
+++ /dev/null
@@ -1,71 +0,0 @@
-
-***
-
-# Security Policy
-
-## Supported Versions
-
-This project is a Git-image project, and doesn't have security issues like common repositories. They are still possible, and instructions will be listed below.
-
-## Version history
-
-| Version | Supported          | Support status |
-| ------- | ------------------ |-----------------|
-| Versions | not | listed yet |
-| v1.0.0    | :heavy_check_mark: | NOT YET RELEASED |
-
-## Reporting a Vulnerability
-
-DO NOT REPORT A ZERO DAY VULNERABILITY PUBLICLY!
-
-Please instead direct message me via GitHub. If there is no response within 90 days, you can post the vulnerability as an issue, as part of the standard 0 day security exploit reporting guidelines.
-
-If a vulnerability is caused by an outdated dependancy, you can report it publicly, as it usually isn't that much of a problem.
-
-Other security currently isn't available. If there are any further questions, message me via email at [seanpm2001-mailing-list@protonmail.com](mailto:seanpm2001-mailing-list@protonmail.com)
-
-***
-
-## File info
-
-**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
-
-**File version:** `1 (2022, Thursday, May 19th at 3:05 pm PST)`
-
-**Line count (including blank lines and compiler line):** `72`
-
-***
-
-## File history
-
-<details><summary><p>Click/tap here to expand/collapse the history for this file</p></summary>
-
-**Version 1 (2022, Thursday, May 19th at 3:05 pm PST)**
-
-> Changes:
-
-> * Started the file
-
-> * Added the supported versions section
-
-> * Added the version history section
-
-> * Added the reporting a vulnerability section
-
-> * Added the file info section
-
-> * Added the file history section
-
-> * No other changes in version 1
-
-**Version 2 (Coming soon)**
-
-> Changes:
-
-> * Coming soon
-
-> * No other changes in version 2
-
-</details>
-
-***
diff --git a/SNU-DEFAULT b/SNU-DEFAULT
new file mode 100644
index 0000000..a4984d1
--- /dev/null
+++ b/SNU-DEFAULT
@@ -0,0 +1 @@
+# SNU Default branch
diff --git a/SNU-OTHER b/SNU-OTHER
new file mode 100644
index 0000000..cc1dea6
--- /dev/null
+++ b/SNU-OTHER
@@ -0,0 +1 @@
+# SNU Other branch
diff --git a/SNU-Programming-Tools b/SNU-Programming-Tools
new file mode 100644
index 0000000..501e26b
--- /dev/null
+++ b/SNU-Programming-Tools
@@ -0,0 +1 @@
+# SNU Programming Tools branch
diff --git a/SNU_Blue_and_gold_Legacy_Icon_SVG.svg b/SNU_Blue_and_gold_Legacy_Icon_SVG.svg
deleted file mode 100644
index b983d04..0000000
--- a/SNU_Blue_and_gold_Legacy_Icon_SVG.svg
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   width="256.0px"
-   height="256.0px"
-   viewBox="0 0 256.0 256.0"
-   version="1.1"
-   id="SVGRoot"
-   sodipodi:docname="SNU_Blue_and_gold_Legacy_Icon_SVG.svg"
-   xml:space="preserve"
-   inkscape:version="1.2.1 (2ed6d7ae0b, 2022-08-22, custom)"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
-     id="namedview14"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:showpageshadow="2"
-     inkscape:pageopacity="0.0"
-     inkscape:pagecheckerboard="0"
-     inkscape:deskcolor="#d1d1d1"
-     inkscape:document-units="px"
-     showgrid="true"
-     inkscape:zoom="0.70199214"
-     inkscape:cx="397.44035"
-     inkscape:cy="78.348455"
-     inkscape:window-width="1920"
-     inkscape:window-height="967"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:window-maximized="1"
-     inkscape:current-layer="layer1"><inkscape:grid
-       type="xygrid"
-       id="grid20" /></sodipodi:namedview><defs
-     id="defs9" /><g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"><image
-       width="256"
-       height="256"
-       preserveAspectRatio="none"
-       style="image-rendering:optimizeQuality"
-       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAAAAXNSR0IArs4c6QAAAARnQU1BAACx
-jwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1tSURBVHhe7dpdjvaoGYThbCRryWk2nF1kHVlH
-/IkRU33b5s+AcVPSdTRdPPCCS5qR5h//+vd/zbblAtjWXADbmgtgW3MBbGsugG3NBbCtuQC2NRfA
-ttatAP/53z+zsMTsde0FwMfdAAPN5qsuAD7iLrCF2TQVBcBX2x22M5ugqAD4UofC1mZDZQqArzMN
-a8+QT8BCs0FSBcBHeYZ8FYw6Q95e9Isf5boA8QdfQvghDAeEbb7f/SIXBcAPVkh2hI0UkjYZnuOA
-wKexAPipEWKDYNMIMZsJbxEg811FBUBmKGwdIGMz4S0Ukl/0owD4eYEGpsEZDgjYNHgIQPhz/i4A
-ftgh/ukVOMwBAZsDr3CG/Le4AJaBV7iEJR/yVwHwew4x8SIc6YCATXB+AvyTQJd8yHUB4p9ft+zB
-9nH5BPiHQVzyIS6AZdw9Af55FAOf8KcAi/+AxY/36yXuH3+KNLM4F8Ay0vePv0aILcsFsIzs/SMQ
-IbYmF8AySu4fmQixBbkAllF+/0gGyKzGBbCMqvtHOEBmKX8KcFj2xDjYAQEbrfb+kY8QW8THCoC/
-2gQNT4AlEWIruC7AISZehCMdELAJ2p4AqyLEXvdXAQ446CH+6RU4zAEBm6P5FbAwQuxdLoBlPHwF
-LA+QedHfBTjglAf960w4xgEBm+b5Q2BCgMxbMgUINDMato4Qs2m6PASGRIjN96MAB5wvQmwQbBoh
-ZjP1egvMiRCbjAU44HwKyY6wkULSJuv4HBgVITbTRQEOOB8g/BCGA8I2X98XwbQIsWmuCxDgiGfI
-V8GoM+TtLd3fBQMjxOZIFeCAIyZg4SUsScBCe9Ggp8HYAJkJMgUIcMqhsLW9btwDYXKAzGhFBQhw
-0O6wnS1i6DNheITYOBUFCHDQLrCFLWX0Y2F+hNgg1QWIcNwGGGhrmvBq2CJCbIT2AgCOfglL7BPm
-PCJ2iRDrrlsB7Lea9kViowixvlwAy5j5OR6wXYBMRy6AZUz7FiPsGCDTiwtgGXM+RMCmEWLPuQCW
-MfoTvIN9I8QecgEsY+j3l4atI8SecAEsY9zHVwK7R4g1cwEsY9CXVwVnCJBp4wJYxojPrgGOESDT
-wAWwjO7fXDOcJEKsigtgGR2/tudwmAixci6AZfT61HrBeSLECrkAltHlO+sLR4oQK+ECWMbzj2wE
-nCpCLMsFsIyHX9hQOFuATJoLYBlPPq8JcLwAmQQXwDKav61pcMIIsUsugGU0fFXz4ZARYmcugGXU
-flJvwTkjxMAFsAx8T1+EX6RcAMvAx/RR+FGRC2AZ+JI+Cj8qcgEsA1/SR+FHRS6A5eFj+hz8HOUC
-2NZcANuaC2BbcwFsay6Abc0FsK25ALY1F8C25gLY1lwA25oLYFtzAWxrLoBtzQWwre1bAPwfsyVK
-1sZMApaUwIQz5HsZtIWOjZB5ApMTXIAKJWtjJgFLSmDCGfK9DNpCx0bIPIHJCZsWAPdVomRtzCRg
-SQlMOEO+l0Fb6NgImScwOc0FKFWyNmYSsKQEJpwh38ugLXRshMwTmJz2mwuAexkNu1/CklqYFiDT
-y6AtdGyEzBOYnOUCdIPdL2FJLUwLkOll0BY6NkLmCUzO+rUFwL2Mht0vYUktTAuQ6WXQFjo2QuYJ
-TC7hAvSB3S9hSS1MC5DpZdAWOjZC5glMLvE7C4B7UUimYe0drKqCUXewqhzmKCSrYJRCsg1mKiQf
-cgFSsPYOVlXBqDtYVQ5zFJJVMEoh2QYzFZIP/cIC4L4UkmlYewerqmDUHawqhzkKySoYpZBsg5kK
-yedcgFtYewerqmDUHawqhzkKySoYpZBsg5kKyed+QwFwRwrJNpipkKyCUSUwIQ1rFZJVMEoh2QYz
-FZJduAB5mKmQrIJRJTAhDWsVklUwSiHZBjMVkl18vgC4I4VkG8xUSFbBqBKYkIa1CskqGKWQbIOZ
-CsleXIAMzFRIVsGoEpiQhrUKySoYpZBsg5kKyV6+XQDckUJyKThqCUxIw1qFZBWMUki2wUyFZEcu
-wAtw1BKYkIa1CskqGKWQbIOZCsmOPlwA3JFCcik4aglMSMNahWQVjFJItsFMhWRfLsBsOGoJTEjD
-WoVkFYxSSLbBTIVkX18tAO7oDla9DsdTVZk7yCskq2CUQrINZioku3MBpsLxVFXmDvIKySoYpZBs
-g5kKye4+WQDc0R2seh2Op6oyd5BXSFbBKIVkG8xUSI7gAsyD46mqzB3kFZJVMEoh2QYzFZIjfPg/
-gg+4rxGwYzOMVVWZO8grJKtglEKyDWYqJAdxATKwYzOMVVWZO8grJKtglEKyDWYqJAf5cAFwXyNg
-x2YYq6oyd5BXSFbBKIVkG8xUSI7jAqRgx2YYq6oyd5BXSFbBKIVkG8xUSI7z7X8FCnB3I2DHKhil
-kAyQUUgGyCgkq2CUQrINZiokh3IBimDHKhilkAyQUUgGyCgkq2CUQrINZiokh/p8AXB3I2DHKhil
-kAyQUUgGyCgkq2CUQrINZiokR3MB8rBjFYxSSAbIKCQDZBSSVTBKIdkGMxWSo/2GfwV6Dm9wB6uy
-sFwheYa8qso0wCiFZBvMVEhO4AL8gWe4g1VZWK6QPENeVWUaYJRCsg1mKiQncAFS76GwKgvLFZJn
-yKuqTAOMUki2wUyF5BwuQOpJFFZlYblC8gx5VZVpgFEKyTaYqZCcwwX4G95DIZmF5QrJM+RVVaYB
-Rikk22CmQnIaF+BveBKFZBaWKyTPkFdVmQYYpZBsg5kKyWlcgL/gPRSSWViukDxDXlVlGmCUQrIN
-ZiokZ3IB/oInUUhmYblC8gx5VZVpgFEKyTaYqZCcad0C4I4Uks9hvkIyC8sVkmlYWwITqmCUQrIN
-ZiokJ3MB/sB8hWQWlisk07C2BCZUwSiFZBvMVEhOtmgBcEcKyecwXyGZheUKyTSsLYEJVTBKIdkG
-MxWS87kAPffCcoVkGtaWwIQqGKWQbIOZCsn5ViwA7kgh+RzmKySzsFwhmYa1JTChCkYpJNtgpkLy
-FS4At4iQzMJyhWQa1pbAhCoYpZBsg5kKyVcsVwDckULyOcxXSGZhuUIyDWtLYEIVjFJItsFMheRb
-XIBrSGZhuUIyDWtLYEIVjFJItsFMheRb1ioA7ugOVpXDHIVkFYxSSJbDnDtY1QxjFZJpWKuQXIQL
-8Bckq2CUQrIc5tzBqmYYq5BMw1qF5CIWKgDu6w5WlcMchWQVjFJIlsOcO1jVDGMVkmlYq5Bchwvw
-B5JVMEohWQ5z7mBVM4xVSKZhrUJyHasUAPc1E05yCUt6wS4BMnewqhnGjoAdl+ICuACc3B12XMoS
-BcB9zYSTXMKSXrBLgMwdrGqGsSNgx9W4ADzMGZb0gl0CZO5gVTOMHQE7rub9AuC+VEmmRJzTAKN6
-wS5nyCsku8N2JTDhQ1yADIzqBbucIa+Q7A7blcCED3m5ALhHVZIpEec0wKhesMsZ8grJ7rBdCUz4
-FhcgBaN6wS5nyCsku8N2JTDhW5b4j2Czt7gAtjUXwLbmAtjWXADbmgtgW3MBbGsugG3NBbCtuQC2
-NRfAtuYC2NZcANuaC2BbcwFsay6Abc0FsK25ALY1F8C25gLY1lwA25oLYFtzAWxrLoBtzQWwrbkA
-tjUXwLbmAtjWXADbmgtgW3MBbGsugG3NBbCtuQC2NRfAtuYC2NZcANuaC2BbcwFsay6Abc0FsK25
-ALY1F8C25gLY1lwA25oLYFtzAWxrLoBtzQWwrbkAtjUXwLbmAtjWXACb4T//+2ca8tOkCoAjrgPn
-tNXgvdpg5iAugHWDZ+oFu/TlAlgHeKBBsGkXLoC1w7vMgTM85AJYIzxKAhbewao0rG1WUQD8daZ1
-TmIHPMclLKmFaZewpI0LYBXwEGfIP4f5Z8jXcgGsFF4BEO4O2ykkq7gAVgRPoJAcB/sqJMu5AJaH
-+48QmwNniBAr5AJYBi4/QGY+nCdApoQLYCm4+QCZt+BUATJZLoDdwrUHyLwLZwuQSXMB7Bau/YDA
-CnDCAwJpLoBdw50fEFgHznlAIMEFsGvfunOc9oDAHRfALuDCDwisBqc9IHDHBbALX7zwtjO7AEa4
-7QMCa8KZDwhccgGMvnvbDSd3AYy+e9sNJ3cB7Adc9QGBxdUe3gWwH75+1bXndwHsh69fde35XQD7
-4etXXXt+F8B++PpV157fBbAfvn7Vted3AeyHr1917fldAPsBV31AYHG1h3cBjL572w0ndwGMvnvb
-DSd3AYxw2wcE1oQzHxC45ALYhS9eeNuZXQC7gAs/ILAanPaAwB0XwC7gwg8IrAanPSBwxwWwa7jz
-AwLrwDkPCCS4AHYL135AYAU44QGBNBfAbuHaA2TehbMFyKS5AJaCmw+QeQtOFSCT5QJYBi4/QGY+
-nCdApoQLYHm4/wixOXCGCLFCLoAVwRNEiI2G3SPEyrkAVgqvoJAcATsqJKtUFGAdOKdNg4c4Q/45
-zD9DvpYLYNXwHJewpBamXcKSNi6AtcCLpGHtHaxKw9pmLoC1w7vMgTM85ALYU3idcbBvF6kCmFXB
-99oLdunLBbD+8AW3wcxBXAAbDl/2HayawwWwrbkAtjUXwLbmAtjWXADb2L//+381Im/shByQMwAA
-AABJRU5ErkJggg==
-"
-       id="image101"
-       x="1.2304332"
-       y="2.059566" /></g></svg>
diff --git a/SNU_blue_and_gold_legacy_icon.png b/SNU_blue_and_gold_legacy_icon.png
deleted file mode 100644
index 7246387..0000000
Binary files a/SNU_blue_and_gold_legacy_icon.png and /dev/null differ
diff --git a/Setup/Graphics/Include-Branches_Checked.png b/Setup/Graphics/Include-Branches_Checked.png
new file mode 100644
index 0000000..fb2cf20
Binary files /dev/null and b/Setup/Graphics/Include-Branches_Checked.png differ
diff --git a/Setup/Graphics/Include-Branches_Unchecked.png b/Setup/Graphics/Include-Branches_Unchecked.png
new file mode 100644
index 0000000..903e6d2
Binary files /dev/null and b/Setup/Graphics/Include-Branches_Unchecked.png differ
diff --git a/Setup/Graphics/Use-this-template-button.png b/Setup/Graphics/Use-this-template-button.png
new file mode 100644
index 0000000..ee5be7d
Binary files /dev/null and b/Setup/Graphics/Use-this-template-button.png differ
diff --git a/SnapcraftBranch b/SnapcraftBranch
new file mode 100644
index 0000000..018ef1d
--- /dev/null
+++ b/SnapcraftBranch
@@ -0,0 +1 @@
+# Snapcraft branch
diff --git a/TODO.mkd b/TODO.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/TODO.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/desktop.ini b/desktop.ini
deleted file mode 100644
index 60bde10..0000000
--- a/desktop.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
deleted file mode 100644
index 61e96a9..0000000
--- a/gitlab-ci.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)