&format=json&max=20'; $sfgAutocompletionURLs['remote_PO_ids'] = 'http://palea.cgrb.oregonstate.edu/paw/services/TermSearch_JSON.php?user=paw&type=autocomplete&field=acc&ontology=po&qval=&format=json&max=20'; # GO web service calls $sfgAutocompletionURLs['remote_GO_terms'] = 'http://palea.cgrb.oregonstate.edu/paw/services/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&ontology=go&qval=&format=json&max=25'; $sfgAutocompletionURLs['remote_GO_ids'] = 'http://palea.cgrb.oregonstate.edu/paw/services/TermSearch_JSON.php?user=paw&type=autocomplete&field=acc&ontology=go&qval=&format=json&max=25'; $sfgAutocompleteOnAllChars = false; # END: Justin Preece - Semantic Bundle (SMW and other extensions) /** Allow client-side caching of pages */ $wgCachePages = false; /** * * Set this to current time to invalidate all prior cached pages. Affects both * * client- and server-side caching. * * You can get the current date on your server by using the command: * * date +%Y%m%d%H%M%S * */ $wgCacheEpoch = 'date +%Y%m%d%H%M%S'; # When you make changes to this configuration file, this will make # sure that cached pages are cleared. $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );