Index: doc/v1.html ================================================================== --- doc/v1.html +++ doc/v1.html @@ -1,8 +1,8 @@

-Generated [2023-06-18 @ 04:18:39 UTC] from checkout [99904ced04285d3577bd5fd87a1cc63f0328edea 2023-06-06 21:42:50 UTC]



+Generated [2024-03-22 @ 04:55:13 UTC] from checkout [18576af26f2b8bc38fb1a5c77cf76a99256a5e6e 2024-03-16 05:44:00 UTC]



Public API Procedure "::Eagle::Tools::Common::getFileViaHttp" (from "common.tcl")

@@ -128,11 +128,11 @@ This procedure modifies the version variables used by the package
downloader client so that a specific version will be used. The
versionId argument must consist only of hexadecimal characters.



-Public API Procedure "::PackageDownloader::resetCookieAndLoginSimple" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::resetCookieAndLoginSimple" (from "pkgd.eagle")

This procedure resets the currently configured login cookie, if
any, and then attempts to login using the configured package
repository server API key -OR- using the public access account.
@@ -139,11 +139,11 @@ Upon success, it will set the login cookie to the one from the
raw response data. Upon failure, a script error will be raised.
There are no arguments.



-Public API Procedure "::PackageDownloader::resetCookieAndLogin" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::resetCookieAndLogin" (from "pkgd.eagle")

    Required argument "userName"
    Required argument "password"
@@ -157,19 +157,19 @@ server user with at least Fossil Check-Out (o) permissions on the
package file server. The password argument must be the plaintext
password that is associated with the specified user name.



-Public API Procedure "::PackageDownloader::logoutAndResetCookie" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::logoutAndResetCookie" (from "pkgd.eagle")

This procedure attempts to logout using the currently configured
login cookie, if any, and then resets the login cookie. There
are no arguments. This procedure may raise a script error.



-Public API Procedure "::PackageDownloader::checkForHigherVersion" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::checkForHigherVersion" (from "pkgd.eagle")

    Required argument "language"
    Required argument "version"
@@ -195,11 +195,11 @@ directory on the package file server and may be an empty string.
The usePgp argument should be non-zero when an OpenPGP signature
file needs to be downloaded and verified for the downloaded file.



-Public API Procedure "::PackageDownloader::downloadFiles" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::downloadFiles" (from "pkgd.eagle")

    Required argument "language"
    Required argument "version"
@@ -233,11 +233,11 @@ persistent directories containing the downloaded files. The
-allowUpdate option should be non-zero to allow existing package
files to be overwritten.



-Public API Procedure "::PackageDownloader::maybeAddTemporaryPackagesToAutoPath" (from "pkgd.eagle")
+Public API Procedure "::PackageDownloader::maybeAddTemporaryPackagesToAutoPath" (from "pkgd.eagle")

    Required argument "language"
    Required argument "options"
@@ -359,11 +359,11 @@ that will receive a modified platform name, if applicable. Upon
failure, a script error will be raised. The return value is
undefined.



-Internal API Procedure "::PackageDownloader::maybeResetCookieAndLoginSimple" (from "pkgd.eagle")
+Internal API Procedure "::PackageDownloader::maybeResetCookieAndLoginSimple" (from "pkgd.eagle")

This procedure attempts to login using the configured package
repository server API key -OR- using the public access account,
if not already logged in. Upon success, it will set the login
@@ -602,19 +602,19 @@ package file server. The uri argument is the fully qualified URI
to request. The allowHtml argument should be non-zero if raw HTML
should be allowed in the response data.



-Private Procedure "::PackageDownloader::getDownloadVarNamePrefix" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::getDownloadVarNamePrefix" (from "pkgd.eagle")

This procedure returns the prefix for fully qualified variable
names that MAY be present in the global namespace. There are
no arguments.



-Private Procedure "::PackageDownloader::getUniqueTempDirectory" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::getUniqueTempDirectory" (from "pkgd.eagle")

    Optional argument "prefix" with default value ""

@@ -622,11 +622,11 @@ more files may be saved. The prefix argument is a prefix for the
directory name and it may be an empty string. There is no attempt
to actually create the resulting directory.



-Private Procedure "::PackageDownloader::createInterp" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::createInterp" (from "pkgd.eagle")

    Required argument "varName"

@@ -635,11 +635,11 @@ identified by the varName argument. The created interpreter has a
fully functioning [package] command ensemble; all other commands do
nothing and return nothing. This procedure may raise script errors.



-Private Procedure "::PackageDownloader::getIfNeededVersions" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::getIfNeededVersions" (from "pkgd.eagle")

    Required argument "interp"
    Required argument "fileName"
@@ -653,11 +653,11 @@ or for a list of versions. The interp argument is the interp to use
when evaluating the file specified by the fileName argument. This
procedure may raise script errors.



-Private Procedure "::PackageDownloader::extractVersionsFromFile" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::extractVersionsFromFile" (from "pkgd.eagle")

    Required argument "fileName"

@@ -664,11 +664,11 @@ This procedure attempts to extract a package version information
from the specified file. The fileName argument is the local file
name to read. This procedure may raise script errors.



