https://bugzilla.wikimedia.org/show_bug.cgi?id=29023
--- Comment #2 from Brion Vibber <[email protected]> 2011-05-17 12:22:35 UTC --- For production servers we'd probably rather integrate this with Special:Collection and the mwlib-based backend for that (so arbitrary pages can be collected & downloaded in multiple formats using the existing frameworks), but this sounds relatively feasible for third-party sites. Might actually work as a stop-gap as well (at least for single page downloads), but will need to look over it in more detail later this week (would need security review etc). Even if not suitable for Wikisource just yet, it's probably ok to stick it in our extensions SVN and do some common upkeep on it. A definite nicety: using the core parser to generate HTML, then working from there will get most extensions and whatnot working -- avoids reimplementing the entire MediaWiki parser! :) The processing that's done on the HTML looks like it's got some sketchy bits and will probably want some cleanup (some of the paths and HTML insertions might not be using some of the right settings, but it's a good start). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
