Fossil SCM
Fix a typo on the aboutcgi.wiki documentation page.
Commit
3e7c02c097e355ee214b98f08608cb23b15f146b
Parent
85f957c3e57b99b…
1 file changed
+1
-1
+1
-1
| --- www/aboutcgi.wiki | ||
| +++ www/aboutcgi.wiki | ||
| @@ -131,11 +131,11 @@ | ||
| 131 | 131 | <li> [https://www.fossil-scm.org/fossil/info/c14ecc43] |
| 132 | 132 | <li> [https://www.fossil-scm.org/fossil/info?name=c14ecc43] |
| 133 | 133 | </ol> |
| 134 | 134 | In both cases, the CGI script is called "/fossil". For case (A), |
| 135 | 135 | the PATH_INFO variable will be "info/c14ecc43" and so the |
| 136 | -"[/help?cmd=/info]" webpage will be generated and the suffix of | |
| 136 | +"[/help?cmd=/info|/info]" webpage will be generated and the suffix of | |
| 137 | 137 | PATH_INFO will be converted into the "name" query parameter, which |
| 138 | 138 | identifies the artifact about which information is requested. |
| 139 | 139 | In case (B), the PATH_INFO is just "info", but the same "name" |
| 140 | 140 | query parameter is set explicitly by the URL itself. |
| 141 | 141 | </blockquote> |
| 142 | 142 |
| --- www/aboutcgi.wiki | |
| +++ www/aboutcgi.wiki | |
| @@ -131,11 +131,11 @@ | |
| 131 | <li> [https://www.fossil-scm.org/fossil/info/c14ecc43] |
| 132 | <li> [https://www.fossil-scm.org/fossil/info?name=c14ecc43] |
| 133 | </ol> |
| 134 | In both cases, the CGI script is called "/fossil". For case (A), |
| 135 | the PATH_INFO variable will be "info/c14ecc43" and so the |
| 136 | "[/help?cmd=/info]" webpage will be generated and the suffix of |
| 137 | PATH_INFO will be converted into the "name" query parameter, which |
| 138 | identifies the artifact about which information is requested. |
| 139 | In case (B), the PATH_INFO is just "info", but the same "name" |
| 140 | query parameter is set explicitly by the URL itself. |
| 141 | </blockquote> |
| 142 |
| --- www/aboutcgi.wiki | |
| +++ www/aboutcgi.wiki | |
| @@ -131,11 +131,11 @@ | |
| 131 | <li> [https://www.fossil-scm.org/fossil/info/c14ecc43] |
| 132 | <li> [https://www.fossil-scm.org/fossil/info?name=c14ecc43] |
| 133 | </ol> |
| 134 | In both cases, the CGI script is called "/fossil". For case (A), |
| 135 | the PATH_INFO variable will be "info/c14ecc43" and so the |
| 136 | "[/help?cmd=/info|/info]" webpage will be generated and the suffix of |
| 137 | PATH_INFO will be converted into the "name" query parameter, which |
| 138 | identifies the artifact about which information is requested. |
| 139 | In case (B), the PATH_INFO is just "info", but the same "name" |
| 140 | query parameter is set explicitly by the URL itself. |
| 141 | </blockquote> |
| 142 |