Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add <title> markup to several of the embedded documentation pages. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5523218023af70f0f307547b5c39146f |
| User & Date: | drh 2009-08-24 17:54:24.000 |
Context
|
2009-08-24
| ||
| 18:02 | Typos in the new selfhost.wiki document. check-in: 93d0646830 user: drh tags: trunk | |
| 17:54 | Add <title> markup to several of the embedded documentation pages. check-in: 5523218023 user: drh tags: trunk | |
| 17:45 | Trying to improve the look of the homepage. It is not at all clear that this check-in is any improvement, but it is at least an attempt.... check-in: b79994adcb user: drh tags: trunk | |
Changes
Changes to www/branching.wiki.
1 2 3 4 5 6 7 | <h1 align="center"> Branching, Forking, Merging, and Tagging </h1> In a simple and perfect world, the development of a project would proceed linearly, as shown in figure 1. | > | 1 2 3 4 5 6 7 8 | <title>Fossil Documentation</title> <h1 align="center"> Branching, Forking, Merging, and Tagging </h1> In a simple and perfect world, the development of a project would proceed linearly, as shown in figure 1. |
| ︙ | ︙ |
Changes to www/bugtheory.wiki.
1 2 3 4 5 6 7 | <h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1> A bug-report in fossil is called a "ticket". Tickets are tracked separately from code check-ins. Some other distributed bug-tracking systems store tickets as files within the source tree and thereby leverage the syncing and merging capabilities | > | 1 2 3 4 5 6 7 8 | <title>Fossil Documentation</title> <h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1> A bug-report in fossil is called a "ticket". Tickets are tracked separately from code check-ins. Some other distributed bug-tracking systems store tickets as files within the source tree and thereby leverage the syncing and merging capabilities |
| ︙ | ︙ |
Changes to www/build.wiki.
1 2 3 4 5 6 7 | <nowiki> <h1>Installing Fossil</h1> <p>This page describes how to build and install Fossil. The whole process is designed to be very easy.</p> <h2>0.0 Using A Pre-compiled Binary</h2> | > | 1 2 3 4 5 6 7 8 | <title>Fossil Documentation</title> <nowiki> <h1>Installing Fossil</h1> <p>This page describes how to build and install Fossil. The whole process is designed to be very easy.</p> <h2>0.0 Using A Pre-compiled Binary</h2> |
| ︙ | ︙ |
Changes to www/concepts.wiki.
1 | <nowiki> | > | < < | 1 2 3 4 5 6 7 8 9 10 | <title>Fossil Concepts</title> <nowiki> <h1 align="center">Fossil Concepts</h1> <h2>1.0 Introduction</h2> <p> <a href="index.html">Fossil</a> is a <a href="http://en.wikipedia.org/wiki/Software_configuration_management"> software configuration management</a> system. Fossil is software that is designed to control and track the |
| ︙ | ︙ |
Changes to www/embeddeddoc.wiki.
1 2 3 4 5 6 7 | <h1 align="center">Managing Project Documentation</h1> Fossil provides a built-in <a href="wikitheory.wiki">wiki</a> that can be used to store the documentation for a project. This is sufficient for many projects. If your project is well-served by wiki documentation, then you need read no further. | > | 1 2 3 4 5 6 7 8 | <title>Managing Project Documentation</title> <h1 align="center">Managing Project Documentation</h1> Fossil provides a built-in <a href="wikitheory.wiki">wiki</a> that can be used to store the documentation for a project. This is sufficient for many projects. If your project is well-served by wiki documentation, then you need read no further. |
| ︙ | ︙ |
Changes to www/quickstart.wiki.
1 2 3 4 5 6 7 | <nowiki> <h1 align="center">Fossil Quick Start</h1> <p>This is a guide to get you started using fossil quickly and painlessly.</p> <h2>Installing</h2><blockquote> | > | 1 2 3 4 5 6 7 8 | <title>Fossil Quick Start Guide</title> <nowiki> <h1 align="center">Fossil Quick Start</h1> <p>This is a guide to get you started using fossil quickly and painlessly.</p> <h2>Installing</h2><blockquote> |
| ︙ | ︙ |