README.md badges V2 (#32)

* README.md badges

* Update README.md for proxied images

---------

Co-authored-by: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com>
This commit is contained in:
NebulaOnion 2023-01-28 13:40:23 +00:00 committed by GitHub
parent 8b66ddc2d8
commit 494f85be2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,17 @@
# Quetre
<div align="center">
[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
[![GitHub issues](https://img.shields.io/github/issues/zyachel/quetre?style=flat-square)](https://github.com/zyachel/quetre/issues)
![GitHub pull requests](https://img.shields.io/github/issues-pr/zyachel/quetre?style=flat-square)
[![GitHub forks](https://img.shields.io/github/forks/zyachel/quetre?style=flat-square)](https://github.com/zyachel/quetre/network)
[![GitHub stars](https://img.shields.io/github/stars/zyachel/quetre?style=flat-square)](https://github.com/zyachel/quetre/stargazers)
[![GitHub license](https://img.shields.io/github/license/zyachel/quetre?style=flat-square)](https://github.com/zyachel/quetre/blob/main/LICENSE)
![GitHub contributors](https://img.shields.io/github/contributors/zyachel/quetre?style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/zyachel/quetre?style=flat-square)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/zyachel/quetre?style=flat-square)
</div>
Quetre is an alternative front-end to Quora.
It enables you to see answers without ads, trackers, and other such bloat.
@ -33,6 +43,7 @@ It enables you to see answers without ads, trackers, and other such bloat.
just add `/api/v1/` after the domain name in the URL and get a JSON response.
---
## Screenshots
@ -94,7 +105,7 @@ URL for comparision: https://www.quora.com/How-does-the-Z-boson-decay
### Usability
- Quora: You can't even see an answer(unless you do some hacks) if you're not signed in. They put a big banner in front of answers to sign you up/in forcefully.
- Quora: You can't even see an answer (unless you do some hacks) if you're not signed in. They put a big banner in front of answers to sign you up/in forcefully.
- Quetre: There is no accounts system. Just read whatever you want to read. Zero fuss.
@ -173,11 +184,11 @@ From [their privacy policy](https://www.quora.com/about/privacy)
- I have some ideas/want to help.
You're most welcome to do that. Just [contact me](#contact) or fork [the repo](https://github.com/zyachel/quetre/forkand make a pull request. You can even help by correcting some typos or translating this README to other languages.
You're most welcome to do that. Just [contact me](#contact) or fork [the repo](https://github.com/zyachel/quetre/fork) and make a pull request. You can even help by correcting some typos or translating this README to other languages.
- Why the name Quetre?
Quora is [supposedly](https://www.quora.com/Why-is-Quora-called-Quora-4a portmanteau of 'Questions or answers'. In the same vein, Quetre is a portmanteau of 'Questions and answers', but [in Latin](https://lingva.ml/en/la/questions%20and%20answers%0A).
Quora is [supposedly](https://www.quora.com/Why-is-Quora-called-Quora-4) a portmanteau of 'Questions or answers'. In the same vein, Quetre is a portmanteau of 'Questions and answers', but [in Latin](https://lingva.ml/en/la/questions%20and%20answers%0A).
- I cannot view the comments. Will you add that feature?
@ -192,7 +203,7 @@ From [their privacy policy](https://www.quora.com/about/privacy)
- [x] serve images and other assets from Quetre
- [x] implement a better installation method
- [ ] implement other trivial routes like a specific answer, spaces, etc.
- [ ] implement a way to get more answers(not a big priority as of now)
- [ ] implement a way to get more answers (not a big priority as of now)
---