Skip to content

Commit 3046305

Browse files
authored
2 sub-directories [44 files]
1 parent 5a2b304 commit 3046305

File tree

29 files changed

+3491
-75
lines changed

29 files changed

+3491
-75
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
***
3+
4+
# Development branch is deprecated
5+
6+
Pull requests are just too difficult to do constantly at the moment due to `these 2 branches have entirely different histories` so I can't keep merging. The development branch is in the process of deprecation
7+
8+
[/https://github.com/seanpm2001/Template_GitHubPages_Default_V4/blob/Development/DEVELOPMENT-BRANCH/)
9+
10+
This is the development branch. Changes are made here en masse before they are officially launched to the site via a pull request.
11+
12+
***

Branches/OldVersions/README_V1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
***
3+
4+
# Branches
5+
6+
This project currently has 2 branches
7+
8+
[Site](https://github.com/seanpm2001/Template_GitHubPages_Default_V4/tree/Site/) - For the finalized revision of the site
9+
10+
[Development](https://github.com/seanpm2001/Template_GitHubPages_Default_V4/tree/Development/) - For the development of the site (possibly deprecated)
11+
12+
***

Branches/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
***
3+
4+
# Branches
5+
6+
This project currently has 2 branches
7+
8+
[Site](https://github.com/seanpm2001/Template_GitHubPages_Default_V4/tree/Site/) - For the finalized revision of the site
9+
10+
[Development](https://github.com/seanpm2001/Template_GitHubPages_Default_V4/tree/Development/) - For the development of the site (possibly deprecated)
11+
12+
***

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
2+
***
3+
4+
# Changelog
5+
6+
## V1 of Template_GitHubPages
7+
8+
> Changes:
9+
10+
* To be added here
11+
12+
* No other changes in V1
13+
14+
## V2 of Template_GitHubPages
15+
16+
> Changes:
17+
18+
* To be added here
19+
20+
* No other changes in V2
21+
22+
## V3 of Template_GitHubPages
23+
24+
> Changes:
25+
26+
* To be added here
27+
28+
* No other changes in V3
29+
30+
## V4 of Template_GitHubPages_Default
31+
32+
> Changes:
33+
34+
* To be added here
35+
36+
* No other changes in V4
37+
38+
## V5 of Template_GitHubPages_Default
39+
40+
> Changes:
41+
42+
* Typo: `SNU Erotica` removed entirely
43+
44+
* Added better alt names than file.svg
45+
46+
* Commented out the first line of the By: section
47+
48+
* Fixed the index, and added the history section
49+
50+
* Added the changelog
51+
52+
* No other changes in V5
53+
54+
## V6 of Template_GitHubPages_Default
55+
56+
> Changes:
57+
58+
* Updated the `.editorconfig` file to version 2, adding better editor support for several languages and file types
59+
60+
* Added new August 2021 changes, files added: `.gitignore` `copying` `install` `credits` and `makefile.mk`
61+
62+
* Updated `README.md` file with new changes
63+
64+
* No other changes in V6
65+
66+
## V7 of Template_GitHubPages_Default
67+
68+
> Changes:
69+
70+
* Temporarily removed support for the `install` file due to a critical error (still being investigated) that caused GitHub pages to fail all checks
71+
72+
* Updated the changelog
73+
74+
* Updated the `README.md` file, adding support for Author files, updated the index, and adding [Swisscows](https://swisscows.com/) as a 4th search engine option
75+
76+
* No other changes in V7
77+
78+
***

COPYINGL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# LICENSE UNDER DEVELOPMENT
33

4-
Copying this Miscellenaneous project (from @Seanpm2001)
4+
Copying this GitHub pages website project (from @Seanpm2001)
55

66
You are free to copy and distribute my software anywhere, as long as you abide by the rules of the LICENSE (GNU General Public License V3) and follow these 4 rules:
77

@@ -19,6 +19,6 @@ Additionally
1919

2020
Copyleft (🄯) Seanpm2001 (2021-2021)
2121

22-
File version: 1 (2021, Monday August 23rd at 6:27 pm)
22+
File version: 1 (2021, Saturday August 21st at 4:24 pm)
2323

2424
Original file name: COPYING (changed to COPYINGL so that GitHub wouldn't overwrite the GPL3 as the main license, renaming this file is safe)

CREDITS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
---
33

44
{{int:version-credits-summary}}
5-
This Miscellaneous project by Seanpm2001 is a collaborative project released under the GNU General Public License v3. We would like to recognize the following names for their contribution to the product.
5+
This GitHub pages website project by Seanpm2001 is a collaborative project released under the GNU General Public License v3. We would like to recognize the following names for their contribution to the product.
66

77
This comment block and this file (excluding author names) was modified from MediaWiki/CREDITS -->
88

99
== Maintainers ==
1010
<!-- BEGIN MAINTAINERS LIST !-->
1111

1212
1. @seanpm2001 - Creator and primary maintainer of this project
13-
2. No other contributors as of Monday, August 23rd 2021
13+
2. No other contributors as of Saturday, August 21st 2021
1414

1515
== Contributors ==
1616
<!-- BEGIN CONTRIBUTOR LIST -->
1717
1. @seanpm2001
1818
2. @GitHub (For being the first host of this project)
19-
3. No other contributors as of Monday, August 23rd 2021
19+
3. @Jekyll (For the sites theming)
20+
4. No other contributors as of Saturday, August 21st 2021
2021

2122
---

OldVersions/404/HTML/404_V1.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<HR>
2+
<img src="/404.jpeg" alt="404 error on 404 image file for 404 page, 404" width="300" height="200">
3+
<H1>404</H1>
4+
<H2><a href="https://en.wikipedia.org/wiki/HTTP_404">File not found</a></H2>
5+
<HR>
6+
<p><a href="https://github.com/seanpm2001/404Day">Celebrate 404 day</a></p>
7+
<p>The file could not be found, is damaged, or you do not have permission to access it. Please <a href="https://github.com/seanwallawalla-testing/seanwallawalla-testing.github.io/issues">[raise an issue]</a> if a link is not working correctly.</p>
8+
<HR>

OldVersions/404/Markdown/404_V1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
permalink: /404.html
3+
---
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
***
3+
4+
# Changelog
5+
6+
## V1 of Template_GitHubPages
7+
8+
> Changes:
9+
10+
* To be added here
11+
12+
* No other changes in V1
13+
14+
## V2 of Template_GitHubPages
15+
16+
> Changes:
17+
18+
* To be added here
19+
20+
* No other changes in V2
21+
22+
## V3 of Template_GitHubPages
23+
24+
> Changes:
25+
26+
* To be added here
27+
28+
* No other changes in V3
29+
30+
## V4 of Template_GitHubPages_Default
31+
32+
> Changes:
33+
34+
* To be added here
35+
36+
* No other changes in V4
37+
38+
## V5 of Template_GitHubPages_Default
39+
40+
> Changes:
41+
42+
* Typo: `SNU Erotica` removed entirely
43+
44+
* Added better alt names than file.svg
45+
46+
* Commented out the first line of the By: section
47+
48+
* Fixed the index, and added the history section
49+
50+
* Added the changelog
51+
52+
* No other changes in V5
53+
54+
***
55+
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
2+
***
3+
4+
# Changelog
5+
6+
## V1 of Template_GitHubPages
7+
8+
> Changes:
9+
10+
* To be added here
11+
12+
* No other changes in V1
13+
14+
## V2 of Template_GitHubPages
15+
16+
> Changes:
17+
18+
* To be added here
19+
20+
* No other changes in V2
21+
22+
## V3 of Template_GitHubPages
23+
24+
> Changes:
25+
26+
* To be added here
27+
28+
* No other changes in V3
29+
30+
## V4 of Template_GitHubPages_Default
31+
32+
> Changes:
33+
34+
* To be added here
35+
36+
* No other changes in V4
37+
38+
## V5 of Template_GitHubPages_Default
39+
40+
> Changes:
41+
42+
* Typo: `SNU Erotica` removed entirely
43+
44+
* Added better alt names than file.svg
45+
46+
* Commented out the first line of the By: section
47+
48+
* Fixed the index, and added the history section
49+
50+
* Added the changelog
51+
52+
* No other changes in V5
53+
54+
## V6 of Template_GitHubPages_Default
55+
56+
> Changes:
57+
58+
* Updated the `.editorconfig` file to version 2, adding better editor support for several languages and file types
59+
60+
* Added new August 2021 changes, files added: `.gitignore` `copying` `install` `credits` and `makefile.mk`
61+
62+
* Updated `README.md` file with new changes
63+
64+
* No other changes in V6
65+
66+
## V7 of Template_GitHubPages_Default
67+
68+
> Changes:
69+
70+
* Temporarily removed support for the `install` file due to a critical error (still being investigated) that caused GitHub pages to fail all checks
71+
72+
* Updated the changelog
73+
74+
* Updated the `README.md` file, adding support for Author files, updated the index, and adding [Swisscows](https://swisscows.com/) as a 4th search engine option
75+
76+
* No other changes in V7
77+
78+
***

0 commit comments

Comments
 (0)