Skip to content

zichy/urmel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urmel

urmel is minimalist blog software. It can be used for microblogging, linkblogging and longer texts.

Features

  • 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

Missing features

  • WYSIWYG editor
  • Embedded media
  • Comments, webmentions
  • ActivityPub
  • Composer package

Requirements

  • PHP >= 8.4.0
  • SSL/TLS certificate

Installation

  1. Update config.php.sample and rename it to config.php.
    • Optionally, you can translate all text strings in classes/l10n.php.
  2. Upload everything to a web server. (Yes, this is old-school.)
  3. It should work.

Use your credentials at ?login to access the editor panel.

Text formatting

There is some Markdown-inspired formatting.

Input Output
**strong** strong
_italic_ italic
~~strikethrough~~ strikethrough
>quotation block

quotation block

@code@ code
[https://example.org] https://example.org
[title](https://example.org) title

License

urmel is licensed under the EUPL 1.2.