From eb5f4d55111f6eef17fb2d06e882b0a6e23c9f10 Mon Sep 17 00:00:00 2001 From: Vladimir nett00n Budylnikov Date: Tue, 14 Nov 2023 16:51:35 +0400 Subject: [PATCH] add index, licence.tldr, linter pipeline and build pipeline --- .github/workflows/build.yml | 39 +++++++ .github/workflows/lint.yml | 25 +++++ LICENSE.TLDR.md | 37 +++++++ index.html | 205 ++++++++++++++++++++++++++++++++++++ 4 files changed, 306 insertions(+) create mode 100644 .github/workflows/build.yml create mode 100644 .github/workflows/lint.yml create mode 100644 LICENSE.TLDR.md create mode 100644 index.html diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..cb33b7e --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,39 @@ +--- +# .github/workflows/build.yml + +name: Build and Publish + +on: + push: + branches: + - main + pull_request: + +jobs: + build_and_publish: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - uses: actions/setup-go@v4 + with: + go-version: '>=1.20.0' + + - name: Install and run minify + run: | + go install github.com/tdewolff/minify/v2/cmd/minify@latest + mkdir -p ./pages + minify -r -o ./pages/ ./*.html + cp ./LICENSE* ./pages/ + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + # If you're changing the branch from main, + # also change the `main` in `refs/heads/main` + # below accordingly. + if: github.ref == 'refs/heads/main' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./pages diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..9312df4 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,25 @@ +name: Lint + +on: + push: + pull_request: + branches: + - main + +permissions: + checks: write + contents: write + +jobs: + run-linters: + name: Run linters + runs-on: ubuntu-latest + + steps: + - name: Check out Git repository + uses: actions/checkout@v2 + + - name: Run htmltest + uses: wjdp/htmltest-action@master + with: + path: ./ diff --git a/LICENSE.TLDR.md b/LICENSE.TLDR.md new file mode 100644 index 0000000..c17a656 --- /dev/null +++ b/LICENSE.TLDR.md @@ -0,0 +1,37 @@ +# GNU General Public License v3 (GPL-3) + +You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. + +## Can + +- Commercial Use +- Modify +- Distribute +- Place Warranty +- Use Patent Claims + +## Cannot + +- Sublicense +- Hold Liable + +## Must + +- Include Original +- State Changes +- Disclose Source +- Include License +- Include Copyright +- Include lnstall Instructions + +--- + +**Disclaimer:** This TL;DR summary is provided for convenience and informational +purposes only. It is not a substitute for the +[full text of the GNU General Public License v3 (GPL-3)](LICENSE). The full license should be +consulted for a comprehensive understanding of your rights and obligations. +In the event of any discrepancies or legal questions, the full license text +takes precedence. + +TL;DR for this licence was taken from +[TLDRLegal](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) diff --git a/index.html b/index.html new file mode 100644 index 0000000..83ce883 --- /dev/null +++ b/index.html @@ -0,0 +1,205 @@ + + + + + + 5mdt Android Debloat packages Explainer + + + +

5mdt Android Debloat packages Explainer

+

Paste here the result of pm list packages command:

+
+ + +
+ +
+ +
+ + +

This page uses data from MuntashirAkon/android-debloat-list repository

+ +