Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+0 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 1 | -2/+2 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-05-09 | Bring into line with the new java world order. | jwise | 2 | -43/+43 | |
2000-01-20 | Also build and install javadoc-generated API documentation. | jwise | 1 | -2/+33 | |
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown | |||||
2000-01-20 | Shorter COMMENT to fit within 80 characters in pkg_info output. | jwise | 1 | -1/+1 | |
2000-01-18 | nuke trailing period. | jwise | 1 | -1/+1 | |
2000-01-18 | Initial import of jssi-1.1.2. From pkg/DESCR: | jwise | 4 | -0/+38 | |
Apache JSSI parses JHTML files, executes the servlets as specified by the <SERVLET> tag and replaces those tags with the output of the executed servlet. The <SERVLET> tag can be seen as the server side equivalent of the <APPLET> tag. Note that SSI files for java servlets are called JHTML files in the apache context while SHTML files are usually for traditional SSI (like <!--#ECHO -->). This is a bit confusing since in the Java Web Server (SUN) context SHTML files are used for java servlet SSI files and JHTML is used for page compiled pages. Java Apache SSI does not support page compiling. |