forked from sch/Blasta
62 lines
1 KiB
TOML
62 lines
1 KiB
TOML
|
# Contact
|
||
|
[contacts]
|
||
|
email = ""
|
||
|
xmpp = ""
|
||
|
mix = ""
|
||
|
muc = ""
|
||
|
irc_channel = "#blasta"
|
||
|
irc_server = ""
|
||
|
|
||
|
# Settings
|
||
|
[settings]
|
||
|
journal = ""
|
||
|
pubsub = ""
|
||
|
|
||
|
# Bibliography
|
||
|
node_id = "urn:xmpp:bibliography:0"
|
||
|
node_title = "Blasta"
|
||
|
node_subtitle = "Bibliography"
|
||
|
|
||
|
# Private bibliography
|
||
|
node_id_private = "xmpp:bibliography:private:0"
|
||
|
node_title_private = "Blasta (Private)"
|
||
|
node_subtitle_private = "Private bibliography"
|
||
|
|
||
|
# Reading list
|
||
|
node_id_read = "xmpp:bibliography:read:0"
|
||
|
node_title_read = "Blasta (Read)"
|
||
|
node_subtitle_read = "Reading list"
|
||
|
|
||
|
# Settings node
|
||
|
node_settings = "xmpp: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"]
|