Changeset 1575 for trunk/ReleaseTool.cfg


Ignore:
Timestamp:
Jun 19, 2011, 11:40:37 PM (14 years ago)
Author:
John Small
Message:

Latest code to support automaitc uploads and announcements of a new release of FM/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ReleaseTool.cfg

    r1542 r1575  
    4141;     Key-name             Sections Code  Description
    4242
     43;     HOST                 FTP      1     The host name of the server
     44;                          NNTP     2
     45;                          SMTP     1
     46;     USERID               FTP      2     The userid used to log in
     47;                          NNTP     2
     48;                          SMTP     2
     49;     PASSWORD             FTP      2     The password used to log in.
     50;                          NNTP     2
     51;                          SMTP     2
     52;     FROM                 NNTP     2     "From" email address
     53;                          SMTP     2
     54;     SIGNATURE            NNTP     4     Zero or more lines of "signature"
     55;                          SMTP     4
    4356;     DESCRIPTIVE_HOSTNAME FTP      1     Text used by ReleaseTool to identify
    4457;                                         an FTP site in messages to its users.
    45 ;     HOST                 FTP      1     The host name
    46 ;                          NNTP     2
    47 ;     USERID               FTP      2     The userid used to log in
    48 ;                          NNTP     2
    49 ;     PASSWORD             FTP      2     The password used to log in.
    50 ;                          NNTP     2
    5158;     DIRECTORY            FTP      4     If a change directory command is needed
    5259;                                         before uploading a file, then this key-value
     
    7077;           [Not-needed]   : Userid not needed. (ReleaseTool will prompt for an absent userid.)
    7178;        Password
    72 ;           [Hobbes-email] : ReleaseTool automatically replaces this the email address from the Hobbes text file.
     79;           [Hobbes-email] : ReleaseTool automatically replaces this with the email address from the Hobbes text file.
    7380;           [Not-needed]   : Password not needed. (ReleaseTool will prompt for an absent password.)
    7481;        File
     
    7885;     Password note: Instead of recording passwords in this file, it may be best to omit them and have
    7986;        ReleaseTool prompt you for them, as needed.
     87
     88;     "From" notes:
     89;        -  For newsgroups you may want to use a disguied email address to avoid spam.
     90;        -  Accepted formats:
     91;           "Full name" <user@domain.net>
     92;           <user@domain.net>
     93;           user@domain.net
    8094
    8195;  Within a section, data lines can be in any order except DIRECTORY lines, if any, must precede
     
    100114File                    = [Release-zip]
    101115
    102 [NNTP]                  ; eComstation news server/groups definition
    103 Host         = news.ecomstation.nl
    104 Newsgroups   = ecomstation.apps
    105 Userid       = [Not-needed]
    106 Password     = [Not-needed]
     116;[NNTP]                  ; eComstation news server/groups definition
     117;Host         = news.ecomstation.nl
     118;Newsgroups   = ecomstation.apps
     119;Userid       = [Not-needed]
     120;Password     = [Not-needed]
    107121
    108122[NNTP]                  ; ReleaseTool user's news server/groups definition
    109 Newsgroups   = comp.os.os2.apps,comp.os.os2.utilities
    110 Host         =
    111 Userid       =
    112 Password     =
     123Newsgroups  = comp.os.os2.apps,comp.os.os2.utilities
     124;Newsgroups  = alt.test
     125Host        =
     126Userid      =
     127Password    =
     128From        = zjsmallz@osworld.net
     129Signature   = John Small
     130Signature   = (Remove z's for address)
    113131
    114132[SMTP]
    115 Command      = g:\pmmail\bin\pmmsend -a G:\PMMail\Accounts\ygk_us0.act -t "%%TO%%" -s "%%SUBJECT%%" -m %%MESSAGE_BODY_FILE%%
     133;Command     = g:\pmmail\bin\pmmsend -a G:\PMMail\Accounts\ygk_us0.act -t "%%TO%%" -s "%%SUBJECT%%" -m %%MESSAGE_BODY_FILE%%
     134;Command     = call d:\utils\internet\rexxmail\rexxmail /NewMessageSend "%%TO%% ?subject=%%SUBJECT%% &body=%%MESSAGE_BODY_FILE%%" /Address=%%FROM%% /SMTPServer=%%SERVER%% /SMTPUSER=%%USERID%% /SMTPPASSWORD=%%PASSWORD%% /TimeZone=%%UTCOFFSET%%
     135Host        = smtp.toast.net
     136Userid      = jsmall@toast.net
     137From        = "John Small" <jsmall@os2world.net>
     138;Signature   = John Small
     139Signature   = FM/2 Development Team
     140UTCOffset   = -0500
Note: See TracChangeset for help on using the changeset viewer.