On Jan 3, 2005, at 9:26 AM, Giovanni wrote:
I'm using MediaWiki in a site where I'm the only person that can edit articles. I would like to know how modify the code to let JavaScript to be inserted.
If you have something specific that you want to use in a lot of pages, consider: http://meta.wikimedia.org/wiki/Write_your_own_MediaWiki_extension
If you have the site locked down and want to do lots of HTML bits, consider using $wgRawHtml = true; This should never ever be used on a publically editable site.
-- brion vibber (brion @ pobox.com)