<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hebrew Date Plugin Version 0.9 Released</title>
	<atom:link href="http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hebrew-date-plugin-version-09-released</link>
	<description>A weblog about Zmanim, Kosher Coffee (Kosher Java) and other odds &#38; ends</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:11:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mikeage.net &#187; Blog Archive &#187; Wordpress and Hebrew Dates</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-9143</link>
		<dc:creator>mikeage.net &#187; Blog Archive &#187; Wordpress and Hebrew Dates</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-9143</guid>
		<description>[...] modified the Hebrew Dates plugin from KosherJava slightly, so that all configuration data is now stored in the database (not [...]</description>
		<content:encoded><![CDATA[<p>[...] modified the Hebrew Dates plugin from KosherJava slightly, so that all configuration data is now stored in the database (not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-2266</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-2266</guid>
		<description>[Also cross-posted to &lt;a href=&quot;http://mikeage.net&quot; rel=&quot;nofollow&quot;&gt;my blog&lt;/a&gt;]
I&#039;m not sure what else needs to be done; the date does need some work (Internally, I use &lt;code&gt;get_the_date&lt;/code&gt; to get the date/time of the post, and &lt;code&gt;get_comment_date&lt;/code&gt;); I&#039;ll try playing with that.

The other big issue is formatting. At the moment, it&#039;s hard coded as DD MMM YYYY (or something similar for archives). If the entire date is English (numbers + transliteration), it works just fine. If the entire thing is Hebrew, it also works just fine without needed a span/rtl. If, however, we have numbers + Hebrew, it shows up in the wrong order (17 מרחשון 5756) (numbers are weakly directional in the bidi algorithm), and so I add a &lt;code&gt;&lt;span dir=&quot;rtl&quot;&gt;&lt;/code&gt; tag. I&#039;m also not sure there&#039;s a need for Hebrew formatting that&#039;s not either 17 Marchesvan 5767 or 17 מרחשון 5756 (in all Hebrew, it&#039;s of course always ב&#039; מרחשון תשס&quot;ז). I&#039;ve put up a &lt;a href=&quot;http://mikeage.net/content/wordpress/wp-content/uploads/2006/10/hebrewdate.png&quot; rel=&quot;nofollow&quot;&gt;screen shot of the current config options&lt;/a&gt; as well.</description>
		<content:encoded><![CDATA[<p>[Also cross-posted to <a href="http://mikeage.net" rel="nofollow">my blog</a>]<br />
I&#8217;m not sure what else needs to be done; the date does need some work (Internally, I use <code>get_the_date</code> to get the date/time of the post, and <code>get_comment_date</code>); I&#8217;ll try playing with that.</p>
<p>The other big issue is formatting. At the moment, it&#8217;s hard coded as DD MMM YYYY (or something similar for archives). If the entire date is English (numbers + transliteration), it works just fine. If the entire thing is Hebrew, it also works just fine without needed a span/rtl. If, however, we have numbers + Hebrew, it shows up in the wrong order (17 מרחשון 5756) (numbers are weakly directional in the bidi algorithm), and so I add a <code>&lt;span dir="rtl"&gt;</code> tag. I&#8217;m also not sure there&#8217;s a need for Hebrew formatting that&#8217;s not either 17 Marchesvan 5767 or 17 מרחשון 5756 (in all Hebrew, it&#8217;s of course always ב&#8217; מרחשון תשס&#8221;ז). I&#8217;ve put up a <a href="http://mikeage.net/content/wordpress/wp-content/uploads/2006/10/hebrewdate.png" rel="nofollow">screen shot of the current config options</a> as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KosherJava</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-2265</link>
		<dc:creator>KosherJava</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-2265</guid>
		<description>I am very grateful that you picked up development of the plugin. I have not had much time lately to keep it up to date, and it is nice that it is being actively developed. I was new to WordPress and some of the code shows it. The way it parses dates reflected my lack of ability to get to the native unformatted date. If this were ever fixed, it would likely work in other languages as well. There must have been a reason I did it this way, though the reasoning escapes me at the time (I havn&#039;t really looked at it in a long time). Do you have any additional plans for the plugin? Keep me posted. As far as track back, it is probably the overzealous spam filters that prevent them from working, so I am cross posting this to my blog.

KosherJava</description>
		<content:encoded><![CDATA[<p>I am very grateful that you picked up development of the plugin. I have not had much time lately to keep it up to date, and it is nice that it is being actively developed. I was new to WordPress and some of the code shows it. The way it parses dates reflected my lack of ability to get to the native unformatted date. If this were ever fixed, it would likely work in other languages as well. There must have been a reason I did it this way, though the reasoning escapes me at the time (I havn&#8217;t really looked at it in a long time). Do you have any additional plans for the plugin? Keep me posted. As far as track back, it is probably the overzealous spam filters that prevent them from working, so I am cross posting this to my blog.</p>
<p>KosherJava</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-2211</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-2211</guid>
		<description>I&#039;ve been making a bunch of changes to your code, including adding a configuration page and a sunset calculator (to handle evening posts / comments!). I&#039;ve also added some more formatting options. I&#039;ve tried to add your link as a trackback, but it appears never to have made it! My main post is &lt;a href=&quot;http://mikeage.net/2006/10/22/wordpress-and-hebrew-dates/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;: in the comments section, there are a few trackbacks with some later posts of mine detailing the changes.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been making a bunch of changes to your code, including adding a configuration page and a sunset calculator (to handle evening posts / comments!). I&#8217;ve also added some more formatting options. I&#8217;ve tried to add your link as a trackback, but it appears never to have made it! My main post is <a href="http://mikeage.net/2006/10/22/wordpress-and-hebrew-dates/" rel="nofollow">here</a>: in the comments section, there are a few trackbacks with some later posts of mine detailing the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chajm</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1693</link>
		<dc:creator>Chajm</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1693</guid>
		<description>Thank you again...! Interesting that the script does not work again... Somewhere between template&#039;s (I also tried the &quot;default&quot; plugin) and   and the hebrew date plugin script something goes wrong. It is hard to track the &quot;bug&quot; (in fact it is not a bug, more a problem of localisation)...</description>
		<content:encoded><![CDATA[<p>Thank you again&#8230;! Interesting that the script does not work again&#8230; Somewhere between template&#8217;s (I also tried the &#8220;default&#8221; plugin) and   and the hebrew date plugin script something goes wrong. It is hard to track the &#8220;bug&#8221; (in fact it is not a bug, more a problem of localisation)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KosherJava</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1692</link>
		<dc:creator>KosherJava</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1692</guid>
		<description>in the hebrewdate.php file, locate the following line (should be line 44):
$months = array(&quot;january&quot;=&gt;&quot;1&quot;, &quot;february&quot;=&gt;&quot;2&quot;, &quot;march&quot;=&gt;&quot;3&quot;, &quot;april&quot;=&gt;&quot;4&quot;, &quot;may&quot;=&gt;&quot;5&quot;, &quot;june&quot;=&gt;&quot;6&quot;, &quot;july&quot;=&gt;&quot;7&quot;, &quot;august&quot;=&gt;&quot;8&quot;, &quot;september&quot;=&gt;&quot;9&quot;, &quot;october&quot;=&gt;&quot;10&quot;, &quot;november&quot;=&gt;&quot;11&quot;, &quot;december&quot;=&gt;&quot;12&quot;);

and replace the month names with the German ones. You can use the lower case month names.</description>
		<content:encoded><![CDATA[<p>in the hebrewdate.php file, locate the following line (should be line 44):<br />
$months = array(&#8220;january&#8221;=>&#8221;1&#8243;, &#8220;february&#8221;=>&#8221;2&#8243;, &#8220;march&#8221;=>&#8221;3&#8243;, &#8220;april&#8221;=>&#8221;4&#8243;, &#8220;may&#8221;=>&#8221;5&#8243;, &#8220;june&#8221;=>&#8221;6&#8243;, &#8220;july&#8221;=>&#8221;7&#8243;, &#8220;august&#8221;=>&#8221;8&#8243;, &#8220;september&#8221;=>&#8221;9&#8243;, &#8220;october&#8221;=>&#8221;10&#8243;, &#8220;november&#8221;=>&#8221;11&#8243;, &#8220;december&#8221;=>&#8221;12&#8243;);</p>
<p>and replace the month names with the German ones. You can use the lower case month names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chajm</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1691</link>
		<dc:creator>Chajm</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1691</guid>
		<description>Sorry for posting again: There was an error I didn&#039;t noticed because I set up the wordpress blog in August. As long as the english and the german name for the months are the same, everything works fine: August, september but when it comes to &quot;german-only&quot;, the script produces the 1970 thing. May I change the plug-in code to &quot;translate&quot; the script? Maybe that would be the best &quot;workaround&quot;...</description>
		<content:encoded><![CDATA[<p>Sorry for posting again: There was an error I didn&#8217;t noticed because I set up the wordpress blog in August. As long as the english and the german name for the months are the same, everything works fine: August, september but when it comes to &#8220;german-only&#8221;, the script produces the 1970 thing. May I change the plug-in code to &#8220;translate&#8221; the script? Maybe that would be the best &#8220;workaround&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chajm</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1690</link>
		<dc:creator>Chajm</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1690</guid>
		<description>Thanks again ... Maybe that&#039;s it... I&#039;ll check the posting regarding an italian version of a website (somewhere on kosherjava). Maybe it helps...</description>
		<content:encoded><![CDATA[<p>Thanks again &#8230; Maybe that&#8217;s it&#8230; I&#8217;ll check the posting regarding an italian version of a website (somewhere on kosherjava). Maybe it helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KosherJava</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1689</link>
		<dc:creator>KosherJava</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1689</guid>
		<description>Actually the issue is probably the parsing of the K in Oktober. I will have a look at it later today, but don&#039;t expect a quick turnaround.</description>
		<content:encoded><![CDATA[<p>Actually the issue is probably the parsing of the K in Oktober. I will have a look at it later today, but don&#8217;t expect a quick turnaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chajm</title>
		<link>http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/comment-page-1/#comment-1688</link>
		<dc:creator>Chajm</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kosherjava.com/2005/08/15/hebrew-date-plugin-version-09-released/#comment-1688</guid>
		<description>That was a very fast answer! Thanks!
The thing is: Everything worked fine before october... but I`ll check with the default theme...</description>
		<content:encoded><![CDATA[<p>That was a very fast answer! Thanks!<br />
The thing is: Everything worked fine before october&#8230; but I`ll check with the default theme&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

