Update description

pull/4/head
beucismis 1 year ago
parent 8b60525aae
commit c943f7a960
  1. 3
      README.md
  2. 4
      ozgursozluk/__init__.py

@ -5,9 +5,8 @@
![](https://img.shields.io/github/license/beucismis/ozgursozluk)
![](https://img.shields.io/github/v/release/beucismis/ozgursozluk)
![](https://img.shields.io/github/actions/workflow/status/beucismis/ozgursozluk/tests.yml)
![](https://img.shields.io/website?url=http%3A%2F%2Fozgursozluk.freedns.rocks)
Free alternative simple ekşi sözlük front-end. Offical instance: https://ozgursozluk.freedns.rocks
A free and open source alternative Ekşi Sözlük front-end. Offical instance: https://ozgursozluk.freedns.rocks
## Features
- No JavaScript

@ -1,10 +1,10 @@
from flask import Flask
__version__ = "0.4.2"
__version__ = "0.4.3"
__author__ = "beucismis"
__source__ = "https://github.com/beucismis/ozgursozluk"
__description__ = "free alternative simple ekşi sözlük front-end"
__description__ = "a free and open source alternative ekşi sözlük front-end"
app = Flask(__name__)
app.config.from_object("ozgursozluk.config")

Loading…
Cancel
Save