Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 16:49:57 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r240663 - stable/9/release/doc/en_US.ISO8859-1/installation
Message-ID:  <201209181649.q8IGnvmK027506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer)
Date: Tue Sep 18 16:49:57 2012
New Revision: 240663
URL: http://svn.freebsd.org/changeset/base/240663

Log:
  Convert installation article to XML stanards.
  This commit should be the final fix for the 9-STABLE release build.
  
  This is a direct commit to stable/9.

Modified:
  stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml

Modified: stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml	Tue Sep 18 16:39:04 2012	(r240662)
+++ stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml	Tue Sep 18 16:49:57 2012	(r240663)
@@ -1,9 +1,15 @@
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
-%articles.ent;
+<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN">
+%entities;
 
 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
 %release;
+
+<!-- Text constants which probably don't need to be changed.-->
+
+<!ENTITY % include.historic "IGNORE">
+<!ENTITY % no.include.historic "IGNORE">
 ]>
 
 <article>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209181649.q8IGnvmK027506>