comparison src/core/constants.py @ 1806:fd788d24277a

plugin syntax dc_wiki: first draft: handle dotclear wiki syntax /!\ only dc_wiki -> XHTML is handled for now
author Goffi <goffi@goffi.org>
date Sun, 17 Jan 2016 20:39:20 +0100
parents 4fc1bf1af48f
children aaf034bc6f7a
comparison
equal deleted inserted replaced
1805:3c40fa0dcd7a 1806:fd788d24277a
141 # Types 141 # Types
142 PLUG_TYPE_XEP = "XEP" 142 PLUG_TYPE_XEP = "XEP"
143 PLUG_TYPE_MISC = "MISC" 143 PLUG_TYPE_MISC = "MISC"
144 PLUG_TYPE_EXP = "EXP" 144 PLUG_TYPE_EXP = "EXP"
145 PLUG_TYPE_SEC = "SEC" 145 PLUG_TYPE_SEC = "SEC"
146 PLUG_TYPE_SYNTAXE = "SYNTAXE"
146 147
147 148
148 # names of widely used plugins 149 # names of widely used plugins
149 TEXT_CMDS = 'TEXT-COMMANDS' 150 TEXT_CMDS = 'TEXT-COMMANDS'
150 151