Skip to content

Commit cf48c83

Browse files
authored
2 sub-directories [17 files]
1 parent 6ceedd1 commit cf48c83

File tree

17 files changed

+6339
-0
lines changed

17 files changed

+6339
-0
lines changed
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>
9.13 KB
Loading
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: 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>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
***
3+
4+
# 2021 August GitHub pages test
5+
6+
## Info
7+
8+
In 2021 August, I went through another set of changes to the way I make projects. I didn't find until a few days later that it is incompatible with GitHub pages. Frustratingly, I don't even get a good error message that tells me what went wrong. It fails in 0 seconds and just says "GitHub pages failed to build your site"
9+
10+
So I am going to test here, by hand, on ring 2 of GitHub pages development what went wrong, and will keep trying until I can build the site. For the mean time, this site may go offline due to build errors.
11+
12+
It is either 1 or more of the following 7 files that are at fault:
13+
14+
`.editorconfig`
15+
16+
`.gitattributes`
17+
18+
`.gitignore`
19+
20+
`copying` / `copyingl` MIME: text/x-copying
21+
22+
`credits`
23+
24+
`install`
25+
26+
`makefile.mk`
27+
28+
I have to figure out which file is causing the failure, and fix the problem, then I will continue on with the build process.
29+
30+
For future use, this branch is going to go stale, but I am going to keep it for legacy and archival purposes.
31+
32+
## Conclusion
33+
34+
Conclusion: the file `INSTALL` was the problem. Even changing it to have a file extension still caused it to fail. Right now, the only way I can correct the problem is by not including it under its current name. I just tested all 7 files individually and have rooted this as the cause. I will release a patch tomorrow.
35+
36+
***

seanwallawalla-testing.github.io/Branches/2021-August-Test/CONTRIBUTING.md

Lines changed: 4419 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# LICENSE UNDER DEVELOPMENT
3+
4+
Copying Seanpm2001/Seanpm2001
5+
6+
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:
7+
8+
1. Plagiarism - Plagiarism is never allowed for any of my projects. It is my #1 rule. If you are to use this project, you cannot plagiarize it (claim that you made it and that I didn't)
9+
10+
2. Embedding - If you are to embed this projects files or its source code into another project, you must keep this file, the license file, and the README file with credit to Sean Patrick Myrick (@Seanpm2001)
11+
12+
3. Ethics - You must use this project for good and not evil. Unethical purposes such as ransomware, programs with anti-virtual machine/anti-emulator source code, and privacy invasive spyware and data collection are not allowed.
13+
14+
4. Credit - Please give credit when using my software. See §Plagiarism
15+
16+
Additionally
17+
18+
<!-- A. NSFW - You can use my software on any project deemed vulgar or repulsive (such as Internet Pornography, Erotica) as long as it isn't illegal usage. !-->
19+
20+
Copyleft (🄯) Seanpm2001 (2020-2021)
21+
22+
File version: 1 (2021, Wednesday August 18th at 6:48 pm)
23+
24+
Original file name: COPYING (changed to COPYINGL so that GitHub wouldn't overwrite the GPL3 as the main license, renaming this file is safe)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
---
3+
4+
{{int:version-credits-summary}}
5+
Seanpm2001/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.
6+
7+
This comment block and this file (excluding author names) was modified from MediaWiki/CREDITS -->
8+
9+
== Maintainers ==
10+
<!-- BEGIN MAINTAINERS LIST !-->
11+
12+
1. @seanpm2001 - Creator and primary maintainer of this project
13+
2. No other contributors as of Tuesday, August 17th 2021
14+
15+
== Contributors ==
16+
<!-- BEGIN CONTRIBUTOR LIST -->
17+
1. @seanpm2001
18+
2. No other contributors as of Tuesday, August 17th 2021
19+
20+
---
Lines changed: 94 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)