Check-in [33003b2f13]
Not logged in
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: 33003b2f1385f359fc096ad8fea92163086491b6
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

1
2
3
4
5
6
7
8
-
+







<div class="fossil-doc" data-title="Package Client v1 Documentation">
<div class="fossil-doc" data-title="Package Client v1 Documentation"><br>

<big><big><span style="font-family: monospace;">Private Procedure &quot;setupCommonVariables&quot;</span></big></big><br>
<br>

<big><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;Required argument &quot;force&quot;</span></big><br>

<blockquote style="font-family: monospace;"><br>
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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 &quot;getEagle.tcl&quot; 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>
</div>
<div class="fossil-doc" data-title="Package Client v1 Documentation">

<big><big><span style="font-family: monospace;">Private Procedure &quot;pkgLog&quot;</span></big></big><br>
<br>

<big><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;Required argument &quot;string&quot;</span></big><br>

<blockquote style="font-family: monospace;"><br>
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
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>
</div>
<div class="fossil-doc" data-title="Package Client v1 Documentation">

<big><big><span style="font-family: monospace;">Private Procedure &quot;setupRepositoryServerVars&quot;</span></big></big><br>
<br>

<big><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;Required argument &quot;force&quot;</span></big><br>

<blockquote style="font-family: monospace;"><br>
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
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 &quot;handler&quot;.<br>
</blockquote><br><hr><br>
</div>
<div class="fossil-doc" data-title="Package Client v1 Documentation">

<big><big><span style="font-family: monospace;">Private Procedure &quot;setupUploadVars&quot;</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>