Mercurial > libervia-backend
comparison src/core/constants.py @ 1825:4e51f21c687f
plugin blog import: this plugin is the base handling blog importers:
- blog importers are plugin which register to this one with the "register" method
- blog import manage uploading the given blog data to a PubSub server
- filters can be used.
- current filters fixe the <img> src without host, and upload images to XMPP server
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Jan 2016 20:24:17 +0100 |
parents | aaf034bc6f7a |
children | 2daf7b4c6756 |
comparison
equal
deleted
inserted
replaced
1824:a19161bb3ff7 | 1825:4e51f21c687f |
---|---|
143 PLUG_TYPE_XEP = "XEP" | 143 PLUG_TYPE_XEP = "XEP" |
144 PLUG_TYPE_MISC = "MISC" | 144 PLUG_TYPE_MISC = "MISC" |
145 PLUG_TYPE_EXP = "EXP" | 145 PLUG_TYPE_EXP = "EXP" |
146 PLUG_TYPE_SEC = "SEC" | 146 PLUG_TYPE_SEC = "SEC" |
147 PLUG_TYPE_SYNTAXE = "SYNTAXE" | 147 PLUG_TYPE_SYNTAXE = "SYNTAXE" |
148 PLUG_TYPE_BLOG = "BLOG" | |
148 | 149 |
149 | 150 |
150 # names of widely used plugins | 151 # names of widely used plugins |
151 TEXT_CMDS = 'TEXT-COMMANDS' | 152 TEXT_CMDS = 'TEXT-COMMANDS' |
152 | 153 |