User:DabMachine/Code

From WikiProjectMed
Jump to navigation Jump to search
/* Here's my code for the DabMachine. It's a quick hack, but if you're interested feel free to have a try
   It is hereby published under a CC-BY-SA license. -- Ravn 16:31, 1 March 2006 (UTC) 
   To get it running, save to a file called "wikidab.java". Fill in your user name and password. 
   Find the package org.htmlparser.util at http://htmlparser.org. Compile. Be careful. There are no warning 
   messages before you actually modify a wiki page. 
   === Known bugs ===
   *  Exceptions when failing to load a page are not yet caught. You may have to click on "more"
      another time, if it happens, but it usually does not get in your way. 
   === Known issues ===
   * The button colouring algorithm is still quite basic. I was planning to use LSI + Clustering later
   * There is no documentation yet. Nada. Zilch. Unless you happen to speak Java. 
   The java code is hidden in the source of this wikipage. Click on edit this page to view it. */