Overview
Comment: | Fix formatting of the documentation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
33003b2f1385f359fc096ad8fea92163 |
User & Date: | mistachkin on 2019-08-19 01:05:36 |
Other Links: | manifest | tags |
Context
2019-08-19
| ||
05:03 | Minor enhancement to documentation. check-in: 1aae3d3b57 user: mistachkin tags: trunk | |
01:05 | Fix formatting of the documentation. check-in: 33003b2f13 user: mistachkin tags: trunk | |
01:00 | Initial version of the generated documentation. check-in: f5e2a17310 user: mistachkin tags: trunk | |
Changes
Modified doc/v1.html from [97bd1bdccc] to [dfa87955a9].
|
| | | 1 2 3 4 5 6 7 8 | <div class="fossil-doc" data-title="Package Client v1 Documentation"><br> <big><big><span style="font-family: monospace;">Private Procedure "setupCommonVariables"</span></big></big><br> <br> <big><span style="font-family: monospace;"> Required argument "force"</span></big><br> <blockquote style="font-family: monospace;"><br> |
︙ | ︙ | |||
75 76 77 78 79 80 81 | <blockquote style="font-family: monospace;"><br> This procedure was stolen from the "getEagle.tcl" script. It is<br> designed to process a single HTTP request, including any HTTP<br> 3XX redirects (up to the specified limit), and return the raw<br> HTTP response data. It may raise any number of script errors.<br> </blockquote><br><hr><br> | < < | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | <blockquote style="font-family: monospace;"><br> This procedure was stolen from the "getEagle.tcl" script. It is<br> designed to process a single HTTP request, including any HTTP<br> 3XX redirects (up to the specified limit), and return the raw<br> HTTP response data. It may raise any number of script errors.<br> </blockquote><br><hr><br> <big><big><span style="font-family: monospace;">Private Procedure "pkgLog"</span></big></big><br> <br> <big><span style="font-family: monospace;"> Required argument "string"</span></big><br> <blockquote style="font-family: monospace;"><br> |
︙ | ︙ | |||
639 640 641 642 643 644 645 | when an OpenPGP signature file needs to be downloaded and verified<br> for each downloaded file. The -useAutoPath option should be<br> non-zero to modify the auto-path to include the temporary or<br> persistent directories containing the downloaded files. The<br> -allowUpdate option should be non-zero to allow existing package<br> files to be overwritten.<br> </blockquote><br><hr><br> | < < | 637 638 639 640 641 642 643 644 645 646 647 648 649 650 | when an OpenPGP signature file needs to be downloaded and verified<br> for each downloaded file. The -useAutoPath option should be<br> non-zero to modify the auto-path to include the temporary or<br> persistent directories containing the downloaded files. The<br> -allowUpdate option should be non-zero to allow existing package<br> files to be overwritten.<br> </blockquote><br><hr><br> <big><big><span style="font-family: monospace;">Private Procedure "setupRepositoryServerVars"</span></big></big><br> <br> <big><span style="font-family: monospace;"> Required argument "force"</span></big><br> <blockquote style="font-family: monospace;"><br> |
︙ | ︙ | |||
1324 1325 1326 1327 1328 1329 1330 | client. It attempts to lookup the specified package using the<br> currently configured package repository server. The package<br> argument is the name of the package being sought, it cannot be an<br> empty string. The version argument must be a specific version -OR-<br> a package specification that conforms to TIP #268. The caller<br> argument must be an empty string -OR- the literal string "handler".<br> </blockquote><br><hr><br> | < < | 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 | client. It attempts to lookup the specified package using the<br> currently configured package repository server. The package<br> argument is the name of the package being sought, it cannot be an<br> empty string. The version argument must be a specific version -OR-<br> a package specification that conforms to TIP #268. The caller<br> argument must be an empty string -OR- the literal string "handler".<br> </blockquote><br><hr><br> <big><big><span style="font-family: monospace;">Private Procedure "setupUploadVars"</span></big></big><br> <blockquote style="font-family: monospace;"><br> This procedure sets up the default values for all configuration<br> parameters used by the package uploader client. There are no<br> arguments.<br> |
︙ | ︙ |