File webup.icn

Summary

###########################################################################

	File:	  webup.icn

	Subject:  A rudimentary web-based updater/patcher.

	Author:   Clint Jeffery

	Date:     30 June 2010

###########################################################################

   This file is in the public domain.

###########################################################################

 webupdate(URL, title) pulls down files from URL to replace local files
   with different file sizes or older modified time stamps.

 Web site structure is at present: three subdirectories
 ("linux","windows","shared"), each of which has a MANIFEST directory
 containing a list of files; each line of the MANIFEST is of the form

 filename filesize timestamp

 MANIFEST may also contain blank and commented-out lines beginning with #

 At present this is a GUI module that opens its own dialog.
 It is desirable that the updating be separated from the GUI part.

###########################################################################

  Links: gui

###########################################################################
Classes:
ProgressBar, UnicronProgressBar, dialogtable

Procedures:
webupdate

Global variables:
webupsite, webuptitle

This file is part of the (main) package.

Source code.

Details
Procedures:

webupdate(website:string, title:"web update")


Global variables:
webupsite

webuptitle


This page produced by UniDoc on 2021/04/15 @ 23:59:54.