home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / siteh / _setup.1 / SiteHog.exe / 0 / RCDATA / TLICENSEFORM / TLICENSEFORM.txt
Encoding:
Text File  |  1997-01-03  |  3.8 KB  |  132 lines

  1. object LicenseForm: TLicenseForm
  2.   Left = 254
  3.   Top = 88
  4.   Width = 530
  5.   Height = 236
  6.   Caption = 'The SiteHog README file'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object RichEdit1: TRichEdit
  14.     Left = 0
  15.     Top = 0
  16.     Width = 522
  17.     Height = 209
  18.     Align = alClient
  19.     Lines.Strings = (
  20.       
  21.         '_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _' +
  22.         '/ _/ _/ _/ _/ _/ _/ _/ '
  23.       '   PLEASE READ THIS - IT CONTAINS IMPORTANT INFORMATION'
  24.       
  25.         '_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _' +
  26.         '/ _/ _/ _/ _/ _/ _/ _/ '
  27.       ''
  28.       
  29.         '                        This text file concerns SiteHog Version ' +
  30.         'Alpha 08'
  31.       ''
  32.       'Contents'
  33.       '           1. Warning !'
  34.       '           2. What is SiteHog ?'
  35.       '           3. Known Limitations of this version.'
  36.       '           4. Support'
  37.       '           5. Copyright and License'
  38.       '           '
  39.       'First, the boring bit...'
  40.       ''
  41.       '1. WARNING : YOU USE THIS PROGRAM AT YOUR OWN RISK ! '
  42.       ''
  43.       
  44.         'Although every effort has been made to ensure that use of this p' +
  45.         'rogram '
  46.       
  47.         'will not damage your data , it may not co-exist happily with oth' +
  48.         'er running '
  49.       
  50.         'programs. In particular; the memory requirements increase substa' +
  51.         'ntially '
  52.       'as you explore sites to greater depth.'
  53.       ''
  54.       
  55.         'Please remember that this is an Alpha test version made availabl' +
  56.         'e for test '
  57.       'and evaluation purposes only. '
  58.       ''
  59.       '2. What is SiteHog ?'
  60.       ''
  61.       
  62.         'SiteHog is a tool to assist the maintenance of large and multipl' +
  63.         'e Web Sites.'
  64.       
  65.         'Given an HTML file (e.g. a Home Page) to start from, it will run' +
  66.         ' down all the '
  67.       
  68.         'links from that page to other pages and images. Referenced files' +
  69.         ' will be '
  70.       
  71.         'checked for existence and, if they are HTML files, processed in ' +
  72.         'a similar'
  73.       'manner. '
  74.       ''
  75.       
  76.         'The structure of the site is displayed graphically. Referenced f' +
  77.         'iles within '
  78.       
  79.         'that site (provided they are accessible) can be opened using the' +
  80.         ' (Windows)'
  81.       'associated application.'
  82.       ''
  83.       '3. Known Limitations'
  84.       ''
  85.       
  86.         '  - Currently, SiteHog will only traverse local links (that is, ' +
  87.         'to pages on your'
  88.       '    local disk).'
  89.       '  - There is no help file !'
  90.       ''
  91.       '4. Support'
  92.       ''
  93.       
  94.         'You probably acquired this program from CIX; please do not re-di' +
  95.         'stribute it'
  96.       
  97.         'as it is not intended for general release. You may obtain the la' +
  98.         'test version'
  99.       
  100.         'from the redhog conference on CIX; please also give general feed' +
  101.         'back'
  102.       
  103.         'there. Please send bug reports to the support e-mail address giv' +
  104.         'en in the '
  105.       'about box.'
  106.       ''
  107.       '5. Copyright and License (and Limitation)'
  108.       ''
  109.       'SiteHog is copyright Dave Pellatt, 1996.'
  110.       ''
  111.       
  112.         'You are licensed to use this program, or any copy of it, for you' +
  113.         'r own use. You'
  114.       
  115.         'may not reverse engineer it, disassemble it or do anything else ' +
  116.         'underhand'
  117.       
  118.         'with it. It must not be re-distributed. Copyright is absolutely,' +
  119.         ' positively not '
  120.       'assigned to anyone other than D.Pellatt.'
  121.       ''
  122.       
  123.         'This Alpha test version will time-out on 15/12/96 (by which time' +
  124.         ' a newer'
  125.       'version will be available).')
  126.     ParentColor = True
  127.     ReadOnly = True
  128.     ScrollBars = ssVertical
  129.     TabOrder = 0
  130.   end
  131. end
  132.