1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" 3"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> 4 5<!-- Copyright (c) 2002-2006 Pavol Droba. 6 Subject to the Boost Software License, Version 1.0. 7 (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 8--> 9 10<library name="String Algorithms" dirname="algorithm/string" xmlns:xi="http://www.w3.org/2001/XInclude" 11 id="string_algo" last-revision="$Date$"> 12 <libraryinfo> 13 <author> 14 <firstname>Pavol</firstname> 15 <surname>Droba</surname> 16 </author> 17 18 <copyright> 19 <year>2002</year> 20 <year>2003</year> 21 <year>2004</year> 22 <holder>Pavol Droba</holder> 23 </copyright> 24 25 <legalnotice> 26 <para>Use, modification and distribution is subject to the Boost 27 Software License, Version 1.0. (See accompanying file 28 <filename>LICENSE_1_0.txt</filename> or copy at <ulink 29 url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>) 30 </para> 31 </legalnotice> 32 33 <librarypurpose> 34 A set of generic string-related algorithms and utilities 35 </librarypurpose> 36 <librarycategory name="category:algorithms"/> 37 <librarycategory name="category:string-text"/> 38 </libraryinfo> 39 40 <title>Boost String Algorithms Library</title> 41 <xi:include href="intro.xml"/> 42 <xi:include href="release_notes.xml"/> 43 <xi:include href="usage.xml"/> 44 <xi:include href="quickref.xml"/> 45 <xi:include href="design.xml"/> 46 <xi:include href="concept.xml"/> 47 <xi:include href="autodoc.xml"/> 48 <xi:include href="rationale.xml"/> 49 <xi:include href="environment.xml"/> 50 <xi:include href="credits.xml"/> 51</library> 52 53