Blasta/blasta/configs/settings.toml
Schimon Jehudah, Adv. 2103b061a2 Change node names;
Soft code (i.e. opposite of hard code) node names;
Improve parsing of Netscape HTML boomark files;
Add IQ module;
Catch more exceptions;
Display Jabber ID on template profile.
2025-01-08 00:43:25 +02:00

63 lines
1.2 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_public_id = "blasta:annotation:0"
node_public_title = "Blasta (Public)"
node_public_subtitle = "Public annotations"
# Private bibliography
node_private_id = "blasta:annotation:private:0"
node_private_title = "Blasta (Private)"
node_private_subtitle = "Private annotations"
# Reading list
node_read_id = "blasta:annotation:read:0"
node_read_title = "Blasta (Read)"
node_read_subtitle = "Reading list"
# Settings node
node_settings_id = "blasta:settings:0"
node_settings_title = "Blasta (Settings)"
node_settings_subtitle = "Blasta Settings Node"
# 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"]