Skip to content

Commit a3db7d9

Browse files
authored
7 sub-directories [22 files]
7 sub-directories for this directory, along with 22 files in various file formats.
1 parent c11d631 commit a3db7d9

22 files changed

+1145
-0
lines changed

.github/CODEOWNERS

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
# Start of script
2+
# I am going to keep trying on this until I get it right
3+
# @seanpm2001 is the global code owner for this project
4+
/// @seanpm2001
5+
// @seanpm2001
6+
# / @seanpm2001
7+
/* @seanpm2001
8+
* @seanpm2001
9+
# Directories at root
10+
# .github
11+
/.github/ @seanpm2001
12+
# Docs
13+
/Docs/ @seanpm2001
14+
# External
15+
/External/ @seanpm2001
16+
# OldVersions
17+
/OldVersions/ @seanpm2001
18+
# RepoData
19+
/RepoData/ @seanpm2001
20+
# Files at root
21+
.editorconfig @seanpm2001
22+
.gitattributes @seanpm2001
23+
.gitignore @seanpm2001
24+
AUTHORS @seanpm2001
25+
CITATION.cff @seanpm2001
26+
CONTRIBUTING.md @seanpm2001
27+
COPYINGL @seanpm2001
28+
CREDITS @seanpm2001
29+
DRM-free_label.en.svg @seanpm2001
30+
INSTALL @seanpm2001
31+
LINUX_DEFENDER.desktop @seanpm2001
32+
LICENSE.txt @seanpm2001
33+
Pax_tux.png @seanpm2001
34+
PROJECT_LANG_1.py @seanpm2001
35+
PROJECT_LANG_2.sh @seanpm2001
36+
README.md @seanpm2001
37+
SECURITY.md @seanpm2001
38+
SponsorButton.png @seanpm2001
39+
desktop.ini @seanpm2001
40+
makefile.mk @seanpm2001
41+
# Individual file types
42+
# Section A
43+
*.aiff @seanpm2001
44+
*.AIFF @seanpm2001
45+
*.alac @seanpm2001
46+
*.ALAC @seanpm2001
47+
*.applescript @seanpm2001
48+
*.asm @seanpm2001
49+
*.ASM @seanpm2001
50+
# Section B
51+
*.bib @seanpm2001
52+
# Section C
53+
*.c @seanpm2001
54+
*.C @seanpm2001
55+
*.cff @seanpm2001
56+
*.cpp @seanpm2001
57+
*.css @seanpm2001
58+
*.cxx @seanpm2001
59+
# Section D
60+
*.DS_STORE @seanpm2001
61+
*.desktop @seanpm2001
62+
*.dmg @seanpm2001
63+
*.DMG @seanpm2001
64+
# Section E
65+
*.editorconfig @seanpm2001
66+
# Section F
67+
# No entries starting with the letter F
68+
# Section G
69+
*.gif @seanpm2001
70+
*.GIF @seanpm2001
71+
*.gitattributes @seanpm2001
72+
*.gitignore @seanpm2001
73+
*.go @seanpm2001
74+
# Section H
75+
*.h @seanpm2001
76+
*.H @seanpm2001
77+
*.htm @seanpm2001
78+
*.html @seanpm2001
79+
# Section I
80+
*.ini @seanpm2001
81+
*.ipa @seanpm2001
82+
*.IPA @seanpm2001
83+
*.iso @seanpm2001
84+
*.ISO @seanpm2001
85+
# Section J
86+
*.java @seanpm2001
87+
*.js @seanpm2001
88+
*.jpg @seanpm2001
89+
*.jpeg @seanpm2001
90+
*.jpp @seanpm2001
91+
*.json @seanpm2001
92+
*.jspp @seanpm2001
93+
# Section K
94+
# No entries starting with the letter K
95+
# Section L
96+
# No entries starting with the letter L
97+
# Section M
98+
*.m @seanpm2001
99+
*.m4 @seanpm2001
100+
*.mm @seanpm2001
101+
*.mak @seanpm2001
102+
*.make @seanpm2001
103+
*.markdown @seanpm2001
104+
*.md @seanpm2001
105+
*.mdown @seanpm2001
106+
*.metal @seanpm2001
107+
*.mhtm @seanpm2001
108+
*.mhtml @seanpm2001
109+
*.mp3 @seanpm2001
110+
*.mk @seanpm2001
111+
*.mkd @seanpm2001
112+
*.mot @seanpm2001
113+
*.MOT @seanpm2001
114+
*.mov @seanpm2001
115+
*.MOV @seanpm2001
116+
# Section N
117+
# No entries starting with the letter N
118+
# Section O
119+
*.oga @seanpm2001
120+
*.ogg @seanpm2001
121+
# Section P
122+
*.p @seanpm2001
123+
*.P @seanpm2001
124+
*.pas @seanpm2001
125+
*.PAS @seanpm2001
126+
*.php @seanpm2001
127+
*.png @seanpm2001
128+
*.PNG @seanpm2001
129+
*.pl @seanpm2001
130+
*.pro @seanpm2001
131+
*.ps @seanpm2001
132+
*.PS @seanpm2001
133+
*.py @seanpm2001
134+
# Section Q
135+
*.qs @seanpm2001
136+
*.qt @seanpm2001
137+
# Section R
138+
*.rb @seanpm2001
139+
*.rs @seanpm2001
140+
# Section S
141+
*.self @seanpm2001
142+
*.sh @seanpm2001
143+
*.st @seanpm2001
144+
*.sql @seanpm2001
145+
*.svg @seanpm2001
146+
*.swift @seanpm2001
147+
# Section T
148+
*.tex @seanpm2001
149+
*.ts @seanpm2001
150+
*.tsx @seanpm2001
151+
*.ttf @seanpm2001
152+
*.TTF @seanpm2001
153+
*.txt @seanpm2001
154+
*.TXT @seanpm2001
155+
# Section U
156+
*.url @seanpm2001
157+
*.URL @seanpm2001
158+
# Section V
159+
*.v @seanpm2001
160+
*.vh @seanpm2001
161+
*.vhd @seanpm2001
162+
*.vhdl @seanpm2001
163+
*.vtt @seanpm2001
164+
# Setion W
165+
*.wim @seanpm2001
166+
*.woff @seanpm2001
167+
*.WOFF @Seanpm2001
168+
# Section X
169+
*.xhtm @seanpm2001
170+
*.xhtml @seanpm2001
171+
*.xml @seanpm2001
172+
# Section Y
173+
*.yaml @seanpm2001
174+
*.yml @seanpm2001
175+
# Section Z
176+
# No entries starting with the letter Z
177+
178+
# No more individual file types for now
179+
180+
# Todo
181+
182+
# Add every individual file
183+
# Finish adding all file types
184+
# Add new entries as they are added
185+
186+
# Past goals (completed)
187+
# Add all Wiki entries
188+
# Add all graphics entries
189+
190+
# File info
191+
# File type: codeowners file (CODEOWNERS)
192+
# File version: 2 (2022, Monday, February 21st at 3:05 pm)
193+
# Line count (including blank lines and compiler line): 195
194+
# End of script

.github/Discussions/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

.github/Discussions/README_V1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon: seanpm2001 # Creator page
6+
patreon: seanpm2001_software # Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective: # Replace with a single Open Collective username
10+
ko_fi: # Replace with a single Ko-fi username
11+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay: # Replace with a single Liberapay username
14+
issuehunt: # Replace with a single IssueHunt username
15+
otechie: # Replace with a single Otechie username
16+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/Funding/README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
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)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***

.github/Funding/README_V1.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
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)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***

0 commit comments

Comments
 (0)