Fossil SCM
Removed table border overrides in the delta format doc, and replaced misuse of tables as layout tools with pre and verbatim. This is part of the branch only insofar as tables now have visual style, and these things interfere with the new style.
Commit
76f6e9e1b71d807c8757f35fd7a6571667c0fbdf3d3d0070e37de98ae2cbdd9f
Parent
2572e48b9364b67…
1 file changed
+6
-7
+6
-7
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -205,11 +205,11 @@ | ||
| 205 | 205 | |
| 206 | 206 | <h1 id="examples">4.0 Examples</h1> |
| 207 | 207 | |
| 208 | 208 | <h2 id="examplesint">4.1 Integer encoding</h2> |
| 209 | 209 | |
| 210 | -<table border=1> | |
| 210 | +<table> | |
| 211 | 211 | <tr> |
| 212 | 212 | <th>Value</th> |
| 213 | 213 | <th>Encoding</th> |
| 214 | 214 | </tr> |
| 215 | 215 | <tr> |
| @@ -228,18 +228,18 @@ | ||
| 228 | 228 | |
| 229 | 229 | <h2 id="examplesdelta">4.2 Delta encoding</h2> |
| 230 | 230 | |
| 231 | 231 | An example of a delta using the specified encoding is: |
| 232 | 232 | |
| 233 | -<table border=1><tr><td><pre> | |
| 233 | +<pre> | |
| 234 | 234 | 1Xb |
| 235 | 235 | 4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre> |
| 236 | -</td></tr></table> | |
| 236 | +</pre> | |
| 237 | 237 | |
| 238 | 238 | This can be taken apart into the following parts: |
| 239 | 239 | |
| 240 | -<table border=1> | |
| 240 | +<table> | |
| 241 | 241 | <tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr> |
| 242 | 242 | <tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr> |
| 243 | 243 | <tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr> |
| 244 | 244 | <tr><td> </td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr> |
| 245 | 245 | <tr><td> </td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr> |
| @@ -254,11 +254,11 @@ | ||
| 254 | 254 | <tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr> |
| 255 | 255 | </table> |
| 256 | 256 | |
| 257 | 257 | The unified diff behind the above delta is |
| 258 | 258 | |
| 259 | -<table border=1><tr><td><pre> | |
| 259 | +<verbatim> | |
| 260 | 260 | bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new |
| 261 | 261 | --- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700 |
| 262 | 262 | +++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700 |
| 263 | 263 | @@ -5,7 +5,7 @@ |
| 264 | 264 | |
| @@ -295,12 +295,11 @@ | ||
| 295 | 295 | configuration options to replace tkdiff with some other |
| 296 | 296 | - visual differ of the users choice. |
| 297 | 297 | + visual differ of the users choice. Example: eskil. |
| 298 | 298 | |
| 299 | 299 | * Ticketing interface (expand this bullet) |
| 300 | - | |
| 301 | -</pre></td></tr></table> | |
| 300 | +</verbatim> | |
| 302 | 301 | |
| 303 | 302 | |
| 304 | 303 | |
| 305 | 304 | <h1 id="notes">Notes</h1> |
| 306 | 305 | |
| 307 | 306 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -205,11 +205,11 @@ | |
| 205 | |
| 206 | <h1 id="examples">4.0 Examples</h1> |
| 207 | |
| 208 | <h2 id="examplesint">4.1 Integer encoding</h2> |
| 209 | |
| 210 | <table border=1> |
| 211 | <tr> |
| 212 | <th>Value</th> |
| 213 | <th>Encoding</th> |
| 214 | </tr> |
| 215 | <tr> |
| @@ -228,18 +228,18 @@ | |
| 228 | |
| 229 | <h2 id="examplesdelta">4.2 Delta encoding</h2> |
| 230 | |
| 231 | An example of a delta using the specified encoding is: |
| 232 | |
| 233 | <table border=1><tr><td><pre> |
| 234 | 1Xb |
| 235 | 4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre> |
| 236 | </td></tr></table> |
| 237 | |
| 238 | This can be taken apart into the following parts: |
| 239 | |
| 240 | <table border=1> |
| 241 | <tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr> |
| 242 | <tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr> |
| 243 | <tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr> |
| 244 | <tr><td> </td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr> |
| 245 | <tr><td> </td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr> |
| @@ -254,11 +254,11 @@ | |
| 254 | <tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr> |
| 255 | </table> |
| 256 | |
| 257 | The unified diff behind the above delta is |
| 258 | |
| 259 | <table border=1><tr><td><pre> |
| 260 | bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new |
| 261 | --- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700 |
| 262 | +++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700 |
| 263 | @@ -5,7 +5,7 @@ |
| 264 | |
| @@ -295,12 +295,11 @@ | |
| 295 | configuration options to replace tkdiff with some other |
| 296 | - visual differ of the users choice. |
| 297 | + visual differ of the users choice. Example: eskil. |
| 298 | |
| 299 | * Ticketing interface (expand this bullet) |
| 300 | |
| 301 | </pre></td></tr></table> |
| 302 | |
| 303 | |
| 304 | |
| 305 | <h1 id="notes">Notes</h1> |
| 306 | |
| 307 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -205,11 +205,11 @@ | |
| 205 | |
| 206 | <h1 id="examples">4.0 Examples</h1> |
| 207 | |
| 208 | <h2 id="examplesint">4.1 Integer encoding</h2> |
| 209 | |
| 210 | <table> |
| 211 | <tr> |
| 212 | <th>Value</th> |
| 213 | <th>Encoding</th> |
| 214 | </tr> |
| 215 | <tr> |
| @@ -228,18 +228,18 @@ | |
| 228 | |
| 229 | <h2 id="examplesdelta">4.2 Delta encoding</h2> |
| 230 | |
| 231 | An example of a delta using the specified encoding is: |
| 232 | |
| 233 | <pre> |
| 234 | 1Xb |
| 235 | 4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre> |
| 236 | </pre> |
| 237 | |
| 238 | This can be taken apart into the following parts: |
| 239 | |
| 240 | <table> |
| 241 | <tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr> |
| 242 | <tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr> |
| 243 | <tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr> |
| 244 | <tr><td> </td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr> |
| 245 | <tr><td> </td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr> |
| @@ -254,11 +254,11 @@ | |
| 254 | <tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr> |
| 255 | </table> |
| 256 | |
| 257 | The unified diff behind the above delta is |
| 258 | |
| 259 | <verbatim> |
| 260 | bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new |
| 261 | --- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700 |
| 262 | +++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700 |
| 263 | @@ -5,7 +5,7 @@ |
| 264 | |
| @@ -295,12 +295,11 @@ | |
| 295 | configuration options to replace tkdiff with some other |
| 296 | - visual differ of the users choice. |
| 297 | + visual differ of the users choice. Example: eskil. |
| 298 | |
| 299 | * Ticketing interface (expand this bullet) |
| 300 | </verbatim> |
| 301 | |
| 302 | |
| 303 | |
| 304 | <h1 id="notes">Notes</h1> |
| 305 | |
| 306 |