vicco is brutalist microblogging software contained in a single PHP file.
- Responsive layout
- Web interface to publish, edit, and delete posts
- Text formatting
- Atom feed (somewhat broken)
- No ActivityPub support
- Hackers — It’s easy to customize.
- Hipsters — It’s crappy, you could use it as a joke.
- Web server with PHP
- SSL/TLS certificate
- Adjust the config in
index.php
, especially your credentials. - Upload it to your server and make the directory writable.
- Open the site in your browser.
- It should work.
There is some Markdown-inspired formatting. No block elements, though.
Input | Output |
---|---|
**strong** / __strong__ |
strong |
*italic* / _italic_ |
italic |
~delete~ |
|
:"quote": |
quote |
@code@ |
code |
[https://example.org] |
https://example.org |
[title](https://example.org) |
title |
Are there any dependencies? Should I use Composer?
There are no dependencies. This is literally one PHP file.
Can I rename index.php
?
You can, but the question is whether you should. (You shouldn’t.)
How did this software come to be?
I forked this script and improved it for the worse.
Uh… follow-up question: Is vicco secure?
It should be secure enough to run a crappy blog.
Send me a PR if you want to add yours!
I’m a huge fan of your blog, but I get the creeps from the PHP code.
— sternenseemann
cute readme
— riotbib
vicco is licensed under the BSD-2-Clause license.