Check-in [469002ccdf]
Not logged in
Overview

SHA1 Hash:469002ccdf757ea545791b53c45123fdcc31dd33
Date: 2007-09-12 04:19:59
User: aku
Comment:Added navbar to all pages, linking back to the index. Fixed typo in the index page.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified www/build.html from [6089f0b563] to [ea6b1e4bf3].

@@ -1,9 +1,11 @@
 <html>
 <title>Building And Installing Fossil</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1>Installing Fossil</h1>
 
 <p>This page describes how to build and install Fossil.  The
 whole process is designed to be very easy.</p>
 

Modified www/concepts.html from [8da6496b93] to [d53cc73d6e].

@@ -1,10 +1,12 @@
 <html>
 <head>
 <title>Fossil Concepts</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1 align="center">
 Fossil Concepts
 </h1>
 
 <h2>1.0 Introduction</h2>

Modified www/fileformat.html from [677ac744b2] to [65db56924d].

@@ -1,10 +1,12 @@
 <html>
 <head>
 <title>Fossil File Format</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1 align="center">
 Fossil File Formats
 </h1>
 
 <p>

Modified www/index.html from [a0290afac4] to [c49cf389d3].

@@ -81,11 +81,11 @@
 
 <ul>
 <li>The <a href="concepts.html">concepts</b> behind fossil</li>
 <li><a href="build.html">Building And Installing</a></li>
 <li><a href="quickstart.html">Quick Start</a> guide to using fossil
-<li><a href="pop.html">Principals Of Operation</a></li>
+<li><a href="pop.html">Principles Of Operation</a></li>
 <li>The <a href="selfcheck.html">automatic self-check</a> mechanism
 helps insure project integrity.</li>
 <li>The <a href="fileformat.html">file format</a> used by every content
 file stored in the repository.</li>
 <li>The <a href="delta_format.html">format of deltas</a> used to

Modified www/pop.html from [c4c7a9be7e] to [be259767d3].

@@ -1,10 +1,12 @@
 <html>
 <head>
 <title>Fossil - Principles of Operation</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1>Principles Of Operation</h1>
 
 <p>
 This page attempts to define the foundational principals upon
 which Fossil is built.

Modified www/quickstart.html from [02bea354be] to [427965635d].

@@ -1,8 +1,10 @@
 <html>
 <title>Fossil - Quick Start</title>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1 align="center">Fossil Quick Start</h1>
 
 <p>This is a guide to get you started using fossil quickly
 and painlessly.</p>
 

Modified www/selfcheck.html from [849df9860d] to [48d9461817].

@@ -1,10 +1,12 @@
 <html>
 <head>
 <title>Fossil Repository Integrity Self-Checks</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1 align="center">
 Fossil Repository Integrity Self-Checks
 </h1>
 
 <p>

Modified www/sync.html from [e2578a4066] to [748c60be85].

@@ -1,10 +1,12 @@
 <html>
 <head>
 <title>The Fossil Sync Protocol</title>
 </head>
 <body bgcolor="white">
+<p>[ <a href="index.html">Index</a> ]</p>
+<hr>
 <h1 align="center">The Fossil Sync Protocol</h1>
 
 <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
 for transferring information from one repository to another.  The
 command is run on the client repository.  A URL for the server repository