Updating Mediawiki Installation: Difference between revisions
Update to add mime changes |
|||
Line 53: | Line 53: | ||
Once you are done with the upgrade, look at, say, [[Recipe: python program reads cubed-sphere data]] and make sure the highlighting is there! | Once you are done with the upgrade, look at, say, [[Recipe: python program reads cubed-sphere data]] and make sure the highlighting is there! | ||
== Update MIME Types == | |||
Mediawiki's MIME tables need updating to allow .mm files as an XML file extension. To do this edit: | |||
includes/libs/mime/mime.types | |||
and change: | |||
application/xml xml xsl xsd kml | |||
to | |||
application/xml xml xsl xsd kml mm | |||
== Update the Database == | == Update the Database == |