<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/libhdate/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 10 Jun 2022 10:03:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libhdate/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/libhdate/wiki/Home/?limit=25#a90b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Done. Thank you.  Fixed. The 'master' branch had been renamed to 'main'. Also, FYI, the repository is also available on github (and just this second I'm not certain whether the github version is ahead a few commits of this sourceforge version, and I have to rush on something else)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Fri, 10 Jun 2022 10:03:12 -0000</pubDate><guid>https://sourceforge.net6c9690e586ece2909a194c0c8a33bc981d901b50</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -12,7 +12,7 @@
 &lt;pre&gt;&lt;code&gt;# select a place to put the download
 mkdir foobar &amp;amp;&amp;amp; cd foobar
 # download the material using git
-git clone --branch=master --depth=1 https://git.code.sf.net/p/libhdate/git libhdate-git
+git clone --branch=main --depth=1 https://git.code.sf.net/p/libhdate/git libhdate-git
 &lt;/code&gt;&lt;/pre&gt;

 The project had in the past used different version control software, and that old data is, for the meantime, still accessible; however, the entire commit history &lt;i&gt;should&lt;/i&gt; have been migrated to the git repository. Anyway, for reference, here's the obsolete svn repository information:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Fri, 10 Jun 2022 10:00:13 -0000</pubDate><guid>https://sourceforge.netbe1a96647d365f15dbe80291168ee6b715fb0d2d</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/libhdate/wiki/Home/?limit=25#9353</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Need to update to &lt;code&gt;git clone --branch=master&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cherniavsky Beni</dc:creator><pubDate>Fri, 10 Jun 2022 07:38:08 -0000</pubDate><guid>https://sourceforge.net3138d6f101697c6a0f5def6793493904a32bc6be</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -12,7 +12,7 @@
 &lt;pre&gt;&lt;code&gt;# select a place to put the download
 mkdir foobar &amp;amp;&amp;amp; cd foobar
 # download the material using git
-git clone --branch=master --depth=1 https://boruch-baum@git.code.sf.net/p/libhdate/git libhdate-git
+git clone --branch=master --depth=1 https://git.code.sf.net/p/libhdate/git libhdate-git
 &lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The project had in the past used different version control software, and that old data is, for the meantime, still accessible; however, the entire commit history &lt;i&gt;should&lt;/i&gt; have been migrated to the git repository. Anyway, for reference, here's the obsolete svn repository information:&lt;br/&gt;
&lt;/p&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 23:32:37 -0000</pubDate><guid>https://sourceforge.nete1a32acc0617d8641b223ca035d04571e5fd087b</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -7,7 +7,7 @@

 The latest and greatest &lt;u&gt;stable&lt;/u&gt; release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt; here&lt;/a&gt;  (thanks, Lior Kaplan). Otherwise, version 1.6.02, is available for all as a source tarball &lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.

-The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout.  From the command line, run:
+The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git. You can browse the git repository online &lt;a href="https://sourceforge.net/p/libhdate/git/ci/master/tree/"&gt;here&lt;/a&gt; and use the web interface to download a snapshot. Alternatively, you can perform a git checkout from the command line. For that,, run:

 &lt;pre&gt;&lt;code&gt;# select a place to put the download
 mkdir foobar &amp;amp;&amp;amp; cd foobar
&lt;/code&gt;&lt;/pre&gt;&lt;code&gt;


&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 23:30:19 -0000</pubDate><guid>https://sourceforge.net222cb5f641881950a39a20dee7872a75579827b9</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -5,7 +5,7 @@
 &lt;h2&gt;How do I get the latest and greatest version?&lt;/h2&gt;
 libhdate has been a stable, finished product for many years, but is still getting further development (2018) The most recent, bleeding-edge, development build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout (see below).

-The latest and greatest &lt;u&gt;stable&lt;/u&gt; release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt;  (thanks, Lior Kaplan). Otherwise, version 1.6.02, is available for all as a source tarball &lt;/a&gt;&lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.
+The latest and greatest &lt;u&gt;stable&lt;/u&gt; release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt; here&lt;/a&gt;  (thanks, Lior Kaplan). Otherwise, version 1.6.02, is available for all as a source tarball &lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.

 The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout.  From the command line, run:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 23:23:19 -0000</pubDate><guid>https://sourceforge.netf0daa877364f939b7d6c98ecc1b28c8055bcd65c</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -3,7 +3,7 @@
 libhdate is a C library for Hebrew calendar information, including dates, holidays, and times of day. The package includes: hcal, a command line Hebrew calendar program; hdate, a command line program for date and times of day information; and a collection of library bindings to other programming languages (C++, pascal, python, perl, ruby, php). There are also some snippets and scripts written in the binding languages. &lt;a href="http://code.google.com/p/libhdate-glib/" rel="nofollow"&gt;Libhdate-Glib&lt;/a&gt; is a gobject wrapper for libhdate.

 &lt;h2&gt;How do I get the latest and greatest version?&lt;/h2&gt;
