@database "Date2Weekday.guide"
@author "Jean Holzammer"
@remark "$VER: Date2Weekday Guide 1.0 (14.04.02)"
@remark "Created with GoldED 6.18 (22.7.0)"
@node MAIN "Date2Weekday 0.1 Documentation"

    @{fg shine}Date2Weekday 0.1@{fg text}    @{"©" link COPYRIGHT}  1999-2002  @{"Jean Holzammer" link CONTACT}


    @{"Introduction   " link INTRODUCTION} What is it good for ?

    @{"Features       " link FEATURES} Special advantages

    @{"Requirements   " link REQUIREMENTS} What is needed ?

    @{"Installation   " link INSTALLATION} How to get it run ?

    @{"Usage          " link USAGE} And how can I use it ?

    @{"Configuration  " link CONFIGURATION} Personal preferences

    @{"Rexx           " link REXX} Some words about ARexx support

    @{"Bugs           " link BUGS} I hope none...

    @{"History        " link HISTORY} A look back into history

    @{"Thanks         " link THANX} what shouldn't be missed

    @{"Contact        " link CONTACT} How you can contact me

@endnode

@node INTRODUCTION "Introduction"

 Date2Weekday is a simple program, you can use to find out, which weekday was at
 a specific date. It began as test application for date.library.
 But maybe it's of inerest to others, too. Be it finding out the weekday you have
 been born at, or simply as an example how to use date.library (Source in E included).

@endnode

@node COPYRIGHT "Copyright"

 © 1999-2002 Jean Holzammer

 This program is @{b}Freeware@{ub}.

 It may be used out of charge, for private as well for commercial purposes,

 except the following:

 · Public institutions of states not respecting human rights, e.g. states

   executing death penalty

 · military purposes

 · criminal purposes

 This software package may be dirtributes only complete anf unmodified.

 If distributed commercially, you may not charge more than 1 EUR per disc resp.

 5 EUR per CD/DVD.

 Otherwise you need my explicit permission !

 Permission is hereby explicitly granted to Aminet CD-ROMs and Aminet Set CD-ROMs.

 You are using this program at your own risc ! No liability given !


 You may use the (complete or parts of it) source in your own prgrams as long as

 you mention my name in the documentation and give the program a different name.

@endnode

@node FEATURES "Features"

 · easy usage

 · comfortable, freely configurable user interface

 · sized 3.3 KB only

@endnode

@node REQUIREMENTS "Requirements"

 · AmigaOS/68K >= Release 3.0 (Version 39). Maybe also run under older Releases,
   untested.

   Should run under AROS/68K and MorphOS/PPC as well. Couldn't test this.

 · MUI >= Release 3.8

 · date.library >= 33

 · 68020 or higher

@endnode

@node INSTALLATION "Installation"

 Manually:

  If not existing yet, install date.library ( @{"Download" rxs "IF ~SHOW('L','openurl.library') THEN CALL ADDLIB('openurl.library',3,-66);url='ftp://de.aminet.net/pub/aminet/util/libs/DateLib.lha';OpenURL(url,SHOW,TOFRONT,NEWWIN,LAUNCH);EXIT" } ).

  Copy the complete Date2Weekday drawer wherever you like to.

@endnode

@node USAGE "Usage"

 Usage should be self explaining. Select day, month and year with the mouse and
 the appropriate weekday is shown. To simplify usage you can only select years
 between 1900 and 2100.

                                                                             
@endnode

@node CONFIGURATION "Configuration"

 The GUI is configured using the MUI-Preferences.

@endnode

@node REXX "Rexx"

 Date2Weekday has an ARexx-Port.

 Its name is Date2Weekdaye.x, whereas x is the number of the running instance of
 Date2Weekday. So if you have it running three times at the same time it's
 DATE2WEEKDAY.1, DATE2WEEKDAY.2, ...

 It doesn't have any special Rexx commands, only those every MUI application has.
 Have a look at the @{"MUI User Guide" link HELP:English/MUI.guide/USE_AREXX} for more on this.

@endnode

@node BUGS "Bugs"

 No bugs known so far. If you get some problems, please get in contact with @{"me" link CONTACT}.

@endnode

@node HISTORY "History"

 0.1 (3.408 Bytes)

  · Code optimized and made shorter

  · Calling the help file directly from the application now possible

  · first Aminet Release

 0.0 (3.784 Bytes)

  · first version

@endnode

@node THANX "Thanks"

 Thanks go to:

 · Wouter van Oortmerssen       for E, the most powerful compiler language so far

 · Tomasz Wiszkowski            for the CreativE E compiler

 · Dietmar Eilert               for GoldEd Studio, the best text editor on any
                                plattform

 · Urban Müller and his team    for Aminet, that initiated a boom of freely
                                distributable software

 · Stefan Stuntz                for MUI, the best GUI-Library there is

 · Kai Hofmann                  for date.library

 · everyone else supporting the idea of free software and open source technology.

@endnode

@node CONTACT "Contact"

 Name:   Jean Holzammer

 E-Mail: @{"Development@Holzammer.net" rxs "IF ~SHOW('L','openurl.library') THEN CALL ADDLIB('openurl.library',3,-66);url='mailto:Development@Holzammer.net?subject=Date2Weekday';OpenURL(url,SHOW,TOFRONT,NEWWIN,LAUNCH);EXIT" }

 WWW:    @{"www.Holzammer.net" rxs "IF ~SHOW('L','openurl.library') THEN CALL ADDLIB('openurl.library',3,-66);url='http://www.Holzammer.net';OpenURL(url,SHOW,TOFRONT,NEWWIN,LAUNCH);EXIT" }

 Fax:    +49 89 / 2443 13 498

@endnode


