Fossil SCM
Replaced the invisible empty box hack for left margin in the new delta_format.wiki diagrams with use of the "leftmargin" global PIC property.
Commit
1aaf9f850b2319327c1634bfe5b126fcec81d9a4f1b54df3b3db7d5959e4d7ac
Parent
e0dd267b89bd05e…
1 file changed
+6
-6
+6
-6
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -62,11 +62,11 @@ | ||
| 62 | 62 | in delta D. |
| 63 | 63 | |
| 64 | 64 | |
| 65 | 65 | <a name="structure"></a><h1>2.0 Structure</h1> |
| 66 | 66 | <verbatim type="pikchr"> |
| 67 | - box invisible width 0.2 "" | |
| 67 | + leftmargin = 0.1 | |
| 68 | 68 | box height 50% "Header" |
| 69 | 69 | box same "Segments" |
| 70 | 70 | box same "Trailer" |
| 71 | 71 | </verbatim> |
| 72 | 72 | |
| @@ -77,11 +77,11 @@ | ||
| 77 | 77 | helping the decoder, and the segment-list describes how the target can |
| 78 | 78 | be constructed from the original.</p> |
| 79 | 79 | |
| 80 | 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | 81 | <verbatim type="pikchr"> |
| 82 | - box invisible width 0.2 "" | |
| 82 | + leftmargin = 0.1 | |
| 83 | 83 | box height 50% "Size" |
| 84 | 84 | box same "\"\n\"" |
| 85 | 85 | </verbatim> |
| 86 | 86 | |
| 87 | 87 | <p>The header consists of a single number followed by a newline |
| @@ -93,11 +93,11 @@ | ||
| 93 | 93 | reading the first line of the delta and decoding the number found |
| 94 | 94 | there. In other words, before it has to decode everything else.</p> |
| 95 | 95 | |
| 96 | 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | 97 | <verbatim type="pikchr"> |
| 98 | - box invisible width 0.2 "" | |
| 98 | + leftmargin = 0.1 | |
| 99 | 99 | box height 50% "Checksum" |
| 100 | 100 | box same "\":\"" |
| 101 | 101 | </verbatim> |
| 102 | 102 | |
| 103 | 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| @@ -114,11 +114,11 @@ | ||
| 114 | 114 | it available immediately after the target has been reconstructed |
| 115 | 115 | fully.</p> |
| 116 | 116 | |
| 117 | 117 | <a name="slist"></a><h2>2.3 Segment-List</h2> |
| 118 | 118 | <verbatim type="pikchr"> |
| 119 | - box invisible width 0.2 "" | |
| 119 | + leftmargin = 0.1 | |
| 120 | 120 | PART1: [ |
| 121 | 121 | B1: box height 50% width 15% "" |
| 122 | 122 | B2: box same "" |
| 123 | 123 | B3: box same "" |
| 124 | 124 | move 0.1 ; box same invisible "***" ; move 0.1 |
| @@ -152,11 +152,11 @@ | ||
| 152 | 152 | |
| 153 | 153 | <p>A literal is specified by two elements, the size of the literal in |
| 154 | 154 | bytes, and the bytes of the literal itself.</p> |
| 155 | 155 | |
| 156 | 156 | <verbatim type="pikchr"> |
| 157 | - box invisible width 0.2 "" | |
| 157 | + leftmargin = 0.1 | |
| 158 | 158 | box "Length" height 50% |
| 159 | 159 | box "\":\"" same |
| 160 | 160 | box "Bytes" same |
| 161 | 161 | </verbatim> |
| 162 | 162 | |
| @@ -169,11 +169,11 @@ | ||
| 169 | 169 | first byte in the original to copy, and the size of the range, in |
| 170 | 170 | bytes. The size zero is special, its usage indicates that the range |
| 171 | 171 | extends to the end of the original.</p> |
| 172 | 172 | |
| 173 | 173 | <verbatim type="pikchr"> |
| 174 | - box invisible width 0.2 "" | |
| 174 | + leftmargin = 0.1 | |
| 175 | 175 | box "Length" height 50% |
| 176 | 176 | box "\"@\"" same |
| 177 | 177 | box "Offset" same |
| 178 | 178 | box "\",\"" same |
| 179 | 179 | </verbatim> |
| 180 | 180 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -62,11 +62,11 @@ | |
| 62 | in delta D. |
| 63 | |
| 64 | |
| 65 | <a name="structure"></a><h1>2.0 Structure</h1> |
| 66 | <verbatim type="pikchr"> |
| 67 | box invisible width 0.2 "" |
| 68 | box height 50% "Header" |
| 69 | box same "Segments" |
| 70 | box same "Trailer" |
| 71 | </verbatim> |
| 72 | |
| @@ -77,11 +77,11 @@ | |
| 77 | helping the decoder, and the segment-list describes how the target can |
| 78 | be constructed from the original.</p> |
| 79 | |
| 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | <verbatim type="pikchr"> |
| 82 | box invisible width 0.2 "" |
| 83 | box height 50% "Size" |
| 84 | box same "\"\n\"" |
| 85 | </verbatim> |
| 86 | |
| 87 | <p>The header consists of a single number followed by a newline |
| @@ -93,11 +93,11 @@ | |
| 93 | reading the first line of the delta and decoding the number found |
| 94 | there. In other words, before it has to decode everything else.</p> |
| 95 | |
| 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | <verbatim type="pikchr"> |
| 98 | box invisible width 0.2 "" |
| 99 | box height 50% "Checksum" |
| 100 | box same "\":\"" |
| 101 | </verbatim> |
| 102 | |
| 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| @@ -114,11 +114,11 @@ | |
| 114 | it available immediately after the target has been reconstructed |
| 115 | fully.</p> |
| 116 | |
| 117 | <a name="slist"></a><h2>2.3 Segment-List</h2> |
| 118 | <verbatim type="pikchr"> |
| 119 | box invisible width 0.2 "" |
| 120 | PART1: [ |
| 121 | B1: box height 50% width 15% "" |
| 122 | B2: box same "" |
| 123 | B3: box same "" |
| 124 | move 0.1 ; box same invisible "***" ; move 0.1 |
| @@ -152,11 +152,11 @@ | |
| 152 | |
| 153 | <p>A literal is specified by two elements, the size of the literal in |
| 154 | bytes, and the bytes of the literal itself.</p> |
| 155 | |
| 156 | <verbatim type="pikchr"> |
| 157 | box invisible width 0.2 "" |
| 158 | box "Length" height 50% |
| 159 | box "\":\"" same |
| 160 | box "Bytes" same |
| 161 | </verbatim> |
| 162 | |
| @@ -169,11 +169,11 @@ | |
| 169 | first byte in the original to copy, and the size of the range, in |
| 170 | bytes. The size zero is special, its usage indicates that the range |
| 171 | extends to the end of the original.</p> |
| 172 | |
| 173 | <verbatim type="pikchr"> |
| 174 | box invisible width 0.2 "" |
| 175 | box "Length" height 50% |
| 176 | box "\"@\"" same |
| 177 | box "Offset" same |
| 178 | box "\",\"" same |
| 179 | </verbatim> |
| 180 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -62,11 +62,11 @@ | |
| 62 | in delta D. |
| 63 | |
| 64 | |
| 65 | <a name="structure"></a><h1>2.0 Structure</h1> |
| 66 | <verbatim type="pikchr"> |
| 67 | leftmargin = 0.1 |
| 68 | box height 50% "Header" |
| 69 | box same "Segments" |
| 70 | box same "Trailer" |
| 71 | </verbatim> |
| 72 | |
| @@ -77,11 +77,11 @@ | |
| 77 | helping the decoder, and the segment-list describes how the target can |
| 78 | be constructed from the original.</p> |
| 79 | |
| 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | <verbatim type="pikchr"> |
| 82 | leftmargin = 0.1 |
| 83 | box height 50% "Size" |
| 84 | box same "\"\n\"" |
| 85 | </verbatim> |
| 86 | |
| 87 | <p>The header consists of a single number followed by a newline |
| @@ -93,11 +93,11 @@ | |
| 93 | reading the first line of the delta and decoding the number found |
| 94 | there. In other words, before it has to decode everything else.</p> |
| 95 | |
| 96 | <a name="trailer"></a><h2>2.2 Trailer</h2> |
| 97 | <verbatim type="pikchr"> |
| 98 | leftmargin = 0.1 |
| 99 | box height 50% "Checksum" |
| 100 | box same "\":\"" |
| 101 | </verbatim> |
| 102 | |
| 103 | <p>The trailer consists of a single number followed by a semicolon (ASCII |
| @@ -114,11 +114,11 @@ | |
| 114 | it available immediately after the target has been reconstructed |
| 115 | fully.</p> |
| 116 | |
| 117 | <a name="slist"></a><h2>2.3 Segment-List</h2> |
| 118 | <verbatim type="pikchr"> |
| 119 | leftmargin = 0.1 |
| 120 | PART1: [ |
| 121 | B1: box height 50% width 15% "" |
| 122 | B2: box same "" |
| 123 | B3: box same "" |
| 124 | move 0.1 ; box same invisible "***" ; move 0.1 |
| @@ -152,11 +152,11 @@ | |
| 152 | |
| 153 | <p>A literal is specified by two elements, the size of the literal in |
| 154 | bytes, and the bytes of the literal itself.</p> |
| 155 | |
| 156 | <verbatim type="pikchr"> |
| 157 | leftmargin = 0.1 |
| 158 | box "Length" height 50% |
| 159 | box "\":\"" same |
| 160 | box "Bytes" same |
| 161 | </verbatim> |
| 162 | |
| @@ -169,11 +169,11 @@ | |
| 169 | first byte in the original to copy, and the size of the range, in |
| 170 | bytes. The size zero is special, its usage indicates that the range |
| 171 | extends to the end of the original.</p> |
| 172 | |
| 173 | <verbatim type="pikchr"> |
| 174 | leftmargin = 0.1 |
| 175 | box "Length" height 50% |
| 176 | box "\"@\"" same |
| 177 | box "Offset" same |
| 178 | box "\",\"" same |
| 179 | </verbatim> |
| 180 |