Skip to content

Commit

Permalink
1 sub-directory [14 files]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Sep 25, 2024
1 parent 2008575 commit 824e2d0
Show file tree
Hide file tree
Showing 14 changed files with 424 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<HR>
<img src="/404.jpeg" alt="404 error on 404 image file for 404 page, 404" width="300" height="200">
<H1>404</H1>
<H2><a href="https://en.wikipedia.org/wiki/HTTP_404">File not found</a></H2>
<HR>
<p><a href="https://github.com/seanpm2001/404Day">Celebrate 404 day</a></p>
<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>
<HR>
Binary file added 404.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
permalink: /404.html
---
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)
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)
---
18 changes: 18 additions & 0 deletions K.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Start of script
# Sample KDE desktop entry
[Desktop Entry]
Type=Application
Exec=your-app %u
MimeType=application/x-your-mime-type;
Icon=some-icon
X-DocPath=yourapp/index.html
Terminal=false
Name=Your App
GenericName=Some Generic Name
Comment=Short Description Of Your App
Categories=Qt;KDE;
# File info
# File type: KDE desktop file (*.desktop)
# File version: 1 (2021, Tuesday, December 14th at 4:05 pm)
# Line count (including blank lines and compiler line): 19
# End of script
71 changes: 71 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@

***

# Security Policy

## Supported Versions

This project is a Git-image project, and doesn't have security issues like common repositories. They are still possible, and instructions will be listed below.

## Version history

| Version | Supported | Support status |
| ------- | ------------------ |-----------------|
| Versions | not | listed yet |
| v1.0.0 | :heavy_check_mark: | NOT YET RELEASED |

## Reporting a Vulnerability

DO NOT REPORT A ZERO DAY VULNERABILITY PUBLICLY!

Please instead direct message me via GitHub. If there is no response within 90 days, you can post the vulnerability as an issue, as part of the standard 0 day security exploit reporting guidelines.

If a vulnerability is caused by an outdated dependancy, you can report it publicly, as it usually isn't that much of a problem.

Other security currently isn't available. If there are any further questions, message me via email at [[email protected]](mailto:[email protected])

***

## File info

**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`

**File version:** `1 (2022, Thursday, May 19th at 3:05 pm PST)`

**Line count (including blank lines and compiler line):** `72`

***

## File history

<details><summary><p>Click/tap here to expand/collapse the history for this file</p></summary>

**Version 1 (2022, Thursday, May 19th at 3:05 pm PST)**

> Changes:
> * Started the file
> * Added the supported versions section
> * Added the version history section
> * Added the reporting a vulnerability section
> * Added the file info section
> * Added the file history section
> * No other changes in version 1
**Version 2 (Coming soon)**

> Changes:
> * Coming soon
> * No other changes in version 2
</details>

***
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-leap-day
18 changes: 18 additions & 0 deletions desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Start of script

# Sample INI file

[.ShellClassInfo]
ConfirmFileOp=0
NoSharing=1
IconFile=/
IconIndex=0
InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"

# File info

# File type: Windows INI file [desktop.ini] (*.ini)
# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
# Line count (including blank lines and compiler line): 19

# End of script
18 changes: 18 additions & 0 deletions gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

stages:
- build-commit

build:
stage: build-commit
before_script:
- apt-get update -q -y && apt-get install -y git python3-pip
script:
- pip3 install pre-commit
- pre-commit run --all-files
artifacts:
untracked: true
# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)
Loading

0 comments on commit 824e2d0

Please sign in to comment.