Prior to shut down MediaWiki, ensure all "... Further results" are fully imported in static site
renoirb opened this issue · 1 comments
Let’s make HTML some MediaWiki ASK query results.
In order to stop relying on MediaWiki, we got to make sure all contents that were linked automatically through Semantic MediaWiki is kept as static HTML.
In some views, you might see a link that links to "... further results" like below;
The issue is that since we won’t have MediaWiki anymore, those links will be broken.
See also: webplatform/mediawiki-conversion#9.
How to do
We hae no choice to do this manually on any page that has SemanticMediaWiki or subpages
wiki macros because we’re getting out of MediaWiki and we will lose the work made to make those dynamic lists.
To keep the list content for posterity, we gotta find pages that makes reference to them (e.g. grep -rli 'subpages' content/WPD/
) and attempt to rework the wiki document to make the HTML give us the full listing output.
Otherwise we’ll lose that data
-
HTML file has a table with classname "wikitable smwtable", or just search entries that has "further results" mentioned.
grep -rli 'further results' content
-
Get Full view (if possible) by using MediaWiki ASK query helper
-
Once we see no "more..." link at the bottom of the view. Click on "show embed code" so that you can copy query code.
{{#ask:[[Path::~*apis/*]] [[Content quality flag::~Examples Needed]]
|?Path
|?Summary
|?Modification date
|format=broadtable
|limit=500
|offset=15
|sort=Modification date
|order=desc
|headers=plain
|mainlabel=-
|searchlabel='''More results'''
|default={{{default_text}}}
}}
Converted:
- http://parsoid.webplatformstaging.org/wiki/WPD:Getting_Started/examples/api
- http://parsoid.webplatformstaging.org/wiki/WPD:Getting_Started/examples/css
Pages to review
- http://parsoid.webplatformstaging.org/wiki/WPD:Projects/api_docs
- http://parsoid.webplatformstaging.org/wiki/WPD:Getting_Started
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSImportRule/href/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSImportRule/media/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframeRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframeRule/keyText/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframeRule/style/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/cssRules/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/deleteRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/findRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/insertRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSKeyframesRule/name/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaList/appendMedium/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaList/CSSMediaList/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaList/deleteMedium/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaList/item/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaList/mediaText/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaRule/CSSMediaRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaRule/cssRules/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaRule/deleteRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaRule/insertRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSMediaRule/media/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSNamespaceRule/CSSNamespaceRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSNamespaceRule/namespaceURI/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSNamespaceRule/prefix/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSOM_view/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSRule/cssText/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSRule/parentRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSRule/parentStyleSheet/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSRule/type/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSStyleDeclaration/CSSStyleDeclaration/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/CSSStyleDeclaration/getPropertyPriority/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/clipLeft/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/clipRight/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/clipTop/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/cssFloat/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/fontWeight/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/hasLayout/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/height/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/href/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/imports/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/innerWidth/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/isAlternate/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/isPrefAlternate/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/item/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/length/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/media/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/offsetX/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/offsetY/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/outerHeight/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/outerWidth/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/pageX/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/pageXOffset/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/pageY/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/pageYOffset/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/properties/pixelBottom/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/screen/deviceXDPI/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/screen/deviceYDPI/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/screen/fontSmoothingEnabled/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/screen/height/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/style/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/style/type/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/addImport/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/blockDirection/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/cssRules/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/cssText/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/ownerNode/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/removeImport/index.md
- http://parsoid.webplatformstaging.org/wiki/css/cssom/styleSheet/removeRule/index.md
- http://parsoid.webplatformstaging.org/wiki/css/media_queries/apis/matchMedium/index.md
- http://parsoid.webplatformstaging.org/wiki/css/media_queries/media_groups/visual/index.md
- http://parsoid.webplatformstaging.org/wiki/css/properties/user-modify/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/Element/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLAnchorElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLAppletElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLAreaElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLAudioElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBaseElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBaseFontElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBGSoundElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBlockElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBodyElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLBRElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLButtonElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLCanvasElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDataElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDDElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDirectoryElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDivElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDListElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLDTElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLEmbedElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLFieldSetElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLFontElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLFormElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLFrameElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLFrameSetElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLHeadElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLHeadingElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLHRElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLHtmlElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLIFrameElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLImageElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLInputElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLIsIndexElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLLabelElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLLegendElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLLIElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLLinkElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLMapElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLMarqueeElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLMenuElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLMetaElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLModElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLObjectElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLOListElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLOptGroupElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLOptionElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLParagraphElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLParamElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLPhraseElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLPreElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLQuoteElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLScriptElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLSelectElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLSpanElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLStyleElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableCaptionElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableCellElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableColElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableDataCellElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableHeaderCellElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableRowElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTableSectionElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTextAreaElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTextAreaElement/textLength/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTextAreaElement/value/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTitleElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLTrackElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLUListElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/HTMLUnknownElement/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/Window/getComputedStyle/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/Window/innerHeight/index.md
- http://parsoid.webplatformstaging.org/wiki/dom/Window/styleMedia/index.md
- http://parsoid.webplatformstaging.org/wiki/glossary/main/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/accept/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/action/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/alt/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/autocomplete/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/autofocus/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/checked/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/crossorigin/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/form/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/formEnctype/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/height/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/list/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/max_HTMLInputElement/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/maxLength/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/min/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/multiple/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/readonly/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/size/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/standby/index.md
- http://parsoid.webplatformstaging.org/wiki/html/attributes/step/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/acronym/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/b/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/b/ja.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/br/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/button/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/caption/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/cite/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/code/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/col/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/colgroup/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/datalist/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/del/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/dfn/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/div/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/DOCTYPE/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/DOCTYPE/ja.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/em/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/embed/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/fieldset/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/font/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/footer/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/head/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/hn/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/hr/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/html/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/i/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/img/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/input/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/ins/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/kbd/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/legend/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/mark/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/option/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/p/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/samp/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/script/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/span/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/strong/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/table/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/tbody/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/td/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/tfoot/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/th/index.md
- http://parsoid.webplatformstaging.org/wiki/html/elements/time/index.md
- http://parsoid.webplatformstaging.org/wiki/Meta/HTML/Elements/ol/index.md
- http://parsoid.webplatformstaging.org/wiki/Meta/tutorials_anim_transitions/index.md
I had to adjust two templates so that the {{#ask: ... }}
contains |limit=1000
so that we hopefully get all the entries and remove the "further results...". Default limit=
value is below 1000. Documentation doesn’t tell, but with 1000 we had no more "further results" in the output.
Once you modify a template, you have to run maintenace/runJobs.php
on production.
The following templates had been edited: