Vervis/templates/factory/nav.hamlet
Pere Lev 66870458b7
Add a new actor type: Factory
- No factories inserted to DB yet
- Admin user list specified in settings
- Admins can create a Factory via C2S
- Creating other actors via C2S the old way still works as well
- Factory S2S handler implementation still blank
2024-08-02 18:31:06 +03:00

35 lines
1 KiB
Text

$# This file is part of Vervis.
$#
$# Written in 2019, 2022, 2023, 2024 by fr33domlover <fr33domlover@riseup.net>.
$#
$# ♡ Copying is an act of love. Please copy, reuse and share.
$#
$# The author(s) have dedicated all copyright and related and neighboring
$# rights to this software to the public domain worldwide. This software is
$# distributed without any warranty.
$#
$# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
<div>
<span>
[[ 🏗
<a href=@{FactoryR factoryHash}>
*#{keyHashidText factoryHash} #{actorName actor}
]] ::
<span>
<a href=@{FactoryInboxR factoryHash}>
[📥 Inbox]
<span>
<a href=@{FactoryOutboxR factoryHash}>
[📤 Outbox]
<span>
<a href=@{FactoryErrboxR factoryHash}>
[💥 Errbox]
<span>
<a href=@{FactoryFollowersR factoryHash}>
[🐤 Followers]
<span>
<a href=@{FactoryCollabsR factoryHash}>
[🤝 Collaborators]