Page MenuHomePhabricator

Research Spike: Test LiquidThreads -> wikitext conversion
Closed, DeclinedPublic

Description

Flow has code for converting LiquidThreads pages to Flow, and for converting Flow pages to wikitext. These can be combined to convert LQT pages to wikitext. This can be done without installing Flow, through the API. Does it provide decent wikitext (given that LQT -> wikitext conversion wasn't a use case it was designed for)? We should find some test pages (e.g. the support page on translatewiki.net) and test.

(See also T332103: Research Spike: Test Flow -> wikitext conversion which should probably be done first.)

Event Timeline

Apparently there is also a non-closed task T113682: Finish conversion from LQT to Flow on pt.wikibooks about LQT → Flow conversion. I guess that, given your plans, it should be reconsidered to LQT → wikitext.

Per T381906: Decide how to make Liquid Threads "read only" , this won't happen: contents will be converted via a conversion to Flow.

I think we want to keep some task open for translatewiki.net. Makes no sense for us to install Flow to get rid of LiquidThreads.

Pppery subscribed.

I wrote a very crude liquidthreads->wikitext converter at https://public-paws.wmcloud.org/46222050/WMF%20Cleanup/LQTW.ipynb

I've spent much more effort doing Flow->Wikitext conversion (i.e preserving the revision history via an XML import), but that is there.