a53c3a3436
Python : Improve editing of tags; Python : Fix error upon no results on Atom; SQLite : Add triggers to count instances of entries; SQLite : Add triggers to delete entries SQLite : Add triggers to delete tags; XSLT : Remove control characters in favour of nbsp entity; XSLT : Improve links and design; XHTML : Add a new document about folksonomy; XHTML : Add a new template for URL; XHTML : Add indicators.
61 lines
1 KiB
TOML
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 = "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"]
|