https://bugzilla.wikimedia.org/show_bug.cgi?id=61249
--- Comment #9 from Matthew Flaschen <[email protected]> --- (In reply to gnosygnu from comment #8) > I understand that this does not strictly affect wiki users. However, how > should third-party tools get the official CSS for a given wiki? The above > was recommended by another user, and had been working without any issue > since 2013-July. The exact URL requests and module names are not a public API (I use the term "API" generally). They can change. The most future-proof solution is probably to behave as a browser would. I understand an offline program is not going to visit every separate page once. However, XOWA could visit one page (e.g. the main page), and download all the <link rel="stylesheet"> stylesheets. If that is missing something, you could do another explicit request to pick up additional known modules that may be page-specific (e.g. ext.rtlcite). However, don't expect this latter workaround to be future-proof. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
