home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 100 / af100a.adf / archives / morehtml.lzx / moreHTML / Source / Readme < prev    next >
Encoding:
Text File  |  1997-06-18  |  2.4 KB  |  66 lines

  1.  
  2.    moreHTML
  3.    Copyright © 1997, Dirk Holtwick
  4.    *******************************************************************
  5.  
  6.    IMPORTANT NOTE
  7.    **************
  8.  
  9.    This program is free  software;  you  can  redistribute  it  and/or
  10.    modify  it  under  the  terms  of the GNU General Public License as
  11.    published by the Free Software Foundation; either version 2 of  the
  12.    License, or (at your option) any later version.
  13.  
  14.    This program is distributed in the hope that it will be useful, but
  15.    WITHOUT   ANY  WARRANTY;  without  even  the  implied  warranty  of
  16.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See  the  GNU
  17.    General Public License for more details.
  18.  
  19.    You should have received a copy of the GNU General  Public  License
  20.    along  with  this  program;  if  not,  write  to  the Free Software
  21.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  
  23.  
  24.    COMMENTS
  25.    ********
  26.  
  27.    I regret that the comments and the stile of the source are not very
  28.    clear,  but  I  will  try  to  make  it  more  readable  and better
  29.    structured. For the compilation I used SAS/C 6.57.
  30.  
  31.  
  32.    HOW TO USE THE SOURCE
  33.    *********************
  34.  
  35.    I know that this code is  not  an  example  of  a  good  structured
  36.    project,  but it works and for me it is much more important to have
  37.    a working tool instead of spending twice the time to  have  a  good
  38.    looking source.
  39.  
  40.    The source at the moment is divided in the following parts:
  41.  
  42.       main.c         Obviously the main part of the programm including
  43.                      code of application, windows, configuration, REXX,
  44.                      etc.
  45.  
  46.       dtpic.c        Private class to display pictures with datatypes.
  47.                      The original is written by Stefan Stuntz. I use it,
  48.                      because the DTpic.mcc coming with the last MUI
  49.                      distribution was not documented.
  50.  
  51.       mylist.c       I always use lists in my programs and I was feed up
  52.                      by writing alway the same kind of code. Here are
  53.                      some very simple functions to implement easy list
  54.                      handling. Nothing very interesting.
  55.  
  56.       mystring.c     Very simple functions to handle memory allocation
  57.                      of strings. I don't like to spend to much memory
  58.                      by using arrays of char.
  59.  
  60.    I need help. I don't know anything about TCP/IP  and  Rexx.  Please
  61.    give me a hand.
  62.  
  63.    Dirk Holtwick
  64.    dirco@uni-duisburg.de
  65.  
  66.