-Private Procedure "::PackageDownloader::guessPackageNameFromFileNames" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::guessPackageNameFromFileNames" (from "pkgd.eagle")

    Required argument "language"
    Required argument "fileNames"
@@ -681,11 +681,11 @@ must be the list of file names to be downloaded. The package name,
if one can be detected, is returned; otherwise, an empty string will
be returned.



-Private Procedure "::PackageDownloader::downloadAllPlatforms" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::downloadAllPlatforms" (from "pkgd.eagle")

    Required argument "language"
    Required argument "version"
@@ -709,11 +709,11 @@ The fileNames argument is the list of file names to be downloaded.
The usePgp argument should be non-zero when an OpenPGP signature
needs to be verified for the downloaded file.



-Private Procedure "::PackageDownloader::downloadOneUriToFile" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::downloadOneUriToFile" (from "pkgd.eagle")

    Required argument "localFileName"
    Required argument "uri"
@@ -729,11 +729,11 @@ The uri argument is the URI to download. The usePgp argument should
be non-zero when the OpenPGP signature file needs to be verified for
the downloaded file. The return value is undefined.



-Private Procedure "::PackageDownloader::downloadOneFile" (from "pkgd.eagle")
+Private Procedure "::PackageDownloader::downloadOneFile" (from "pkgd.eagle")

    Required argument "language"
    Required argument "version"
Index: doc/v1.html.asc ================================================================== --- doc/v1.html.asc +++ doc/v1.html.asc @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository -iQIcBAABCAAGBQJkjoX/AAoJEFAslq9JXcLZELcQAKXusQ2La/nvRZKGXbQZ9Uex -70lG+zEL7C8ZlOUWuH/Yv/xYGQ/xdvqVdHcsuD/o4/P/F9cCmAngCv32LMsu70ld -bBfLsLHzBZV0ttq/iQtMnPjRrPLRTHVx8Ni04Sg6JTEw+H4doE8zb0D08Iom11Fb -wPIKtEKTsAON1E8jz7tOFotaMAPBc6WSAa5T7rL+1IDj/sJ1PZUW6FViXSuurB9u -QAt56PjRXPVLBJIH+XFFSQRDRQgpCJ2xOm2BeaNkqk1nTcLTz31CDn6oVeE8JQJV -xva7jEMXfxtH6YroEBlND066tkMtq0zKLFnD6WHlTvzDLFxrVNcD5CAHyDd6sECs -OwTmRAtDurO9XVUXbNzq7USD/V1fTWbIJlVUHRXD6PkY16JBXf5joPX6DS+XPlvR -Etg7xHONnMejTK/v/VQIudwysH1qfM/nuRHMZPr3i3eyJwD3Joo/YCBFftFQwAjK -FCcjG1cxUVrzX2ZNLZDJBoPdySgjCGouK+Jp0xOFu+kzlg/fM0iyjvO5VrshQt/B -jr1kGRAfvtNc/KlQrqsudUO6kzZCuWW4ow9Pj+qd+AHr9BQcXIrdkphSdEN2AHQk -adRCh6AoQC0PtlQpkqs23SjugTEnwv0xo4UYuZH4Z8RVL48R5XZbT0e5pJzBCFUH -kTzDuY+O0ZS9z7XphT7p -=Scl7 +iQIcBAABCAAGBQJl/Q92AAoJEFAslq9JXcLZ3soP/3NKT5+5XpO4+yfkfygCIDXn +bMUelRGjHywwfgni3BHdMqcAMhE/N7qXci76UYXhOmQ8/KIrCeoLDRL+iuTKNP/d +onVoW4uBGU6VSg2FvqIny8cN93u0lFKpY793zH8GdUl50VfFyJUrrmIe+I6GC0A/ +AKHWqPQsCvOKZJ6s7b/fLvwLyxulMRhhGjFKRWmpjSayDsXHVWKGEqE9bQYvcbaF +dmWr2Pj2UYeFumobr0g/CtSzemQ/vpdZRW3lbzvF0QH8GcB4kgHkA9SZNUH/rTO6 +R6/U+yUJxK5TFJTLIXw0YpT6/slZFj1fZ4+kI24L/NhPvOM4kdpU4h8On1T1IaaH +8YGCuKjuU1txoLboCAA2/bFaHn3O6LKQkpnc34dNBQTb/Q+lABWBTc6UCPiDKfrj +acSlNZxSU9gHvgvTBalyNG6a3BoE52iLKYhSjvtvEpek8eec7uxEfmdyMKmDlNbb +q966P7lHhn26ECCEOnhqIcJrQS/rEQYy7Ih9tuYzFzDwEEL0dDSFr859BS3oi2q/ +A21q9HGde7sZZvJbvl3Ox42KWd1++S/xo8e2fCIj577hEaLSUQfkMM0JtKrMfsWr +hbBCAjKQHBDUs81cx5QSYg0jdAU0/4edjOPoqAE2Rmd5157BLrD4dmWY6HZYx+bU +4F1mltYxzp98LB8TOOI1 +=GStb -----END PGP SIGNATURE-----