twitter: add optional prefix text when linking, and shorter links

This commit is contained in:
moneromooo 2015-03-17 09:09:01 +00:00
parent 43cead6582
commit ec95e55091
2 changed files with 25 additions and 4 deletions

View file

@ -69,7 +69,9 @@ network_config = {
'keyword': '@tipperome',
'fs_location': '/tmp/twitter',
'fs_prefix_tree': 2,
'fs_hash_length': 32,
'uri_base': 'http://127.0.0.1/',
'prefix_when_linked': 'see: ',
},
}