web/html/docs/install-guide/fc6/en ch-rootpassword.php, 1.2, 1.3 ch-timezone.php, 1.2, 1.3 sn-utc.php, 1.2, 1.3

Karsten Wade (kwade) fedora-websites-list at redhat.com
Sat Feb 17 07:50:09 UTC 2007


Author: kwade

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

Modified Files:
	ch-rootpassword.php ch-timezone.php sn-utc.php 
Log Message:
... and we keep ignoring this bug in the script because we keep hoping this PHP based f.r.c is going to go away soon, and it just seems to keep coming back around like funky smelling in-laws.  Let's *docs* this and file a bug and stuff, might as well get the fix in so we don't have to wake people with alerts for the umpteenth time.


Index: ch-rootpassword.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/fc6/en/ch-rootpassword.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ch-rootpassword.php	17 Feb 2007 03:42:15 -0000	1.2
+++ ch-rootpassword.php	17 Feb 2007 07:50:07 -0000	1.3
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 14. Set the Root Password</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.php" title="Fedora Core 6 Installation Guide"><link rel="up" href="index.php" title="Fedora Core 6 Installation Guide"><link rel="prev" href="sn-utc.php" title="13.2. Universal Co-ordinated Time (UTC)"><link rel="next" href="ch-packageselection.php" title="Chapter 15. Software 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 14. 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-US" id="ch-rootpassword"><div class="titlepage"><div><div><h2 class="title"><a name="ch-rootpassword"></a>Chapter 14. Set the Root Password</h2></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 14. 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-US" id="ch-rootpassword"><div class="titlepage"><div><div><h2 class="title"><a name="ch-rootpassword"></a>Chapter 14. Set the Root Password</h2></div></div></div><p>
     Fedora uses a special account named <a class="indexterm" name="id2776769"></a> <em class="firstterm"><code class="systemitem">root</code></em> for system
     administration. The <code class="systemitem">root</code>
     account on a Linux system is not subject to most normal account


Index: ch-timezone.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/fc6/en/ch-timezone.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ch-timezone.php	17 Feb 2007 03:42:15 -0000	1.2
+++ ch-timezone.php	17 Feb 2007 07:50:07 -0000	1.3
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 13. Time Zone Selection</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.php" title="Fedora Core 6 Installation Guide"><link rel="up" href="index.php" title="Fedora Core 6 Installation Guide"><link rel="prev" href="sn-network-misc-settings.php" title="12.3. Miscellaneous Settings"><link rel="next" href="sn-utc.php" title="13.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 13. Time Zone Selection</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-network-misc-settings.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a acc!
 esskey="n" href="sn-utc.php">Next</a></td></tr></table><hr></div><div class="chapter" lang="en-US" id="ch-timezone"><div class="titlepage"><div><div><h2 class="title"><a name="ch-timezone"></a>Chapter 13. Time Zone Selection</h2></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 13. Time Zone Selection</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sn-network-misc-settings.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-US" id="ch-timezone"><div class="titlepage"><div><div><h2 class="title"><a name="ch-timezone"></a>Chapter 13. Time Zone Selection</h2></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="id2801389"></a> NTP (Network Time Protocol) to maintain the accuracy of


Index: sn-utc.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/fc6/en/sn-utc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sn-utc.php	17 Feb 2007 03:42:15 -0000	1.2
+++ sn-utc.php	17 Feb 2007 07:50:07 -0000	1.3
@@ -1,4 +1,13 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>13.2. Universal Co-ordinated Time (UTC)</title><link rel="stylesheet" href="fedora.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.php" title="Fedora Core 6 Installation Guide"><link rel="up" href="ch-timezone.php" title="Chapter 13. Time Zone Selection"><link rel="prev" href="ch-timezone.php" title="Chapter 13. Time Zone Selection"><link rel="next" href="ch-rootpassword.php" title="Chapter 14. 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">13.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 13. 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-US"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sn-utc"></a>13.2. Universal Co-ordinated Time (UTC)</h2></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">13.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 13. 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-US"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sn-utc"></a>13.2. Universal Co-ordinated Time (UTC)</h2></div></div></div><p>
       <a class="indexterm" name="id2797507"></a> Universal Co-ordinated Time is also known as
       <a class="indexterm" name="id2785980"></a> Greenwich Mean Time (GMT).
     </p><p>




More information about the Fedora-websites-list mailing list