Acronyms Plugin
Description
Back while I was using Nucleus, I adapted a Wordpress plugin by Joel Bennett to place nice <acronym> tags around acronyms. Now that I’m back on WordPress, I’ve ported my Nucleus plugin back to Wordpress to incorporate the minor feature tweaks that I made, as well as adding an admin interface to manage the set of acronyms. I belatedly found out that Joel Bennett had already done something similar and indeed made some very neat enhancements to his original plugin but I think that my version will still serve the needs of most users very well. It will enclose any acronyms (as set in the admin panel) with <acronym> tags, doing so with a case-sensitive replacement and ensuring that overlapping acronyms are not doubly-enclosed.
Installation instructions
- Download the zip file (link below)
- Extract acronyms.php
- Upload acronyms.php to your wp-content/plugins directory
- Log in to your WordPress blog
- Click on “Plugins”
- Locate the “Acronyms” plugin and click “Activate”
- Go to “Manage” > “Acronyms” and customise your list of acronyms.
Links
Instead of downloading the zip, you can also check out the working copy from the Subversion repository:
svn co http://svn.wp-plugins.org/acronyms/trunk/
Changelog
- 1.5.2 – 14 Apr 2008
- [FIX] The acronym list when sorted by acronyms will now properly sort upper and lower cases
- [FIX] A conflict with WordPress that caused an error when trying to delete a draft has been corrected
- [FIX] The full text for TIFF in the default list of acronyms has been corrected
- [UPD] Deprecated action hooks replaced with the current versions
- 1.5.1 – 7 Apr 2008
- Fixed an unexpected side-effect of WordPress’ new plugin auto-update that broke some paths
- 1.5 – 7 Apr 2008
- Overhaul of the plugin to match the new WordPress 2.5 admin interface look and feel
- Acronyms after slash characters are now properly replaced
- The Acronyms management page now feature pagination, ordering by acronym or full text, and constraining the number of acronyms shown per page
- 1.0 – 24 Jul 2006
- Initial release
