Main Page
From wiki.doumith.net
MediaWiki has been successfully installed.
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
this.length = 0;
push.apply(this, elems);
return this;
}
Consult the User's Guide for information on using the wiki software.