A free and open source alternative ekşi sözlük front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ozgursozluk/README.md

65 lines
2.1 KiB

<img src="https://github.com/beucismis/ozgursozluk/assets/40023234/4f145030-2376-4d2d-acb0-39167212793f" width="380">
![](https://img.shields.io/badge/python-3.8%2B-blue)
1 year ago
![](https://img.shields.io/badge/code%20style-black-black)
![](https://img.shields.io/github/v/release/beucismis/ozgursozluk)
1 year ago
![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/tests.yml?label=tests)
A free and open source alternative ekşi sözlük front-end. Does not use the API, only scrapes the web. Offical instance: https://ozgursozluk.freedns.rocks
## Features
- No JavaScript
- Docker support
- Topic searching
- Viewing topic, entry and author
- Gündem and debe page support
1 year ago
- Optional displaying author nickname
- 8 different theme support
- Self-hosted, ad-free, simple and fast
- Responsive support for small screens
1 year ago
## Installing and Running
Clone the repository:
1 year ago
```
git clone https://github.com/beucismis/ozgursozluk
cd ozgursozluk/
```
Normal running:
```
1 year ago
pip3 install -r requirements.txt
gunicorn
```
1 year ago
Deploy using a different port: `gunicorn --bind 127.0.0.1:3131`
Running with Docker:
```
docker build -t ozgursozluk .
docker run -p 3131:80 ozgursozluk
1 year ago
```
## Redirection
[Redirector](https://einaregilsson.com/redirector) browser extension is recommended for use. Configuration:
```
Description: ekşi sözlük to özgürsözlük
Example URL: https://eksisozluk.com/linux--32084
Include pattern: ^https?://(?:.*\.)*(?<!link.)eksisozluk(.*)\.com(/.*)?$
Redirect to: https://ozgursozluk.freedns.rocks$1
Pattern type: Regular Expression
Example result: https://ozgursozluk.freedns.rocks/linux--32084
```
## Preview
<table>
<tbody>
<tr>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/620558a0-f518-42c8-9b2a-cc67067f63f3"></td>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/2c4d2fc7-d5dc-4a20-bc09-03b8ea36caad"></td>
<td><img src="https://github.com/beucismis/ozgursozluk/assets/40023234/8dfd442c-cddb-41cd-ac3c-d95f0436e2e5"></td>
</tr>
</tbody>
</table>
## License
This project lisanced under WTFPL for details check [LICENSE](LICENSE) file.