Fossil SCM
fixed some typos suggested in private email
Commit
34f64028474653263d64fda2c4ca1046232151f2
Parent
a633efefaa54f68…
2 files changed
+1
-1
+1
-1
+1
-1
| --- www/hints.wiki | ||
| +++ www/hints.wiki | ||
| @@ -48,11 +48,11 @@ | ||
| 48 | 48 | 9. On web pages showing the content of a file (for example |
| 49 | 49 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f]) you can manually |
| 50 | 50 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 51 | 51 | will cause the range of lines indicated to be highlighted. This |
| 52 | 52 | is useful in pointing out a few lines of code using a hyperlink |
| 53 | - in a email or text message. Example: | |
| 53 | + in an email or text message. Example: | |
| 54 | 54 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f?ln=28,30]. |
| 55 | 55 | Adding the "ln" query parameter without any argument simply turns |
| 56 | 56 | on line numbers. This feature only works right with files with |
| 57 | 57 | a mimetype of text/plain, of course. |
| 58 | 58 | |
| 59 | 59 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -48,11 +48,11 @@ | |
| 48 | 9. On web pages showing the content of a file (for example |
| 49 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f]) you can manually |
| 50 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 51 | will cause the range of lines indicated to be highlighted. This |
| 52 | is useful in pointing out a few lines of code using a hyperlink |
| 53 | in a email or text message. Example: |
| 54 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f?ln=28,30]. |
| 55 | Adding the "ln" query parameter without any argument simply turns |
| 56 | on line numbers. This feature only works right with files with |
| 57 | a mimetype of text/plain, of course. |
| 58 | |
| 59 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -48,11 +48,11 @@ | |
| 48 | 9. On web pages showing the content of a file (for example |
| 49 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f]) you can manually |
| 50 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 51 | will cause the range of lines indicated to be highlighted. This |
| 52 | is useful in pointing out a few lines of code using a hyperlink |
| 53 | in an email or text message. Example: |
| 54 | [http://www.fossil-scm.org/fossil/artifact/c7dd1de9f?ln=28,30]. |
| 55 | Adding the "ln" query parameter without any argument simply turns |
| 56 | on line numbers. This feature only works right with files with |
| 57 | a mimetype of text/plain, of course. |
| 58 | |
| 59 |
+1
-1
| --- www/scgi.wiki | ||
| +++ www/scgi.wiki | ||
| @@ -20,7 +20,7 @@ | ||
| 20 | 20 | } |
| 21 | 21 | </pre></blockquote> |
| 22 | 22 | |
| 23 | 23 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 24 | 24 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 25 | -above needs to add SCRIPT_NAME. If you do not do this, Fossil return an | |
| 25 | +above needs to add SCRIPT_NAME. If you do not do this, Fossil returns an | |
| 26 | 26 | error. |
| 27 | 27 |
| --- www/scgi.wiki | |
| +++ www/scgi.wiki | |
| @@ -20,7 +20,7 @@ | |
| 20 | } |
| 21 | </pre></blockquote> |
| 22 | |
| 23 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 24 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 25 | above needs to add SCRIPT_NAME. If you do not do this, Fossil return an |
| 26 | error. |
| 27 |
| --- www/scgi.wiki | |
| +++ www/scgi.wiki | |
| @@ -20,7 +20,7 @@ | |
| 20 | } |
| 21 | </pre></blockquote> |
| 22 | |
| 23 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 24 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 25 | above needs to add SCRIPT_NAME. If you do not do this, Fossil returns an |
| 26 | error. |
| 27 |