Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 22:21:18 +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-8@freebsd.org
Subject:   svn commit: r241709 - stable/8/release/doc/en_US.ISO8859-1/installation
Message-ID:  <201210182221.q9IMLIE6034199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer)
Date: Thu Oct 18 22:21:18 2012
New Revision: 241709
URL: http://svn.freebsd.org/changeset/base/241709

Log:
  Convert installation article to XML stanards.
  
  This is a direct commit to stable/8.

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

Modified: stable/8/release/doc/en_US.ISO8859-1/installation/article.sgml
==============================================================================
--- stable/8/release/doc/en_US.ISO8859-1/installation/article.sgml	Thu Oct 18 22:20:02 2012	(r241708)
+++ stable/8/release/doc/en_US.ISO8859-1/installation/article.sgml	Thu Oct 18 22:21:18 2012	(r241709)
@@ -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?201210182221.q9IMLIE6034199>