0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
UrlChecker/README.md

64 lines
2.4 KiB
Markdown
Raw Normal View History

2022-08-05 17:06:39 +02:00
<p align="center">
2022-08-05 19:38:36 +02:00
<img
src="art/presentation%20banner.png">
2022-08-05 17:06:39 +02:00
</p>
## Url Checker
### Android app made by TrianguloY
2022-08-05 19:36:17 +02:00
[**Url Checker**](https://f-droid.org/en/packages/com.trianguloy.urlchecker/) acts as an intermediary when opening url links, allowing, among other things:
2022-08-05 19:41:31 +02:00
to remove trackers, affiliate links, unnecessary elements,
facilitating link sharing, protecting against certain phishing techniques and many more...
2022-08-05 17:06:39 +02:00
2022-08-05 19:20:51 +02:00
<p align="center">
<img
src="art/0.png"
height="400">
<img
src="art/1.png"
height="400">
<img
src="art/2.png"
height="400">
<img
src="art/3.png"
height="400">
</p>
2022-08-05 17:06:39 +02:00
## Download
[<img
src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker) [<img
src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/com.trianguloy.urlchecker/)
2022-02-12 11:30:07 +01:00
2020-09-28 20:15:12 +02:00
2022-02-10 22:43:08 +01:00
### Contribution
2022-08-06 11:09:21 +02:00
All help is greatly welcomed!
Feel free to **suggest changes**, create [**issues**](https://github.com/TrianguloY/UrlChecker/issues/new) or even [**pull request**](https://help.github.com/articles/about-pull-requests/). _(from a simple typo fix to a full new module or even more!)_
2022-02-10 22:43:08 +01:00
I don't have a coding style, but try to keep it similar to mine, with just a couple notes:
- Please write comments. No need to write full paragraphs each line, but at least a minor comment for functions and non-obvious blocks of code really help.
- Try to make small commits, when possible, I'll need to review you changes manually so help me understand it.
2022-08-05 17:57:28 +02:00
## License
2022-02-10 22:43:08 +01:00
2022-08-05 17:57:28 +02:00
[<img
src="https://github.com/Ilithy/UrlChecker/blob/b1351478891c0428b7b1abb3f672248af8f37395/art/CC_BY_4.0.png"
alt="Creative Commons Attribution 4.0 International"
height="80">](http://creativecommons.org/licenses/by/4.0/)
2022-02-10 22:43:08 +01:00
You can use parts of this project in your own ones, or upload modified versions of it AS LONG AS you credit me.
2020-09-28 20:15:12 +02:00
2022-08-05 17:06:39 +02:00
**How to credit:**
2022-02-10 22:43:08 +01:00
2022-08-05 21:51:28 +02:00
- You must add my nick [TrianguloY](https://github.com/TrianguloY/) in an `about` or `acknowledgments` section visible to the user.
2022-08-05 17:06:39 +02:00
- You must add a link to this GitHub main page **https://github.com/TrianguloY/UrlChecker** or subpage (if you used a part of the code or an asset) in an `about` or `acknowledgments` section visible to the user.