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

56 lines
1.7 KiB

1 year ago
# ozgursozluk
Free alternative simple ekşi sözlük front-end. Offical instance: http://ozgursozluk.freedns.rocks
# Features
- No JavaScript
- Topic search
- View topic and entry
- Gündem topic list support
- Ad-free, simple and fast
- Light and dark theme support
- Responsive support for small screens
1 year ago
# Installing
```
git clone https://github.com/beucismis/ozgursozluk
cd ozgursozluk/
pip3 install -r requirements.txt
python3 serve.py
```
# Preview
### Light Theme
<details>
<summary>Main page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233872317-62e1f1ab-bf19-41df-ab05-e71e594ed690.png"/>
</details>
<details>
<summary>Topic page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233871821-6b8552ef-5a00-46f3-bf03-55d998eed10e.png"/>
</details>
<details>
<summary>Settings page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233871822-cee6ed68-6b64-41ed-8a60-1cda2d9daea3.png"/>
</details>
### Dark Theme
<details>
<summary>Main page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233871824-91d1f4e2-1966-4308-b4e1-08269c57fcf4.png"/>
</details>
<details>
<summary>Topic page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233871825-4d7abd29-8829-4964-b166-a28290eb8731.png"/>
</details>
<details>
<summary>Settings page</summary>
<img src="https://user-images.githubusercontent.com/40023234/233871826-a9ba3770-c37b-4deb-bf0a-ce1cc1365119.png"/>
</details>
# ToDo
- [ ] Page support for debe
- [ ] Display optional author nickname
- [ ] Sorthing for entries today and all
- [ ] URL change support for alternative front-ends (e.g: twitter to nitter)