Package talk:MediaWiki

From Funtoo
Revision as of 12:24, December 6, 2014 by Threesixes (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

much of the cleanup had occurred.

connection problems tonight

generate sitemaps.... if localhost/mediawiki or localhost/wiki sitemaps are placed @ localhost/sitemap-index-my_wiki.xml

root # php maintenance/generateSitemap.php --fspath ..

obviously this needs more work....

robots.txt will go to seo but its worth documenting to this talk page commit....

syntax http://www.robotstxt.org/robotstxt.html

database of spiders to use with robots. http://www.robotstxt.org/db.html


moar

super simple bootstrapping skin: http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin

just requires navigation sub items are removed... mobile phones cant edit pages, but you probably dont want them trying to anyways.

forced cash revalidation

   /var/www/localhost/mediawiki/includes/OutputPage.php (php source code) - disable forced cache revalidation
#$response->header( "Cache-Control: private, must-revalidate, max-age=0" );