22 lines
393 B
TOML
22 lines
393 B
TOML
# Nabu — the record
|
|
|
|
house = "message"
|
|
order = 2
|
|
|
|
name = "Nabu"
|
|
domain = "The Voice"
|
|
state = "live"
|
|
label = "Live"
|
|
inside = "hermes"
|
|
runs = "AI"
|
|
|
|
# one line, used by the no-JavaScript listing
|
|
does = """
|
|
The voice of the pantheon.
|
|
"""
|
|
|
|
# the paragraph in the detail panel
|
|
long = """
|
|
Nabu is the friendly voice of the pantheon, speaking the languages of humans as well as machine.
|
|
"""
|