-
Whois WordPress Plugin
Yes, yet another WordPress plugin! This one allows you to add additional “whois” servers to the listing shown in the comment display screen. It’s also quite useful (as in my case) if you have a web gateway to search through logs, which I use to help block spammers. The plugin comes with default entries to […]
-
Hebrew Date v1.0.1
Based on an idea I “borrowed” from Jacob Fresco, I’ve added the ability to insert the current Hebrew Date (with sunset correction!) anywhere in a theme. Simply add <?php if (function_exists(‘hebrewDateCurrent’)) { hebrewDateCurrent();} ?> to a theme. The code can be downloaded Hebrew Dates release page under the Software section. The code needs some major […]
-
Hebrew Date 1.0.0 Released
As you may have seen earlier, I’d picked up development of the Hebrew Date plugin from KosherJava. Today, I’m officially releasing version 1.0.0. Much of the logic is rewritten, but most of the credit goes to KosherJava! To install, download the plugin (from here),activate, and enjoy! There are lots of fun config options under the […]
-
Even more changes to Hebrew Dates!
Latest changes: Lots of code cleanup. Easier to add languages (I’d like to add an academic spelling as well) Support for full names (Marcheshvan, Menachem Av) XHTML 1.1 compliant! (span rtl) Screenshot of the current configuration page:
-
More Hebrew Dates Updates
I’ve added a few more things to the Hebrew Dates plugin patches I mentioned earlier: Configuration screen shows when an update was performed, option of showing Hebrew (or transliterated) only, Gregorian – Hebrew, or Hebrew – Gregorian, and some general code cleanup …