jimw            Mon Apr 22 14:43:45 2002 EDT

  Modified files:              
    /phpdoc/entities    global.ent 
    /phpdoc/en/reference/calendar       reference.xml 
  Log:
  link to page that explains the julian day count in more detail
  
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.18 phpdoc/entities/global.ent:1.19
--- phpdoc/entities/global.ent:1.18     Wed Apr 10 04:01:18 2002
+++ phpdoc/entities/global.ent  Mon Apr 22 14:43:45 2002
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.18 2002/04/10 08:01:18 georg Exp $
+ $Id: global.ent,v 1.19 2002/04/22 18:43:45 jimw Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -16,6 +16,7 @@
 <!ENTITY url.bcmath "http://www.php.net/extra/number4.tar.gz";>
 <!ENTITY url.bzip2 "http://sources.redhat.com/bzip2/";>
 <!ENTITY url.calendar "http://genealogy.org/~scottlee/cal-overview.html";>
+<!ENTITY url.calendar.jd "http://serendipity.magnet.ch/hermetic/cal_stud/jdn.htm";>
 <!ENTITY url.calendar.time 
"http://www.fortunecity.de/parkalleen/goldschmied/17/z1.htm";>
 <!ENTITY url.cert 
"http://www.cert.org/advisories/CA-96.11.interpreters_in_cgi_bin_dir.html";>
 <!ENTITY url.cdb "http://cr.yp.to/cdb.html";>
Index: phpdoc/en/reference/calendar/reference.xml
diff -u phpdoc/en/reference/calendar/reference.xml:1.3 
phpdoc/en/reference/calendar/reference.xml:1.4
--- phpdoc/en/reference/calendar/reference.xml:1.3      Fri Apr 19 09:50:15 2002
+++ phpdoc/en/reference/calendar/reference.xml  Mon Apr 22 14:43:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.calendar">
   <title>Calendar functions</title>
   <titleabbrev>Calendar</titleabbrev>
@@ -8,16 +8,16 @@
     &reftitle.intro;
     <para>
      The calendar extension presents a series of functions to simplify
-     converting between different calendar formats.  The intermediary
-     or standard it is based on is the Julian Day Count.  The Julian
-     Day Count is a count of days starting way earlier than any date
-     most people would need to track (somewhere around 4000bc).  To
-     convert between calendar systems, you must first convert to Julian
-     Day Count, then to the calendar system of your choice.  Julian Day
-     Count is very different from the Julian Calendar!  For more
+     converting between different calendar formats.  The intermediary or
+     standard it is based on is the Julian Day Count.  The Julian Day Count is
+     a count of days starting from January 1st, 4713 B.C.  To convert between
+     calendar systems, you must first convert to Julian Day Count, then to the
+     calendar system of your choice.  Julian Day Count is very different from
+     the Julian Calendar! For more information on Julian Day Count, visit
+     <ulink url="&url.calendar.jd;">&url.calendar.jd;</ulink>. For more
      information on calendar systems visit <ulink
-     url="&url.calendar;">&url.calendar;</ulink>.  Excerpts from this
-     page are included in these instructions, and are in quotes.
+     url="&url.calendar;">&url.calendar;</ulink>.  Excerpts from this page are
+     included in these instructions, and are in quotes.
     </para>
    </section>
    <section id="calendar.installation">


Reply via email to