<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on gDate2Cal 0.1 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/11078</link>
    <description>Recent comments on userscript: gDate2Cal 0.1</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Fabrizio</title>
      <description>&lt;p&gt;I modified the first few lines to add italian, then I got too lazy, seeing how hard would have been for me to add the date format suggested by Ash...
&lt;br /&gt;anyhow, this is my contribute...&lt;/p&gt;

&lt;p&gt;var aRegExpMonthsEn = 'January|February|March|April|May|June|July|August|September|October|November|December';
&lt;br /&gt;var aRegExpMonthsNl = 'Januari|Februari|Maart|April|Mei|Juni|Juli|Augustus|September|Oktober|November|December';
&lt;br /&gt;var aRegExpMonthsIt = 'Gennaio|Febbraio|Marzo|Aprile|Maggio|Giugno|Luglio|Agosto|Settembre|Ottobre|Novembre|Dicembre';&lt;/p&gt;

&lt;p&gt;var getMonthByStr = function(strMonth) {	
&lt;br /&gt;	if(strMonth == 'January' || strMonth == 'Januari' || strMonth == 'january' || strMonth == 'januari'|| strMonth == 'Gennaio'|| strMonth == 'gennaio')			return '1';
&lt;br /&gt;	if(strMonth == 'February' || strMonth == 'Februari' || strMonth == 'february' || strMonth == 'februari' || strMonth == 'Febbraio'|| strMonth == 'febbraio')			return '2';	
&lt;br /&gt;	if(strMonth == 'March' || strMonth == 'Maart' || strMonth == 'march' || strMonth == 'maart' || strMonth == 'Marzo' || strMonth == 'marzo') 				return '3';
&lt;br /&gt;	if(strMonth == 'April' || strMonth == 'april' || strMonth == 'Aprile'|| strMonth == 'aprile') 									return '4';	
&lt;br /&gt;	if(strMonth == 'May' || strMonth == 'Mei' || strMonth == 'may' || strMonth == 'mei' || strMonth == 'Maggio'|| strMonth == 'maggio')					return '5';
&lt;br /&gt;	if(strMonth == 'June' || strMonth == 'Juni' || strMonth == 'june' || strMonth == 'juni' || strMonth == 'Giugno'|| strMonth == 'giugno')					return '6';
&lt;br /&gt;	if(strMonth == 'July'  || strMonth == 'Juli' || strMonth == 'july'  || strMonth == 'juli' || strMonth == 'Luglio'|| strMonth == 'luglio')				return '7';	
&lt;br /&gt;	if(strMonth == 'August' || strMonth == 'Augustus' || strMonth == 'august' || strMonth == 'augustus' || strMonth == 'Agosto'|| strMonth == 'agosto')			return '8';	
&lt;br /&gt;	if(strMonth == 'September' || strMonth == 'september' || strMonth == 'Settembre'|| strMonth == 'settembre')							 	return '9';
&lt;br /&gt;	if(strMonth == 'October' || strMonth == 'Oktober' || strMonth == 'october' || strMonth == 'oktober' || strMonth == 'Ottobre'|| strMonth == 'ottobre')			return '10';
&lt;br /&gt;	if(strMonth == 'November' || strMonth == 'november' || strMonth == 'Novembre'|| strMonth == 'novembre')								return '11';
&lt;br /&gt;	if(strMonth == 'December' || strMonth == 'dedember' || strMonth == 'Dicembre'|| strMonth == 'dicembre')							 	return '12';
&lt;br /&gt;}&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jan 2008 06:46:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14722:59838</guid>
      <author>Fabrizio</author>
      <link>http://userscripts.org/posts/59838</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nathan Sudds</title>
      <description>&lt;p&gt;This is definitely a helpful script, is there a way to prevent the script from converting dates in links though?  I find that url's containing dates become &quot;broken&quot; causing email newsletters etc, to be jumbled like this...&lt;/p&gt;

&lt;p&gt;Manuel Amador has detailed why he believes 2007/12/11/removal-of-ogg-vorbis-and-theora-from-html5-an-outrageous-disaster/&quot; target=&quot;_blank&quot; onclick=&quot;return top.js.OpenExtLink(window,event,this)&quot;&gt;the decision to omit these open formats to be an &#8220;outrageous disaster:&#8221;
&lt;br /&gt;(from a &lt;a href=&quot;http://www.sitepoint.com&quot;&gt;www.sitepoint.com&lt;/a&gt; newsletter)&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:33:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14722:59839</guid>
      <author>Nathan Sudds</author>
      <link>http://userscripts.org/posts/59839</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ash Styles</title>
      <description>&lt;p&gt;How about (UK style):
&lt;br /&gt;01/12/2007 (dd/mm/yyyy)
&lt;br /&gt;01/12      (dd/mm)
&lt;br /&gt;1/12/2007  (d/mm/yyyy)
&lt;br /&gt;1/12       (d/mm)
&lt;br /&gt;1/12/07    (d/mm/yy)
&lt;br /&gt;and the same with hyphens instead of slashes?&lt;/p&gt;</description>
      <pubDate>Sun, 09 Dec 2007 10:01:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14722:59840</guid>
      <author>Ash Styles</author>
      <link>http://userscripts.org/posts/59840</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14722:59837</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/59837</link>
    </item>
  </channel>
</rss>
