Skip to content

Commit 486579a

Browse files
authored
2 sub-directories [31 files]
1 parent 1158549 commit 486579a

File tree

31 files changed

+12452
-0
lines changed

31 files changed

+12452
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
=== Authors ====
2+
1. @seanpm2001
3+
2. No other authors as of 2021, August 24th at 3:36 pm
4+
5+
---
6+
The authors file is for everyone who has contributed to this project directly. The credits file is for all credits and authors, along with other projects used in this project.
7+
---

QMeadows-development.github.io/Branches/Template-SNU-Default/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 this SNU subproject (from @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 (2018-2021)
21+
22+
File version: 1 (2021, Monday August 23rd at 5:14 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
---
3+
4+
{{int:version-credits-summary}}
5+
This SNU Subproject 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.
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 Monday, August 23rd 2021
14+
15+
== Contributors ==
16+
<!-- BEGIN CONTRIBUTOR LIST -->
17+
1. @seanpm2001
18+
2. @GitHub (For being the first host of this project)
19+
3. No other contributors as of Monday, August 23rd 2021
20+
21+
---
Lines changed: 94 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{/*{:>(<
2+
3+
INITIAL COMMIT
4+
5+
This repository was generated from seanpm2001/Git-Template_V8
6+
This file aims to serve as a reminder to this projects first commit.
7+
This file should NOT be modified in production EVER
8+
Preserve it!
9+
10+
>)<:}*/}
11+
File version: 1 (2022, Monday, January 3rd at 1:54 pm)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
Installing this SNU Subproject by @seanpm2001
3+
---
4+
5+
This project currently doesn't have to be installed to be viewed, and currently doesn't require installation, it is a basic website project that is compliant with web standards, so it should work in any web browser that respects WHATWG. It does need to be downloaded first.
6+
7+
If you want to load the web pages, you will need to have an HTML5 framework installed (version 5.0 or higher) and the packages for any programming languages included.
8+
9+
The current included programming languages include:
10+
11+
> HTML 5.3 (5.0 or higher required, won't work as well with HTML 4.0.1 and lower)
12+
> CSS 3 (might work with CSS 2.0 but with less performance, may not work with CSS 1.x)
13+
> JavaScript (1.8 or higher, may work well with any version of JavaScript below 1.8)
14+
> PHP (optional, version 7.3 or higher, 7.0 minimum, 6.0 and below may not work as well or at all)
15+
> Ruby (optional, version 2.6 or higher, 1.8 minimum, versions before 1.8 may not work as well or at all)
16+
17+
If the project contains image files
18+
19+
If you want to view the image files, the majority of files are in JPG/PNG format. Make sure your computer can handle images of 2560x1440/2560x1080 resolution well, and that your computer can handle JPG files.
20+
21+
Some image files are in other formats, such as SVG, TIFF, TIF, BMP, JFIF, GIF, and PNG. You will need support for viewing these files to view these files.
22+
23+
Some included files are in Markdown format (*.md) for best viewing, you should use a markdown viewer/markdown editor.
24+
25+
Some included files are in PDF format. They should be opened with a document viewer capable of handling PDF documents.
26+
27+
---
28+
Install instructions file version: 1 (Monday, August 23rd 2021 at 5:22 pm)
29+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Start of script
2+
# Sample KDE desktop entry
3+
[Desktop Entry]
4+
Type=Application
5+
Exec=your-app %u
6+
MimeType=application/x-your-mime-type;
7+
Icon=some-icon
8+
X-DocPath=yourapp/index.html
9+
Terminal=false
10+
Name=Your App
11+
GenericName=Some Generic Name
12+
Comment=Short Description Of Your App
13+
Categories=Qt;KDE;
14+
# File info
15+
# File type: KDE desktop file (*.desktop)
16+
# File version: 1 (2021, Tuesday, December 14th at 4:05 pm)
17+
# Line count (including blank lines and compiler line): 19
18+
# End of script

0 commit comments

Comments
 (0)