I also fixed some bugs, improved and corrected the documentation, and
started work on internationalization (with a full Esperanto
translation of <sarcasm>all three messages</sarcasm> that are unique
to my plugin).
The version name has been changed to Carver to reflect the status of
being available for testing. I uploaded a test zip to
http://wordpress-soc-2007.googlecode.com/files/eztags-20070808.zip,
though that's pretty outdated by now. I intend to upload another at
the beginning of the week and, if all goes well, a public one around
mid-week to try to iron out the last of the wrinkles before
evaluations begin.
For next week, what I really need to work on is the
internationalization parts. I've already got _e(); converted to
<TranslatableString></TranslatableString>. I also need to implement
__();, though I haven't decided on a tag name for it yet. Also, I
need to get domains working; a couple of the themes I tried editing
didn't come out right because domains are kinda screwy with my current
code.
But I guess the main thing I'm going to try to do next week is satisfy
my mentor's requirements. After that, I want to work on the
aforementioned internationalization stuff and react to feedback from
testers.
I had no real problems this week. I've got the basic system worked
out. In the past, it's been refactored and rethought to death, but it
seems to be working pretty well now.
[Copied from my local blog <http://zooplah.dyndns.org/soc/2007/08/11/
easier-template-tags-status-update-11/>.]