web/html/docs/beta/fedora-install-guide-en ch-rootpassword.php, 1.6, 1.7 ch-timezone.php, 1.6, 1.7 sn-utc.php, 1.4, 1.5

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Thu May 19 22:45:24 UTC 2005


Author: kwade

Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16476

Modified Files:
	ch-rootpassword.php ch-timezone.php sn-utc.php 
Log Message:
These files are not being converted by the docbookhtml2php.py script, not worth troubleshooting yet but there is a consistent problem with these three files.


Index: ch-rootpassword.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/ch-rootpassword.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ch-rootpassword.php	18 May 2005 23:34:00 -0000	1.6
+++ ch-rootpassword.php	19 May 2005 22:45:21 -0000	1.7
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 11. Set the Root Password</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.php" title="Fedora Core 4 Installation Guide BETA"><link rel="up" href="index.php" title="Fedora Core 4 Installation Guide BETA"><link rel="previous" href="sn-utc.php" title="10.2. Universal Co-ordinated Time (UTC)"><link rel="next" href="ch-packageselection.php" title="Chapter 12. Package Selection"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Set the Root Password</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-utc.php">Prev</a> </td><th width="60%" align="center"> </!
th><td width="20%" align="right"> <a accesskey="n" href="ch-packageselection.php">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-rootpassword"></a>Chapter 11. Set the Root Password</h2></div></div><div></div></div><p>
+<?
+
+include("site.inc");
+$template = new Page;
+$template->initCommon(); 
+$template->displayHeader();
+
+?>
+
+<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Set the Root Password</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-utc.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch-packageselection.php">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-rootpassword"></a>Chapter 11. Set the Root Password</h2></div></div><div></div></div><p>
     Fedora uses a special account named <a class="indexterm" name="id2522945"></a> <i class="firstterm"><tt class="systemitem">root</tt></i> for system
     administration. The <tt class="systemitem">root</tt>
     account on every Linux system is only limited by SELinux.  It is not


Index: ch-timezone.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/ch-timezone.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ch-timezone.php	18 May 2005 23:34:00 -0000	1.6
+++ ch-timezone.php	19 May 2005 22:45:21 -0000	1.7
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 10. Time Zone Selection</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.php" title="Fedora Core 4 Installation Guide BETA"><link rel="up" href="index.php" title="Fedora Core 4 Installation Guide BETA"><link rel="previous" href="sn-selinux.php" title="9.2. SELinux"><link rel="next" href="sn-utc.php" title="10.2. Universal Co-ordinated Time (UTC)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 10. Time Zone Selection</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-selinux.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right!
"> <a accesskey="n" href="sn-utc.php">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-timezone"></a>Chapter 10. Time Zone Selection</h2></div></div><div></div></div><p>
+<?
+
+include("site.inc");
+$template = new Page;
+$template->initCommon(); 
+$template->displayHeader();
+
+?>
+
+<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 10. Time Zone Selection</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-selinux.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="sn-utc.php">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-timezone"></a>Chapter 10. Time Zone Selection</h2></div></div><div></div></div><p>
     This screen allows you to specify the correct time zone for the
     location of your computer.  Specify a time zone even if you plan to
     use <a class="indexterm" name="id2522033"></a> NTP (Network Time Protocol) to maintain the accuracy of


Index: sn-utc.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/sn-utc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sn-utc.php	18 May 2005 23:34:00 -0000	1.4
+++ sn-utc.php	19 May 2005 22:45:21 -0000	1.5
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>10.2. Universal Co-ordinated Time (UTC)</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.php" title="Fedora Core 4 Installation Guide BETA"><link rel="up" href="ch-timezone.php" title="Chapter 10. Time Zone Selection"><link rel="previous" href="ch-timezone.php" title="Chapter 10. Time Zone Selection"><link rel="next" href="ch-rootpassword.php" title="Chapter 11. Set the Root Password"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10.2. Universal Co-ordinated Time (UTC)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch-timezone.php">Prev</a> </td><th width="60%" alig!
n="center">Chapter 10. Time Zone Selection</th><td width="20%" align="right"> <a accesskey="n" href="ch-rootpassword.php">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sn-utc"></a>10.2. Universal Co-ordinated Time (UTC)</h2></div></div><div></div></div><p>
+<?
+
+include("site.inc");
+$template = new Page;
+$template->initCommon(); 
+$template->displayHeader();
+
+?>
+
+<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10.2. Universal Co-ordinated Time (UTC)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch-timezone.php">Prev</a> </td><th width="60%" align="center">Chapter 10. Time Zone Selection</th><td width="20%" align="right"> <a accesskey="n" href="ch-rootpassword.php">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sn-utc"></a>10.2. Universal Co-ordinated Time (UTC)</h2></div></div><div></div></div><p>
       <a class="indexterm" name="id2522971"></a> Universal Co-ordinated Time is also known as
       <a class="indexterm" name="id2522981"></a> Greenwich Mean Time (GMT).
     </p><p>




More information about the fedora-extras-commits mailing list