Security repairs in the parseAkk class. Now it checks the length of both input strings and most of the form input for validity and on an error DOES NOT return the entire offending string
January 2002 Archives
Added code for the $ stem, parsing is basically done, some work within the akkadian.class is needed for weak stem generation
Rewrote most of the akkadian class to split the actual parsing work from the HTML output. two new procedures, one called parse, which does all the the Prolog based parsing and returns as a matrix of strings, and getHtml, which returns the html that main would have previously. Main now returns plaintext suited for CLI interaction. Another procedure htmlify is private, but does the actual html formatting
Speed improvement, configured system to run not from local disk but from /dev/shm, and to keep a current copy of the code there
Totally revamped website installed. With the exception of the FAQ all new elements are in place and functional, including a new splash-screen and frame-based navigation.