Fossil SCM

Added some docs for the name/uuid params for /zip.

stephan 2014-03-24 16:30 UTC trunk
Commit 4adcd4f4f55f4a13960aa42c24fb07606af39093
1 file changed +9
+9
--- src/zip.c
+++ src/zip.c
@@ -418,10 +418,19 @@
418418
** WEBPAGE: zip
419419
** URL: /zip/RID.zip
420420
**
421421
** Generate a ZIP archive for the baseline.
422422
** 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
+**
423432
*/
424433
void baseline_zip_page(void){
425434
int rid;
426435
char *zName, *zRid;
427436
int nName, nRid;
428437
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button