2024-08-22 16:09:04 +02:00
|
|
|
# Contact
|
|
|
|
[contacts]
|
|
|
|
email = ""
|
2024-08-28 14:03:19 +02:00
|
|
|
xmpp = "sch@pimux.de"
|
2024-08-22 16:09:04 +02:00
|
|
|
mix = ""
|
2024-08-28 14:03:19 +02:00
|
|
|
muc = "syndication@conference.movim.eu"
|
2024-08-22 16:09:04 +02:00
|
|
|
irc_channel = "#blasta"
|
|
|
|
irc_server = ""
|
|
|
|
|
|
|
|
# Settings
|
|
|
|
[settings]
|
|
|
|
journal = ""
|
|
|
|
pubsub = ""
|
|
|
|
|
|
|
|
# Bibliography
|
2025-01-07 23:43:25 +01:00
|
|
|
node_public_id = "blasta:annotation:0"
|
|
|
|
node_public_title = "Blasta (Public)"
|
|
|
|
node_public_subtitle = "Public annotations"
|
2024-08-22 16:09:04 +02:00
|
|
|
|
|
|
|
# Private bibliography
|
2025-01-07 23:43:25 +01:00
|
|
|
node_private_id = "blasta:annotation:private:0"
|
|
|
|
node_private_title = "Blasta (Private)"
|
|
|
|
node_private_subtitle = "Private annotations"
|
2024-08-22 16:09:04 +02:00
|
|
|
|
|
|
|
# Reading list
|
2025-01-07 23:43:25 +01:00
|
|
|
node_read_id = "blasta:annotation:read:0"
|
|
|
|
node_read_title = "Blasta (Read)"
|
|
|
|
node_read_subtitle = "Reading list"
|
2024-08-22 16:09:04 +02:00
|
|
|
|
|
|
|
# Settings node
|
2025-01-07 23:43:25 +01:00
|
|
|
node_settings_id = "blasta:settings:0"
|
|
|
|
node_settings_title = "Blasta (Settings)"
|
|
|
|
node_settings_subtitle = "Blasta Settings Node"
|
2024-08-22 16:09:04 +02:00
|
|
|
|
|
|
|
# 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"]
|