Fossil SCM
Added missing name anchor and section number. Minor text improvements.
Commit
04764ae2eac0e3888e6c62da1dc27474373c39ab
Parent
1b5513cba379ce5…
1 file changed
+6
-3
+6
-3
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -46,11 +46,11 @@ | ||
| 46 | 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | 47 | <li> [#attachment | Attachments] </li> |
| 48 | 48 | <li> [#event | Events] </li> |
| 49 | 49 | </ul> |
| 50 | 50 | |
| 51 | -These seven artifact types are described in the sequel. | |
| 51 | +These seven artifact types are described in the the following sections. | |
| 52 | 52 | |
| 53 | 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | 56 | is an implementation detail and might change in a future release. For |
| @@ -733,21 +733,24 @@ | ||
| 733 | 733 | <td align=center><b>R</b></td> |
| 734 | 734 | </tr> |
| 735 | 735 | </table> |
| 736 | 736 | |
| 737 | 737 | |
| 738 | -<h2>Addenda</h2> | |
| 738 | +<a name="addenda"></a> | |
| 739 | +<h2>9.0 Addenda</h2> | |
| 739 | 740 | |
| 740 | 741 | This section contains additional information which may be useful when |
| 741 | 742 | implementing algorithms described above. |
| 742 | 743 | |
| 743 | 744 | <h3>R Card Hash Calculation</h3> |
| 744 | 745 | |
| 745 | 746 | Given a manifest file named <tt>MF</tt> the following Bash shell code |
| 746 | 747 | demonstrates how to compute the value of the R card in that manifest. |
| 747 | 748 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 748 | -shell input, and other lines are output. | |
| 749 | +shell input and other lines are output. This demonstration assumes that the | |
| 750 | +file versions represented by the input manifest are checked out | |
| 751 | +under the current directory. | |
| 749 | 752 | |
| 750 | 753 | <nowiki><pre> |
| 751 | 754 | # head MF |
| 752 | 755 | -----BEGIN PGP SIGNED MESSAGE----- |
| 753 | 756 | Hash: SHA1 |
| 754 | 757 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -46,11 +46,11 @@ | |
| 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | <li> [#attachment | Attachments] </li> |
| 48 | <li> [#event | Events] </li> |
| 49 | </ul> |
| 50 | |
| 51 | These seven artifact types are described in the sequel. |
| 52 | |
| 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | is an implementation detail and might change in a future release. For |
| @@ -733,21 +733,24 @@ | |
| 733 | <td align=center><b>R</b></td> |
| 734 | </tr> |
| 735 | </table> |
| 736 | |
| 737 | |
| 738 | <h2>Addenda</h2> |
| 739 | |
| 740 | This section contains additional information which may be useful when |
| 741 | implementing algorithms described above. |
| 742 | |
| 743 | <h3>R Card Hash Calculation</h3> |
| 744 | |
| 745 | Given a manifest file named <tt>MF</tt> the following Bash shell code |
| 746 | demonstrates how to compute the value of the R card in that manifest. |
| 747 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 748 | shell input, and other lines are output. |
| 749 | |
| 750 | <nowiki><pre> |
| 751 | # head MF |
| 752 | -----BEGIN PGP SIGNED MESSAGE----- |
| 753 | Hash: SHA1 |
| 754 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -46,11 +46,11 @@ | |
| 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | <li> [#attachment | Attachments] </li> |
| 48 | <li> [#event | Events] </li> |
| 49 | </ul> |
| 50 | |
| 51 | These seven artifact types are described in the the following sections. |
| 52 | |
| 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | is an implementation detail and might change in a future release. For |
| @@ -733,21 +733,24 @@ | |
| 733 | <td align=center><b>R</b></td> |
| 734 | </tr> |
| 735 | </table> |
| 736 | |
| 737 | |
| 738 | <a name="addenda"></a> |
| 739 | <h2>9.0 Addenda</h2> |
| 740 | |
| 741 | This section contains additional information which may be useful when |
| 742 | implementing algorithms described above. |
| 743 | |
| 744 | <h3>R Card Hash Calculation</h3> |
| 745 | |
| 746 | Given a manifest file named <tt>MF</tt> the following Bash shell code |
| 747 | demonstrates how to compute the value of the R card in that manifest. |
| 748 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 749 | shell input and other lines are output. This demonstration assumes that the |
| 750 | file versions represented by the input manifest are checked out |
| 751 | under the current directory. |
| 752 | |
| 753 | <nowiki><pre> |
| 754 | # head MF |
| 755 | -----BEGIN PGP SIGNED MESSAGE----- |
| 756 | Hash: SHA1 |
| 757 |