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.

wyoung 2024-02-18 14:12 trunk
Commit 7268a9b8517cfed59f8ba66d886445cedb23963064a611eff0d56abc458aa984
1 file changed +4 -5
+4 -5
--- www/hashes.md
+++ www/hashes.md
@@ -2,15 +2,14 @@
22
33
All artifacts in Fossil are identified by a unique hash, currently using
44
[the SHA3 algorithm by default][hpol], but historically using the SHA1
55
algorithm:
66
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 |
1211
1312
There are many types of artifacts in Fossil: commits (a.k.a. check-ins),
1413
tickets, ticket comments, wiki articles, forum postings, file data
1514
belonging to check-ins, etc. ([More info...](./concepts.wiki#artifacts)).
1615
1716
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button