Tweaks, tidying and a couple of new features
Posted by mholmes on 26 Apr 2010 in Activity log
- Added support for the keyword list, which shows up at the bottom of the item data.
- Made keywords clickable, invoking a search on that keyword.
- Enhanced the CSS with some gratuitous drop-shadows.
- Reworked the footer, so that it doesn't obscure anything (it was position: fixed, which is problematic, so now it's not).
- Made the site title a link to the default find-everything search.
I also investigated how much work it would be to put authentication in place. After copying over the framework that I'd originally created years ago for the Devonshire project, I realized that we have purposely excluded the authentication framework code from our Cocoon build, because it has multiple dependencies and swells the size of Cocoon significantly. If I were to put authentication in place, it would require a complete rebuild of eXist+Cocoon just for this project. I don't really want to go there.