Fossil SCM
Replaced an HTML table in the hashes doc with the MD equivalent. This not only makes the markup version easier to read, it allows the skin's table styling to take full effect.
Commit
7268a9b8517cfed59f8ba66d886445cedb23963064a611eff0d56abc458aa984
Parent
b3d99d9260faa4d…
1 file changed
+4
-5
+4
-5
| --- www/hashes.md | ||
| +++ www/hashes.md | ||
| @@ -2,15 +2,14 @@ | ||
| 2 | 2 | |
| 3 | 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | 5 | algorithm: |
| 6 | 6 | |
| 7 | -<table border="1" cellspacing="0" cellpadding="10"> | |
| 8 | -<tr><th>Algorithm</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> | |
| 9 | -<tr><td>SHA3-256</td> <td>256</td> <td>64</td></tr> | |
| 10 | -<tr><td>SHA1</td> <td>160</td> <td>40</td></tr> | |
| 11 | -</table> | |
| 7 | +| Algorithm | Raw Bits | Hexadecimal digits | | |
| 8 | +|-----------|----------|--------------------| | |
| 9 | +| SHA3-256 | 256 | 64 | | |
| 10 | +| SHA1 | 160 | 40 | | |
| 12 | 11 | |
| 13 | 12 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 14 | 13 | tickets, ticket comments, wiki articles, forum postings, file data |
| 15 | 14 | belonging to check-ins, etc. ([More info...](./concepts.wiki#artifacts)). |
| 16 | 15 | |
| 17 | 16 |
| --- www/hashes.md | |
| +++ www/hashes.md | |
| @@ -2,15 +2,14 @@ | |
| 2 | |
| 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | algorithm: |
| 6 | |
| 7 | <table border="1" cellspacing="0" cellpadding="10"> |
| 8 | <tr><th>Algorithm</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> |
| 9 | <tr><td>SHA3-256</td> <td>256</td> <td>64</td></tr> |
| 10 | <tr><td>SHA1</td> <td>160</td> <td>40</td></tr> |
| 11 | </table> |
| 12 | |
| 13 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 14 | tickets, ticket comments, wiki articles, forum postings, file data |
| 15 | belonging to check-ins, etc. ([More info...](./concepts.wiki#artifacts)). |
| 16 | |
| 17 |
| --- www/hashes.md | |
| +++ www/hashes.md | |
| @@ -2,15 +2,14 @@ | |
| 2 | |
| 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | algorithm: |
| 6 | |
| 7 | | Algorithm | Raw Bits | Hexadecimal digits | |
| 8 | |-----------|----------|--------------------| |
| 9 | | SHA3-256 | 256 | 64 | |
| 10 | | SHA1 | 160 | 40 | |
| 11 | |
| 12 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 13 | tickets, ticket comments, wiki articles, forum postings, file data |
| 14 | belonging to check-ins, etc. ([More info...](./concepts.wiki#artifacts)). |
| 15 | |
| 16 |