%-- toolview.jsp --%>
<%
String title = "Tool Listing";
String deck = "A list of content creation tools";
String desc = "Without tools, people are nothing more than animals. And " +
"pretty weak ones at that. Here's a list of servlet-based " +
"content creation tools you can use so you won't be a " +
"servlet weakling.";
%>
<%@ include file="/header.jsp" %>
<%@ page session="false" %>
<%@ page errorPage="/errorTaker.jsp" %>