LimnoriaChan: add %%file and %%file-pl

master
Valentin Lorentz 2011-06-23 15:11:07 +02:00
parent fee1934fe7
commit ecab99ab79
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ staticFactoids = {
dynamicFactoids = {
'git': WEB_REPO + '/tree/%s',
'git-pl': PLUGINS_WEB_REPO + '/tree/%s',
'file': WEB_REPO + '/blob/%s',
'file-pl': PLUGINS_WEB_REPO + '/blob/%s',
'commit': WEB_REPO + '/commit/%s',
'commit-pl': PLUGINS_WEB_REPO + '/commit/%s',
'wiki': WEB_REPO + '/wiki/%s',