]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/doc/xml/spine.xml
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / doc / xml / spine.xml
index 32f970a2c11c1f0ba4791d60d9766ebab4c2b661..8edd3373d1f99f5cfc3ba88e39f076f77238c7df 100644 (file)
@@ -1,47 +1,75 @@
-<?xml version='1.0'?>
-<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 
-[
-<!ENTITY authors SYSTEM "authors.xml"> 
-<!ENTITY license SYSTEM "license.xml"> 
-]>
-
-<set id="set-index" xreflabel="The GNU C++ Library Documentation">
-<?dbhtml filename="spine.html"?>
-<title>The GNU C++ Library Documentation</title>
-
-<setinfo>
-  <copyright>
-    <year>2000</year>
-    <year>2001</year>
-    <year>2002</year>
-    <year>2003</year>
-    <year>2004</year>
-    <year>2005</year>
-    <year>2006</year>
-    <year>2007</year>
-    <year>2008</year>
-    <holder>
-      <ulink url="http://fsf.org">FSF</ulink>
-    </holder>
-  </copyright>
-  &authors;
-</setinfo>
+<set xmlns="http://docbook.org/ns/docbook" version="5.0"
+     xml:id="set-index"
+     xreflabel="The GNU C++ Library">
+<title>The GNU C++ Library</title>
+<?dbhtml filename="index.html"?>
+
+<info>
+  <keywordset>
+    <keyword>ISO C++</keyword>
+    <keyword>runtime</keyword>
+    <keyword>library</keyword>
+  </keywordset>
+  <abstract xml:id="contents">
+    <title>Short Contents</title>
+
+    <para>
+      Copyright (C) 2008-2017
+      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org/">FSF
+      </link>
+    </para>
+
+    <para>
+      Permission is granted to copy, distribute and/or modify this
+      document under the terms of the GNU Free Documentation
+      License, Version 1.2 or any later version published by the
+      Free Software Foundation; with no Invariant Sections, with no
+      Front-Cover Texts, and with no Back-Cover Texts.
+    </para>
+
+    <para>
+      This is the top level of the libstdc++ documentation set.  The
+      documentation is divided into the following three sections.
+    </para>
+
+    <para>
+      <itemizedlist>
+
+       <listitem>
+         <para>
+           <link linkend="manual">Manual</link>
+         </para>
+       </listitem>
+
+       <listitem>
+         <para>
+           <link linkend="faq">Frequently Asked Questions</link>
+         </para>
+       </listitem>
+
+       <listitem>
+         <para>
+           <link linkend="api">API and Source Documentation</link>
+         </para>
+       </listitem>
+
+      </itemizedlist>
+    </para>
+
+  </abstract>
+</info>
 
 
 <!-- User Manual -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-           href="manual/spine.xml" parse="xml">
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="manual/spine.xml" parse="xml">
 </xi:include>
 
 <!-- Source Level Documentation-->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-           href="api.xml" parse="xml">
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="api.xml" parse="xml">
 </xi:include>
 
 <!-- FAQ -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-           href="faq.xml" parse="xml">
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" parse="xml">
 </xi:include>
 
 </set>