urmel is minimalist blog software. It can be used for microblogging, linkblogging and longer texts.
- Interface to draft, publish, edit, and delete posts
- Text formatting
- Flat-file; no database needed
- Simple installation
- Atom feed
- Open Graph tags & Microdata
- Zero dependencies
- WYSIWYG editor
- Embedded media
- Comments, webmentions
- ActivityPub
- Composer package
- PHP >= 8.4.0
- SSL/TLS certificate
- Update
config.php.sampleand rename it toconfig.php.- 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.)
- It should work.
Use your credentials at ?login to access the editor panel.
There is some Markdown-inspired formatting.
| Input | Output |
|---|---|
**strong** |
strong |
_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.