Gitea doen't linke markdown newlines
This commit is contained in:
parent
d7a8e921dd
commit
12ae628d1a
17
README.md
17
README.md
|
@ -1,10 +1,6 @@
|
||||||
Librecat is a ask.fm/curiouscat clone but FLOSS.
|
Librecat is a ask.fm/curiouscat clone but FLOSS. It tries to be as minimal as possible while being a comfortable alternative to those mentioned while not using JS (at least for default theme).
|
||||||
It tries to be as minimal as possible while being
|
|
||||||
a comfortable alternative to those mentioned while
|
|
||||||
not using JS (at least for default theme).
|
|
||||||
|
|
||||||
It's PHP based, only depending on the sqlite3 php
|
It's PHP based, only depending on the sqlite3 php extension.
|
||||||
extension.
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
@ -15,14 +11,9 @@ extension.
|
||||||
|
|
||||||
# URL Rewrites
|
# URL Rewrites
|
||||||
|
|
||||||
URL Rewrites are optional, but recommended for
|
URL Rewrites are optional, but recommended for a more polished look. They can be activated in ```include/config.php``` with proper http server rewrite rules configurations.
|
||||||
a more polished look. They can be activated in
|
|
||||||
```include/config.php``` with proper http server
|
|
||||||
rewrite rules configurations.
|
|
||||||
|
|
||||||
For now there's only Nginx implementation of those.
|
For now there's only Nginx implementation of those. Feel free to contribute since they're a little messy (but they work as expected)
|
||||||
Feel free to contribute since they're a little messy
|
|
||||||
(but they work as expected)
|
|
||||||
|
|
||||||
## Nginx
|
## Nginx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue