Skip to content

Commit

Permalink
2 sub-directories [16 files]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored May 27, 2024
1 parent 66484e5 commit feea23d
Show file tree
Hide file tree
Showing 16 changed files with 1,776 additions and 4 deletions.
7 changes: 7 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=== Authors ====
1. @seanpm2001
2. No other authors as of 2021, August 24th at 3:36 pm

---
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.
---
29 changes: 29 additions & 0 deletions AUTOMATE2001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# A set of tasks for the Automate2001 bot to perform here
automate2001_tasks:
isAlldone: "False"

-
Automate-All-ContributorSrc:
-
Automate-Pull-Requests-archival
isAdone: "False"
Automate-Index-file
isBdone: "False"
Automate-Issue-archival
isCdone: "False"

-
Automate-RepoData:
-
Automate-RepoData-Description
isDDone: "False"
Automate-RepoData-GitHubLink
isEDone: "False"
Automate-RepoData-GitHubGitLink
isFDone: "False"
Automate-RepoData-Linked
isGDone: "False"
Automate-RepoData-Topics
isHDone: "False"

# File version: 1 (2022, Tuesday, February 22nd at 8:07 pm)
29 changes: 29 additions & 0 deletions AUTOMATE2001.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# A set of tasks for the Automate2001 bot to perform here
automate2001_tasks:
isAlldone: "False"

-
Automate-All-ContributorSrc:
-
Automate-Pull-Requests-archival
isAdone: "False"
Automate-Index-file
isBdone: "False"
Automate-Issue-archival
isCdone: "False"

-
Automate-RepoData:
-
Automate-RepoData-Description
isDDone: "False"
Automate-RepoData-GitHubLink
isEDone: "False"
Automate-RepoData-GitHubGitLink
isFDone: "False"
Automate-RepoData-Linked
isGDone: "False"
Automate-RepoData-Topics
isHDone: "False"

# File version: 1 (2022, Tuesday, February 22nd at 8:07 pm)
6 changes: 3 additions & 3 deletions COPYINGL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# LICENSE UNDER DEVELOPMENT

Copying Seanpm2001/Code-Distancing
Copying this Miscellenaneous project (from @Seanpm2001)

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:

Expand All @@ -17,8 +17,8 @@ Additionally

<!-- 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. !-->

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

File version: 1 (2021, Wednesday August 25th at 2:09 pm)
File version: 1 (2021, Monday August 23rd at 6:27 pm)

Original file name: COPYING (changed to COPYINGL so that GitHub wouldn't overwrite the GPL3 as the main license, renaming this file is safe)
21 changes: 21 additions & 0 deletions CREDITS.wiki
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

---

{{int:version-credits-summary}}
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.

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

== Maintainers ==
<!-- BEGIN MAINTAINERS LIST !-->

1. @seanpm2001 - Creator and primary maintainer of this project
2. No other contributors as of Monday, August 23rd 2021

== Contributors ==
<!-- BEGIN CONTRIBUTOR LIST -->
1. @seanpm2001
2. @GitHub (For being the first host of this project)
3. No other contributors as of Monday, August 23rd 2021

---
101 changes: 101 additions & 0 deletions Docs/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@

***

# Creating a pull request

Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.

**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.

Provide a general summary of your changes in the Title above

```markdown
Your summary description (title) goes here
```

## Description

Describe your changes in detail

```markdown
Your issue description (body) goes here
```

## Related Issue

- [ ] This project only accepts pull requests related to open issues
- [ ] If suggesting a new feature or change, please discuss it in an issue first
- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
- [ ] Please link to the issue here:

```markdown
Link to the issue here, #__
```

## Motivation and Context

Why is this change required? What problem does it solve?

```markdown

```

## How Has This Been Tested?

- [ ] Please describe in detail how you tested your changes.
- [ ] Include details of your testing environment, and the tests you ran to.
- [ ] see how your change affects other areas of the code, etc.

## Screenshots (if appropriate):

Please include the screenshots inside your pull request as well as a local link (hard copy)

**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)

**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed

```markdown
Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section

![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
```

## Types of changes

What types of changes does your code introduce? Put an `x` in all the boxes that apply:

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:

Go over all the following points, and put an `x` in all the boxes that apply.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

- [ ] My source code (if source code is provided) follows the source code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] My change does not delete necessary files
- [ ] I have updated the documentation accordingly.
- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
- [ ] I have added tests to cover my changes.
- [ ] I have gone through all the steps, and have thoroughly read the instructions

***

<!-- Template info
Pull request template
Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
File type: Markdown document (*.md *.mkd *.mdown *.markdown)
Line count (including blank lines and compiler line): 102
!-->
28 changes: 28 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
Installing this Miscellaneous project by @seanpm2001
---

<!--

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.

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.

The current included languages include:

None (v1)

If you want to view the image files, the majority of files are in JPG format. Make sure your computer can handle images of 2560x1440/2560x1080 resolution well, and that your computer can handle JPG files.

Some image files are in other formats, such as SVG, and PNG. You will need support for viewing these files to view these files.

Some included files are in Markdown format (*.md) for best viewing, you should use a markdown viewer/markdown editor.
Some included files are in PDF format. They should be opened with a document viewer capable of handling PDF documents.
!-->

Install instructions need to be added manually.

---
Install instructions file version: 1 (Monday, August 23rd 2021 at 6:31 pm)
---
2 changes: 1 addition & 1 deletion K.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Comment=Short Description Of Your App
Categories=Qt;KDE;
# File info
# File type: KDE desktop file (*.desktop)
# File version: 1 (Tuesday, December 14th at 2:37 pm)
# File version: 1 (2021, Tuesday, December 14th at 4:05 pm)
# Line count (including blank lines and compiler line): 19
# End of script
Loading

0 comments on commit feea23d

Please sign in to comment.