-libhdate has been a stable, finished product for many years, but is still getting further development (2018) The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout (see below).
+libhdate has been a stable, finished product for many years, but is still getting further development (2018) The most recent, bleeding-edge, development build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout (see below).

 The latest and greatest &lt;u&gt;stable&lt;/u&gt; release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt;  (thanks, Lior Kaplan). Otherwise, version 1.6.02, is available for all as a source tarball &lt;/a&gt;&lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 23:22:26 -0000</pubDate><guid>https://sourceforge.net22fad2becb54111502a0ac2d32b08ce61bc26bf4</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -3,9 +3,9 @@
 libhdate is a C library for Hebrew calendar information, including dates, holidays, and times of day. The package includes: hcal, a command line Hebrew calendar program; hdate, a command line program for date and times of day information; and a collection of library bindings to other programming languages (C++, pascal, python, perl, ruby, php). There are also some snippets and scripts written in the binding languages. &lt;a href="http://code.google.com/p/libhdate-glib/" rel="nofollow"&gt;Libhdate-Glib&lt;/a&gt; is a gobject wrapper for libhdate.

 &lt;h2&gt;How do I get the latest and greatest version?&lt;/h2&gt;
-The latest and greatest stable release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt; If your distribution is compatible with Debian, you should be able to use the Debian package (currently only version 1.6.02), available &lt;/a&gt;&lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt;here&lt;/a&gt; (thanks, Lior Kaplan).
+libhdate has been a stable, finished product for many years, but is still getting further development (2018) The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout (see below).

-Version 1.6.02, is available for all as a source tarball &lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.
+The latest and greatest &lt;u&gt;stable&lt;/u&gt; release of libhdate is version 1.6.02, released January 02, 2013. If your distribution maintains a packaged version of libhdate, it's always recommended to download and install the package using your distribution's package manager from your distribution's repository. If your distribution doesn't have a copy of version 1.6.02, and your distribution is compatible with Debian, you should be able to use the Debian package, available &lt;a href="http://packages.debian.org/wheezy/libhdate1" rel="nofollow"&gt;  (thanks, Lior Kaplan). Otherwise, version 1.6.02, is available for all as a source tarball &lt;/a&gt;&lt;a href="https://sourceforge.net/projects/libhdate/files/latest/download"&gt;here&lt;/a&gt;. Download the file, unpack it, and follow the instructions in the INSTALL readme file.

 The most recent, bleeding-edge, &lt;u&gt;development&lt;/u&gt; build is also available, with all it's snazzy new features (and possible bugs and hiccups), via git checkout.  From the command line, run:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 23:21:42 -0000</pubDate><guid>https://sourceforge.net78a7ce52b110952da3eab76ee49e271ecb1a9b73</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -34,23 +34,23 @@

 Thanks to &lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt; for writing the original library, based upon source code from &lt;b&gt;Amos Shapir&lt;/b&gt;'s hdate package as fixed and patched by &lt;b&gt;Nadav Har'El&lt;/b&gt;.  Since 2011, maintenance and development is by &lt;b&gt;Boruch Baum&lt;/b&gt;.

-    *&lt;b&gt;Amos Shapir&lt;/b&gt;: Code for date conversion.
-    *&lt;b&gt;Zvi Har'El&lt;/b&gt;: Tables for the Torah reading sequence.
-    *&lt;b&gt;Petr Tomasek&lt;/b&gt;: Use of julian.
-    *&lt;b&gt;Michael Kaminsky&lt;/b&gt;: Diaspora holidays fixes.
-    *&lt;a href="http://dosilinux.wordpress.com/" rel="nofollow"&gt;Moshe Wagner&lt;/a&gt;: Diaspora readings fixes.
+* &lt;b&gt;Amos Shapir&lt;/b&gt;: Code for date conversion.
+* &lt;b&gt;Zvi Har'El&lt;/b&gt;: Tables for the Torah reading sequence.
+* &lt;b&gt;Petr Tomasek&lt;/b&gt;: Use of julian.
+* &lt;b&gt;Michael Kaminsky&lt;/b&gt;: Diaspora holidays fixes.
+* &lt;a href="http://dosilinux.wordpress.com/" rel="nofollow"&gt;Moshe Wagner&lt;/a&gt;: Diaspora readings fixes.

 &lt;h3&gt;Bindings:&lt;/h3&gt;

-    *&lt;a href="http://idkn.wordpress.com/" rel="nofollow"&gt;Ido Kanner&lt;/a&gt;: Free Pascal.
-    *&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: Python, Perl, Ruby, PHP.
+* &lt;a href="http://idkn.wordpress.com/" rel="nofollow"&gt;Ido Kanner&lt;/a&gt;: Free Pascal.
+* &lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: Python, Perl, Ruby, PHP.

 &lt;h3&gt;Translations:&lt;/h3&gt;

