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-03-17 12:06:50 +01:00
|
|
|
include ../ui/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-03-17 12:06:50 +01:00
|
|
|
|
|
|
|
a(href='https://bin.blek.codes')
|
|
|
|
+label('Official instance (link)', '#90c137')
|
2023-02-21 10:52:35 +01:00
|
|
|
p
|
|
|
|
| blek! Bin is a free, self-hosted, nojs alternative to
|
2023-03-18 03:54:46 +01:00
|
|
|
a(href='https://pastebin.com' class='web_link') Pastebin
|
2023-02-21 10:52:35 +01:00
|
|
|
| .
|
|
|
|
br
|
|
|
|
| Or, in other words, a clean-code alternative to
|
2023-03-18 03:54:46 +01:00
|
|
|
a(href='https://github.com/hnhx/librebin' class='web_link') Librebin
|
2023-02-21 10:52:35 +01:00
|
|
|
| .
|
|
|
|
p
|
|
|
|
| Basically, i got the idea of this project from
|
2023-03-18 03:54:46 +01:00
|
|
|
a(href='https://github.com/hnhx/librebin' class='web_link') Librebin
|
2023-02-21 10:52:35 +01:00
|
|
|
| , 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')
|
2023-03-17 12:06:50 +01:00
|
|
|
| #{TimeSince(new Date(2022, 6, 30))} ago
|
|
|
|
p
|
|
|
|
| Instances list
|
|
|
|
table(class='border_table')
|
|
|
|
tbody
|
|
|
|
tr
|
|
|
|
td Link
|
|
|
|
td Some words
|
|
|
|
tr
|
|
|
|
td
|
2023-03-18 03:54:46 +01:00
|
|
|
a(href='https://bin.blek.codes' class='web_link') bin.blek.codes
|
2023-03-17 12:06:50 +01:00
|
|
|
td Official instance (NL)
|