From 667c52e7e1fefd9278ac96f2403212345d8ce7fd Mon Sep 17 00:00:00 2001 From: beucismis Date: Fri, 8 Mar 2024 02:01:22 +0300 Subject: [PATCH] Update README.md --- README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7e17106..2e672f1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ - + -![](https://img.shields.io/badge/python-3.8%2B-blue) -![](https://img.shields.io/pypi/v/ozgursozluk) -![](https://img.shields.io/pypi/dm/ozgursozluk) -![](https://img.shields.io/badge/code%20style-black-black) -![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/tests.yml?label=tests) -![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/publish.yml?label=publish) +![](https://img.shields.io/badge/python-3.8%2B-blue?style=flat-square&labelColor=black&color=%237FBE4A) +![](https://img.shields.io/pypi/v/ozgursozluk?style=flat-square&labelColor=black&color=%237FBE4A) +![](https://img.shields.io/badge/code%20style-black-black?style=flat-square&labelColor=black&color=%237FBE4A)) +![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/tests.yml?label=tests&style=flat-square&labelColor=black&color=%237FBE4A) +![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/publish.yml?label=publish&style=flat-square&labelColor=black&color=%237FBE4A) A free and open source alternative ekşi sözlük front-end. Does not use the API, only scrapes the web. -Official instance: https://ozgursozluk.freedns.rocks
-Donate: https://ozgursozluk.freedns.rocks/donate +Official instance: (offline) https://ozgursozluk.freedns.rocks
+Donate: (offline) https://ozgursozluk.freedns.rocks/donate ## Features @@ -63,10 +62,24 @@ See also, https://github.com/beucismis/ozgursozluk/wiki/Main | Key | Type | Default Value | | - | - | - | -| `SECRET_KEY` | `str` | | +| `SECRET_KEY` | `str` | random | | `FLASK_RUN_HOST` | `str` | `127.0.0.1` | | `FLASK_RUN_PORT` | `str` | `5000` | -| `EKSI_SOZLUK_BASE_URL` | `str` | `https://eksisozluk1923.com` | +| `EKSI_SOZLUK_BASE_URL` | `str` | `https://eksisozluk.com` | + +## Preview + + + + + + + + + + + +
## Redirection @@ -80,18 +93,6 @@ Pattern type: Regular Expression Example result: https://ozgursozluk.freedns.rocks/linux--32084 ``` -## Preview - - - - - - - - - -
- ## License This project is licensed under WTFPL for details, check [LICENSE](LICENSE) file.