https://bugzilla.wikimedia.org/show_bug.cgi?id=41716
--- Comment #32 from Gabriel Wicke <[email protected]> --- (In reply to comment #31) > However this plan is only doable after Parsoid become the default parser, and > all migration process must be done at exactly the same time as Parsoid > becoming > so... to keep everything working. Because (1) PHP parser doesn't understand > your schema (2) Parsoid doesn't understand PHP parser's -{A| }- markups. No, this is not depending on Parsoid becoming the default parser. It does depend on efficient access to global conversion rules at parse time, which is true for both approaches. The main difference is that I favor direct (and mostly automatic) migration of rules to versioned page metadata for efficient access and gadget / UI-based editing. The processing model is also designed to be efficient with independent transclusion expansions as done in Parsoid. Scott prefers to store rules in page and template content instead, and lets rules leak out of templates. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
