date_time.xml 2.4 KB

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