urmel is brutalist and flat-file microblogging software. It's the spiritual successor to vicco.
- Web interface to draft, publish, edit, and delete posts
- Text formatting
- Atom feed
- Open Graph, Microdata
- Zero dependencies
- WYSIWYG editor
- Embedded media
- Comments, webmentions
- ActivityPub
- Composer package
- Hackers — It’s easy to customise.
- Hipsters — It’s crappy, you could use it as a joke.
- PHP >= 8.3.0
- SSL/TLS certificate
- Update
config.json.sample
and rename it toconfig.json
.- Optionally, you can translate all text strings in
classes/l10n.php
.
- Optionally, you can translate all text strings in
- Upload everything to a web server. (Yes, this is old-school.)
- Use your credentials at
?login
to access the editor panel.
There is some Markdown-inspired formatting.
Input | Output |
---|---|
**strong** / __strong__ |
strong |
*italic* / _italic_ |
italic |
~~strikethrough~~ |
|
>quotation block |
|
@code@ |
code |
[https://example.org] |
https://example.org |
[title](https://example.org) |
title |
urmel is licensed under the EUPL 1.2.