cvs: peardoc /en/package/datetime/date-holidays example.xml intro.xml
[email protected] ("Ken Guest")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvskguest1199493590@cvsserver> |
kguest Sat Jan 5 00:39:50 2008 UTC
Modified files:
/peardoc/en/package/datetime/date-holidays example.xml intro.xml
Log:
some minor corrections regarding grammar and readability
http://cvs.php.net/viewvc.cgi/peardoc/en/package/datetime/date-holidays/example.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/package/datetime/date-holidays/example.xml
diff -u peardoc/en/package/datetime/date-holidays/example.xml:1.1 peardoc/en/package/datetime/date-holidays/example.xml:1.2
--- peardoc/en/package/datetime/date-holidays/example.xml:1.1 Sun Aug 22 11:37:17 2004
+++ peardoc/en/package/datetime/date-holidays/example.xml Sat Jan 5 00:39:49 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="package.datetime.date-holidays.example">
<refnamediv>
<refname>Example</refname>
@@ -8,7 +8,7 @@
<refsect1 id="package.datetime.date-holidays.example.example1">
<title>Basic example</title>
<para>
- This example shows you, how to calculate the easter
+ This example shows you, how to calculate the Easter
date of 2005.
</para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/datetime/date-holidays/intro.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/datetime/date-holidays/intro.xml
diff -u peardoc/en/package/datetime/date-holidays/intro.xml:1.4 peardoc/en/package/datetime/date-holidays/intro.xml:1.5
--- peardoc/en/package/datetime/date-holidays/intro.xml:1.4 Sat Apr 1 17:08:00 2006
+++ peardoc/en/package/datetime/date-holidays/intro.xml Sat Jan 5 00:39:49 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="package.datetime.date-holidays.intro">
<refnamediv>
<refname>Introduction</refname>
@@ -11,7 +11,7 @@
<title>Introduction</title>
<para>
Date_Holidays is a driver-based holiday calculation package. It helps
- you checking, whether a specific date is a holiday in a specific country
+ you check whether a specific date is a holiday in a specific country
or religion. Furthermore you can calculate the date of any holiday supported
in the driver for the country, region or religion.
</para>
@@ -30,6 +30,9 @@
<para>Jewish, calculates Jewish holidays</para>
</listitem>
<listitem>
+ <para>Ireland, calculates Irish holidays</para>
+ </listitem>
+ <listitem>
<para>Sweden, calculates Swedish holidays</para>
</listitem>
<listitem>
@@ -44,7 +47,7 @@
</itemizedlist>
</para>
<para>
- If you wrote a custom driver for Date_Holidays that could be included in the distribution,
+ If you have written a custom driver for Date_Holidays that could be included in the distribution,
please contact the package maintainers or open a feature request and attach a patch in the
bug tracking tool.
</para>