Manan Jethwani
Manan Jethwani
this fixes #166
Older version or different skins of mediawiki have different modules (Unable to hack startup module)
like in case of https://artofproblemsolving.com/wiki/ the content of startupscript is different most probably because of the older version or the different skin they use. this causes a problem in resource...
@kelson42 this fixes #1501, fixes #1501. The main approach used here is a bit complex I will elaborate it here in points for better understanding - 1) section template now...
right now the method we use to fetch module list is using api.php making a link something like this -> `${this.apiUrl.href}action=parse&format=json&prop=${encodeURI('modules|jsconfigvars|headhtml')}&page=` the list of modules is stored at 2 places...
@kelson42 this resolves #904 but currently should be drafted due to #1416 or is this a bug in kiwix-serve?