Blasta/settings.toml
Schimon Jehudah, Adv. 77ac4c0ed9 Modularize code;
Update document README.
2024-11-13 16:41:33 +02:00

61 lines
1 KiB
TOML

# Contact
[contacts]
email = ""
xmpp = "sch@pimux.de"
mix = ""
muc = "syndication@conference.movim.eu"
irc_channel = "#blasta"
irc_server = ""
# Settings
[settings]
journal = ""
pubsub = ""
# Bibliography
node_id = "blasta:annotation:0"
node_title = "Blasta"
node_subtitle = "Annotation"
# Private bibliography
node_id_private = "blasta:annotation:private:0"
node_title_private = "Blasta (Private)"
node_subtitle_private = "Private annotation"
# Reading list
node_id_read = "blasta:annotation:read:0"
node_title_read = "Blasta (Read)"
node_subtitle_read = "Reading list"
# Settings node
node_settings = "blasta:settings:0"
# Acceptable protocol types that would be aggregated to the Blasta database
schemes = [
"adc",
"bitcoin",
"dweb",
"ed2k",
"ethereum",
"feed",
"ftp",
"ftps",
"gemini",
"geo",
"gopher",
"http",
"https",
"ipfs",
"ipns",
"irc",
"litecoin",
"magnet",
"mailto",
"monero",
"mms",
"news",
"sip",
"sms",
"tel",
"udp",
"xmpp"]