2023-02-21 10:52:35 +01:00
|
|
|
extends ../layout/project.pug
|
|
|
|
block root
|
|
|
|
- var title = 'blek! Bin'
|
2023-02-21 10:59:31 +01:00
|
|
|
include ../lib/since.pug
|
2023-02-22 02:54:44 +01:00
|
|
|
include ../ui/planned_label.pug
|
2023-02-21 10:52:35 +01:00
|
|
|
|
|
|
|
block append content
|
2023-02-22 02:54:44 +01:00
|
|
|
h2
|
2023-02-22 04:41:55 +01:00
|
|
|
| blek! Bin
|
2023-02-22 02:54:44 +01:00
|
|
|
+planned_label()
|
2023-02-21 10:52:35 +01:00
|
|
|
p
|
|
|
|
| blek! Bin is a free, self-hosted, nojs alternative to
|
|
|
|
a(href='https://pastebin.com') Pastebin
|
|
|
|
| .
|
|
|
|
br
|
|
|
|
| Or, in other words, a clean-code alternative to
|
|
|
|
a(href='https://github.com/hnhx/librebin') Librebin
|
|
|
|
| .
|
|
|
|
p
|
|
|
|
| Basically, i got the idea of this project from
|
|
|
|
a(href='https://github.com/hnhx/librebin') Librebin
|
|
|
|
| , which is built on bare PHP and the code is barely readable or maintainable.
|
|
|
|
br
|
2023-02-21 10:59:31 +01:00
|
|
|
| Also, Librebin has only 8 commits and the last commit was on May 30 2022 (at this moment), or
|
|
|
|
span(style='background:#30303010;padding:2px 4px;border:1px solid #c2c4c2;font-size:10pt;border-radius:8px')
|
|
|
|
| #{TimeSince(new Date(2022, 6, 30))} ago
|