Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed Apr 6, 2024
0 parents commit 119eb2d
Show file tree
Hide file tree
Showing 239 changed files with 25,423 additions and 0 deletions.
1 change: 1 addition & 0 deletions !JEKYLL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GitHub/Jekyll/ZIP
56 changes: 56 additions & 0 deletions !USING_THIS_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.

***
67 changes: 67 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Start of script

# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)

root = true

[*]
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

[*.md]
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

[*.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

[*.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

[*.mk]
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

[*.htm *.html]
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: 1 (Monday, 2021 August 23rd at 6:19 pm)
# Line count (including blank lines and compiler line): 68

# End of script
31 changes: 31 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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
# 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
# Makefile (GNU Make)
# Do not include, as it is not needed to be shown
*.mk linguist-detectable=false
*.mk linguist-documentation=false
# End of linguist script
# File info
# 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
16 changes: 16 additions & 0 deletions .github/.FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

patreon: seanpm2001 # Creator page
patreon: seanpm2001_software # Main page
# Replace with a single Patreon username

open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
16 changes: 16 additions & 0 deletions .github/.FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

patreon: seanpm2001 # Creator page
patreon: seanpm2001_software # Main page
# Replace with a single Patreon username

open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
42 changes: 42 additions & 0 deletions .github/.github_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

***

# .github folder info

The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.

This directory contains several features.

**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.

**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._

* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.

* Sometimes, other YAML files are included for configuration of issues.

**Coming soon:** A separate YAML file for each issue directory that contains label data

**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_

**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).

That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`

**Line count (including blank lines and compiler line):** `43`

***
42 changes: 42 additions & 0 deletions .github/.github_README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

***

# .github folder info

The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.

This directory contains several features.

**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.

**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._

* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.

* Sometimes, other YAML files are included for configuration of issues.

**Coming soon:** A separate YAML file for each issue directory that contains label data

**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:

_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_

**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).

That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`

**Line count (including blank lines and compiler line):** `43`

***

0 comments on commit 119eb2d

Please sign in to comment.