Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/date_time/xmldoc/date_time.xml @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3"../../../tools/boostbook/dtd/boostbook.dtd">
4
5<library name="Date Time" dirname="date_time" 
6         xmlns:xi="http://www.w3.org/2001/XInclude" id="date_time" 
7         last-revision="$Date: 2005/06/12 20:53:10 $">
8<libraryinfo>
9  <author>
10    <firstname>Jeff</firstname>
11    <surname>Garland</surname>
12  </author>
13
14  <copyright>
15    <year>2001</year>
16    <year>2002</year>
17    <year>2003</year>
18    <year>2004</year>
19    <year>2005</year>
20    <holder>CrystalClear Software, Inc</holder>
21  </copyright>
22
23  <legalnotice>
24    <para>Subject to the Boost Software License, Version 1.0. (See accompanying file
25    <filename>LICENSE_1_0.txt</filename> or copy at <ulink
26    url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para>
27  </legalnotice>
28
29  <librarypurpose>A set of facilities to ease programming with dates and times.
30  </librarypurpose>
31  <librarycategory name="category:misc"/>
32</libraryinfo>
33
34<title>Boost.Date_Time</title>
35<!-- <section id="date_time.intro"> -->
36  <bridgehead renderas="sect2">Introduction</bridgehead>
37         
38  <para>
39    A set of date-time libraries based on generic programming concepts.
40  </para>
41
42  <para>This documentation is also available in PDF format. It can be found at:
43    <simplelist type="horiz" columns="1">
44      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/date_time.pdf" /></member>
45    </simplelist>
46    In addition, a full doxygen reference can be found at:
47    <simplelist type="horiz" columns="1">
48      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/ref_guide/index.html" /></member>
49    </simplelist>
50    The most current version of the documentation can be found at:
51    <simplelist type="horiz" columns="1">
52      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/index.html" /></member>
53    </simplelist>
54  </para>
55  <!-- </section> -->
56
57   <xi:include href="conceptual.xml"/> 
58   <xi:include href="usage_examples.xml"/> 
59   <xi:include href="gregorian.xml"/> 
60   <xi:include href="posix_time.xml"/> 
61   <xi:include href="local_time.xml"/> 
62   <xi:include href="date_time_io.xml"/> 
63   <xi:include href="serialization.xml" />
64   <xi:include href="details.xml"/> 
65   <xi:include href="examples.xml"/> 
66   <xi:include href="doxy.xml"/>
67<!-- add more sections here -->
68<!--  <xi:include href="local_date_time.xml"/>   -->
69
70</library>
Note: See TracBrowser for help on using the repository browser.