README for WebMan: A Basic RefEntry Servlet Mark Craig ------------------------------------------ ACCIS (http://www.accis.edu) offers CS445, Independent Programming Project, a four-hour elective course for students completing the undergraduate Computer Science program. The project documented here involves designing, building, and testing an application using the Java[tm] programming language to handle, format, and deliver reference manual entries marked up in in DocBook-descendant XML. For further information: http://mcraig.org/RefEntry/ The application, a basic RefEntry servlet, performs a function similar to the man command on UNIX[R] systems. Instead of handling roff format files and posting formatted results to a terminal, however, the RefEntry servlet handles XML files and posts results in XHTML that can be viewed in most web browsers. ------------------------------------------ WebMan: A Basic RefEntry Servlet Copyright (C) 2002-2003 Mark Craig This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA