Fossil SCM
Added some docs for the name/uuid params for /zip.
Commit
4adcd4f4f55f4a13960aa42c24fb07606af39093
Parent
7ba06f150c6b4d5…
1 file changed
+9
+9
| --- src/zip.c | ||
| +++ src/zip.c | ||
| @@ -418,10 +418,19 @@ | ||
| 418 | 418 | ** WEBPAGE: zip |
| 419 | 419 | ** URL: /zip/RID.zip |
| 420 | 420 | ** |
| 421 | 421 | ** Generate a ZIP archive for the baseline. |
| 422 | 422 | ** Return that ZIP archive as the HTTP reply content. |
| 423 | +** | |
| 424 | +** Optional URL Parameters: | |
| 425 | +** | |
| 426 | +** - name=base name of the output file. Defaults to | |
| 427 | +** something project/version-specific. | |
| 428 | +** | |
| 429 | +** - uuid=the version to zip (may be a tag/branch name). | |
| 430 | +** Defaults to trunk. | |
| 431 | +** | |
| 423 | 432 | */ |
| 424 | 433 | void baseline_zip_page(void){ |
| 425 | 434 | int rid; |
| 426 | 435 | char *zName, *zRid; |
| 427 | 436 | int nName, nRid; |
| 428 | 437 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -418,10 +418,19 @@ | |
| 418 | ** WEBPAGE: zip |
| 419 | ** URL: /zip/RID.zip |
| 420 | ** |
| 421 | ** Generate a ZIP archive for the baseline. |
| 422 | ** Return that ZIP archive as the HTTP reply content. |
| 423 | */ |
| 424 | void baseline_zip_page(void){ |
| 425 | int rid; |
| 426 | char *zName, *zRid; |
| 427 | int nName, nRid; |
| 428 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -418,10 +418,19 @@ | |
| 418 | ** WEBPAGE: zip |
| 419 | ** URL: /zip/RID.zip |
| 420 | ** |
| 421 | ** Generate a ZIP archive for the baseline. |
| 422 | ** Return that ZIP archive as the HTTP reply content. |
| 423 | ** |
| 424 | ** Optional URL Parameters: |
| 425 | ** |
| 426 | ** - name=base name of the output file. Defaults to |
| 427 | ** something project/version-specific. |
| 428 | ** |
| 429 | ** - uuid=the version to zip (may be a tag/branch name). |
| 430 | ** Defaults to trunk. |
| 431 | ** |
| 432 | */ |
| 433 | void baseline_zip_page(void){ |
| 434 | int rid; |
| 435 | char *zName, *zRid; |
| 436 | int nName, nRid; |
| 437 |