Motivation#
My wiki

Technical Details#
The key is the filters XML file, where you specify the filter. The filter will then be applied to all pages.<?xml version="1.0"?> <pagefilters> <filter> <class>com.bradfordholcombe.JSPWiki.filters.EditLinkFilter</class> </filter> </pagefilters>
CSS example:
A.needed { color: #800; text-decoration:none; border-bottom: 1px dashed #8f8fff; } A.needed:visited { color: #800; text-decoration:none; } A.needed:hover { text-decoration:underline; color:white; background-color: #ff8f8f; border-bottom: 1px dashed #ff8f8f; }
Installation#
Drop the JAR in your lib directory, and update your filter XML and CSS files. That should be it. The source code and JAR are below as attachments.Bugs#
Please note any bugs or suggestions here. I have tested it extensively on JSPWiki 2.1.103 and Resin 2.1. Let me know if you find any issues.Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
jar |
EditLinkFilter.jar | 3.0 kB | 1 | 05-Oct-2004 05:07 | BradfordHolcombe | |
java |
EditLinkFilter.java | 2.5 kB | 1 | 05-Oct-2004 05:08 | BradfordHolcombe |