68e74fee37
[SVN r29538]
71 lines
2.4 KiB
XML
71 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"../../../tools/boostbook/dtd/boostbook.dtd">
|
|
|
|
<library name="Date Time" dirname="date_time"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="date_time"
|
|
last-revision="$Date$">
|
|
<libraryinfo>
|
|
<author>
|
|
<firstname>Jeff</firstname>
|
|
<surname>Garland</surname>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<holder>CrystalClear Software, Inc</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>Subject to the Boost Software License, Version 1.0. (See accompanying file
|
|
<filename>LICENSE_1_0.txt</filename> or copy at <ulink
|
|
url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para>
|
|
</legalnotice>
|
|
|
|
<librarypurpose>A set of facilities to ease programming with dates and times.
|
|
</librarypurpose>
|
|
<librarycategory name="category:misc"/>
|
|
</libraryinfo>
|
|
|
|
<title>Boost.Date_Time</title>
|
|
<!-- <section id="date_time.intro"> -->
|
|
<bridgehead renderas="sect2">Introduction</bridgehead>
|
|
|
|
<para>
|
|
A set of date-time libraries based on generic programming concepts.
|
|
</para>
|
|
|
|
<para>This documentation is also available in PDF format. It can be found at:
|
|
<simplelist type="horiz" columns="1">
|
|
<member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/date_time.pdf" /></member>
|
|
</simplelist>
|
|
In addition, a full doxygen reference can be found at:
|
|
<simplelist type="horiz" columns="1">
|
|
<member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/ref_guide/index.html" /></member>
|
|
</simplelist>
|
|
The most current version of the documentation can be found at:
|
|
<simplelist type="horiz" columns="1">
|
|
<member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/index.html" /></member>
|
|
</simplelist>
|
|
</para>
|
|
<!-- </section> -->
|
|
|
|
<xi:include href="conceptual.xml"/>
|
|
<xi:include href="usage_examples.xml"/>
|
|
<xi:include href="gregorian.xml"/>
|
|
<xi:include href="posix_time.xml"/>
|
|
<xi:include href="local_time.xml"/>
|
|
<xi:include href="date_time_io.xml"/>
|
|
<xi:include href="serialization.xml" />
|
|
<xi:include href="details.xml"/>
|
|
<xi:include href="examples.xml"/>
|
|
<xi:include href="doxy.xml"/>
|
|
<!-- add more sections here -->
|
|
<!-- <xi:include href="local_date_time.xml"/> -->
|
|
|
|
</library>
|