Fossil SCM
Add documentation of the repolist mode to the CGI command.
Commit
20e9731ccdfa78fe3a66992c8d1577320a8a5ea2
Parent
66d003805153abd…
1 file changed
+4
+4
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2051,10 +2051,14 @@ | ||
| 2051 | 2051 | ** There should only be one of "repository:" |
| 2052 | 2052 | ** or "directory:" |
| 2053 | 2053 | ** |
| 2054 | 2054 | ** notfound: URL When in "directory:" mode, redirect to |
| 2055 | 2055 | ** URL if no suitable repository is found. |
| 2056 | +** | |
| 2057 | +** repolist When in "directory:" mode, display a page | |
| 2058 | +** showing a list of available repositories if | |
| 2059 | +** the URL is "/". | |
| 2056 | 2060 | ** |
| 2057 | 2061 | ** localauth Grant administrator privileges to connections |
| 2058 | 2062 | ** from 127.0.0.1 or ::1. |
| 2059 | 2063 | ** |
| 2060 | 2064 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2061 | 2065 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2051,10 +2051,14 @@ | |
| 2051 | ** There should only be one of "repository:" |
| 2052 | ** or "directory:" |
| 2053 | ** |
| 2054 | ** notfound: URL When in "directory:" mode, redirect to |
| 2055 | ** URL if no suitable repository is found. |
| 2056 | ** |
| 2057 | ** localauth Grant administrator privileges to connections |
| 2058 | ** from 127.0.0.1 or ::1. |
| 2059 | ** |
| 2060 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2061 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2051,10 +2051,14 @@ | |
| 2051 | ** There should only be one of "repository:" |
| 2052 | ** or "directory:" |
| 2053 | ** |
| 2054 | ** notfound: URL When in "directory:" mode, redirect to |
| 2055 | ** URL if no suitable repository is found. |
| 2056 | ** |
| 2057 | ** repolist When in "directory:" mode, display a page |
| 2058 | ** showing a list of available repositories if |
| 2059 | ** the URL is "/". |
| 2060 | ** |
| 2061 | ** localauth Grant administrator privileges to connections |
| 2062 | ** from 127.0.0.1 or ::1. |
| 2063 | ** |
| 2064 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2065 |