-    *&lt;a href="http://users.actcom.co.il/~oron/index.html" rel="nofollow"&gt;Peled Esti&lt;/a&gt;: Spanish.
-    *&lt;b&gt;Boris Peterberg&lt;/b&gt;: Russian.
-    *&lt;b&gt;Daniel Nylander&lt;/b&gt;: Swedish.
-    *&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: French, Hebrew.
+* &lt;a href="http://users.actcom.co.il/~oron/index.html" rel="nofollow"&gt;Peled Esti&lt;/a&gt;: Spanish.
+* &lt;b&gt;Boris Peterberg&lt;/b&gt;: Russian.
+* &lt;b&gt;Daniel Nylander&lt;/b&gt;: Swedish.
+* &lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: French, Hebrew.

 &lt;h2&gt;Contact&lt;/h2&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 04:05:43 -0000</pubDate><guid>https://sourceforge.net2a941053b9c099816e2e6fce16a4d65570bede91</guid></item><item><title>Home modified by Boruch Baum</title><link>https://sourceforge.net/p/libhdate/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -34,29 +34,23 @@

 Thanks to &lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt; for writing the original library, based upon source code from &lt;b&gt;Amos Shapir&lt;/b&gt;'s hdate package as fixed and patched by &lt;b&gt;Nadav Har'El&lt;/b&gt;.  Since 2011, maintenance and development is by &lt;b&gt;Boruch Baum&lt;/b&gt;.

-    &lt;ul&gt;
-    &lt;li&gt;&lt;b&gt;Amos Shapir&lt;/b&gt;: Code for date conversion.
-    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Zvi Har'El&lt;/b&gt;: Tables for the Torah reading sequence.
-    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Petr Tomasek&lt;/b&gt;: Use of julian.
-    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Michael Kaminsky&lt;/b&gt;: Diaspora holidays fixes.
-    &lt;/li&gt;&lt;li&gt;&lt;a href="http://dosilinux.wordpress.com/" rel="nofollow"&gt;Moshe Wagner&lt;/a&gt;: Diaspora readings fixes.
-    &lt;/li&gt;&lt;/ul&gt;
+    *&lt;b&gt;Amos Shapir&lt;/b&gt;: Code for date conversion.
+    *&lt;b&gt;Zvi Har'El&lt;/b&gt;: Tables for the Torah reading sequence.
+    *&lt;b&gt;Petr Tomasek&lt;/b&gt;: Use of julian.
+    *&lt;b&gt;Michael Kaminsky&lt;/b&gt;: Diaspora holidays fixes.
+    *&lt;a href="http://dosilinux.wordpress.com/" rel="nofollow"&gt;Moshe Wagner&lt;/a&gt;: Diaspora readings fixes.

 &lt;h3&gt;Bindings:&lt;/h3&gt;

-    &lt;ul&gt;
-    &lt;li&gt;&lt;a href="http://idkn.wordpress.com/" rel="nofollow"&gt;Ido Kanner&lt;/a&gt;: Free Pascal.
-    &lt;/li&gt;&lt;li&gt;&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: Python, Perl, Ruby, PHP.
-    &lt;/li&gt;&lt;/ul&gt;
+    *&lt;a href="http://idkn.wordpress.com/" rel="nofollow"&gt;Ido Kanner&lt;/a&gt;: Free Pascal.
+    *&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: Python, Perl, Ruby, PHP.

 &lt;h3&gt;Translations:&lt;/h3&gt;

-    &lt;ul&gt;
-    &lt;li&gt;&lt;a href="http://users.actcom.co.il/~oron/index.html" rel="nofollow"&gt;Peled Esti&lt;/a&gt;: Spanish.
-    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Boris Peterberg&lt;/b&gt;: Russian.
-    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Daniel Nylander&lt;/b&gt;: Swedish.
-    &lt;/li&gt;&lt;li&gt;&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: French, Hebrew.
-    &lt;/li&gt;&lt;/ul&gt;
+    *&lt;a href="http://users.actcom.co.il/~oron/index.html" rel="nofollow"&gt;Peled Esti&lt;/a&gt;: Spanish.
+    *&lt;b&gt;Boris Peterberg&lt;/b&gt;: Russian.
+    *&lt;b&gt;Daniel Nylander&lt;/b&gt;: Swedish.
+    *&lt;a href="http://linmagazine.co.il/kzamir" rel="nofollow"&gt;Yaacov Zamir&lt;/a&gt;: French, Hebrew.

 &lt;h2&gt;Contact&lt;/h2&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boruch Baum</dc:creator><pubDate>Mon, 20 Aug 2018 04:01:16 -0000</pubDate><guid>https://sourceforge.net1d425d298a7db7f493a789a4a2963844afac2653</guid></item></channel></rss>