Fossil SCM
Fix typos in documentation and update the size estimate.
Commit
ec1197ca01b1c2ea752b27dc78ec50f3aa671ecf
Parent
5c8f33d6a829dfa…
2 files changed
+2
-2
+3
-1
+2
-2
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -66,11 +66,11 @@ | ||
| 66 | 66 | <a name="slist"></a><h3>1.3 Segment-List</h3> |
| 67 | 67 | <img src="delta2.gif" align="left" hspace="10"> |
| 68 | 68 | |
| 69 | 69 | <p>The segment-list of a delta describes how to create the target from |
| 70 | 70 | the original by a combination of inserting literal byte-sequences and |
| 71 | -copying ranges of bytes from the original. This is there the | |
| 71 | +copying ranges of bytes from the original. This is where the | |
| 72 | 72 | compression takes place, by encoding the large common parts of |
| 73 | 73 | original and target in small copy instructions.</p> |
| 74 | 74 | |
| 75 | 75 | <p>The target is constructed from beginning to end, with the data |
| 76 | 76 | generated by each instruction appended after the data of all previous |
| @@ -213,11 +213,11 @@ | ||
| 213 | 213 | <ul> |
| 214 | 214 | <li>Pure text files generate a pure text delta. |
| 215 | 215 | </li> |
| 216 | 216 | <li>Binary files generate a delta that may contain some binary data. |
| 217 | 217 | </li> |
| 218 | -<li>The delta encoding does not attempt to compress the content | |
| 218 | +<li>The delta encoding does not attempt to compress the content. | |
| 219 | 219 | It was considered to be much |
| 220 | 220 | more sensible to do compression using a separate general-purpose |
| 221 | 221 | compression library, like <a href="http://www.zlib.net">zlib</a>. |
| 222 | 222 | </li> |
| 223 | 223 | </ul> |
| 224 | 224 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -66,11 +66,11 @@ | |
| 66 | <a name="slist"></a><h3>1.3 Segment-List</h3> |
| 67 | <img src="delta2.gif" align="left" hspace="10"> |
| 68 | |
| 69 | <p>The segment-list of a delta describes how to create the target from |
| 70 | the original by a combination of inserting literal byte-sequences and |
| 71 | copying ranges of bytes from the original. This is there the |
| 72 | compression takes place, by encoding the large common parts of |
| 73 | original and target in small copy instructions.</p> |
| 74 | |
| 75 | <p>The target is constructed from beginning to end, with the data |
| 76 | generated by each instruction appended after the data of all previous |
| @@ -213,11 +213,11 @@ | |
| 213 | <ul> |
| 214 | <li>Pure text files generate a pure text delta. |
| 215 | </li> |
| 216 | <li>Binary files generate a delta that may contain some binary data. |
| 217 | </li> |
| 218 | <li>The delta encoding does not attempt to compress the content |
| 219 | It was considered to be much |
| 220 | more sensible to do compression using a separate general-purpose |
| 221 | compression library, like <a href="http://www.zlib.net">zlib</a>. |
| 222 | </li> |
| 223 | </ul> |
| 224 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -66,11 +66,11 @@ | |
| 66 | <a name="slist"></a><h3>1.3 Segment-List</h3> |
| 67 | <img src="delta2.gif" align="left" hspace="10"> |
| 68 | |
| 69 | <p>The segment-list of a delta describes how to create the target from |
| 70 | the original by a combination of inserting literal byte-sequences and |
| 71 | copying ranges of bytes from the original. This is where the |
| 72 | compression takes place, by encoding the large common parts of |
| 73 | original and target in small copy instructions.</p> |
| 74 | |
| 75 | <p>The target is constructed from beginning to end, with the data |
| 76 | generated by each instruction appended after the data of all previous |
| @@ -213,11 +213,11 @@ | |
| 213 | <ul> |
| 214 | <li>Pure text files generate a pure text delta. |
| 215 | </li> |
| 216 | <li>Binary files generate a delta that may contain some binary data. |
| 217 | </li> |
| 218 | <li>The delta encoding does not attempt to compress the content. |
| 219 | It was considered to be much |
| 220 | more sensible to do compression using a separate general-purpose |
| 221 | compression library, like <a href="http://www.zlib.net">zlib</a>. |
| 222 | </li> |
| 223 | </ul> |
| 224 |
+3
-1
| --- www/qandc.wiki | ||
| +++ www/qandc.wiki | ||
| @@ -146,11 +146,13 @@ | ||
| 146 | 146 | You do not need any other packages |
| 147 | 147 | (diff, patch, merge, cvs, svn, rcs, git, python, perl, tcl, apache, |
| 148 | 148 | sqlite, and so forth) |
| 149 | 149 | in order to run fossil. Fossil runs just fine in a chroot jail all |
| 150 | 150 | by itself. And the self-contained fossil |
| 151 | -executable is much less than 1MB in size. | |
| 151 | +executable is much less than 1MB in size. (Update 2015-01-12: Fossil has | |
| 152 | +grown in the years since the previous sentence was written but is still | |
| 153 | +must less than 2MB according to "size" when compiled using -Os on x64 Linux.) | |
| 152 | 154 | Fossil is the very opposite of bloat.</p> |
| 153 | 155 | </blockquote> |
| 154 | 156 | |
| 155 | 157 | |
| 156 | 158 | </nowiki> |
| 157 | 159 |
| --- www/qandc.wiki | |
| +++ www/qandc.wiki | |
| @@ -146,11 +146,13 @@ | |
| 146 | You do not need any other packages |
| 147 | (diff, patch, merge, cvs, svn, rcs, git, python, perl, tcl, apache, |
| 148 | sqlite, and so forth) |
| 149 | in order to run fossil. Fossil runs just fine in a chroot jail all |
| 150 | by itself. And the self-contained fossil |
| 151 | executable is much less than 1MB in size. |
| 152 | Fossil is the very opposite of bloat.</p> |
| 153 | </blockquote> |
| 154 | |
| 155 | |
| 156 | </nowiki> |
| 157 |
| --- www/qandc.wiki | |
| +++ www/qandc.wiki | |
| @@ -146,11 +146,13 @@ | |
| 146 | You do not need any other packages |
| 147 | (diff, patch, merge, cvs, svn, rcs, git, python, perl, tcl, apache, |
| 148 | sqlite, and so forth) |
| 149 | in order to run fossil. Fossil runs just fine in a chroot jail all |
| 150 | by itself. And the self-contained fossil |
| 151 | executable is much less than 1MB in size. (Update 2015-01-12: Fossil has |
| 152 | grown in the years since the previous sentence was written but is still |
| 153 | must less than 2MB according to "size" when compiled using -Os on x64 Linux.) |
| 154 | Fossil is the very opposite of bloat.</p> |
| 155 | </blockquote> |
| 156 | |
| 157 | |
| 158 | </nowiki> |
| 159 |