home *** CD-ROM | disk | FTP | other *** search
- Specifications and information for using the FILE_ID.DIZ file in any
- archive/file which is distributed by RADIST <RAD> the RemoteAccess File
- Distribution Network.
-
- Originally prepared primarily for use by ASP (Association of Shareware
- Professionals) Author members and edited for use by authors of software
- to be distributed by the RADIST <RAD> the RemoteAccess File Distribution
- Network.
-
- Original text: FILEID.TXT v1.7 by Richard Holler [CIS 73567,1547]
- Last Revision 03/11/93
- FILEINFO.RAD v1.0 Edited 11/01/95 by Ronnie Toth [1:135/71 - Fidonet
- rtoth@sunshine.com - InterNet]
-
- FILE_ID.DIZ INFORMATION
- -!---------------------
- Basically, the FILE_ID.DIZ file is a straight text file which contains a
- description of your program, and is used for online file descriptions on
- BBS systems. We recommend that the FILE_ID.DIZ file be used in all of
- your distribution archives.
-
- This text file contains a description of the FILE_ID.DIZ file.
-
- WHY SHOULD YOU USE FILE_ID.DIZ?
- -!-----------------------------
- The use of this file will insure that the online description of your
- program will be in your own words (and who better to describe your
- program than yourself?), and that it will remain the same no matter how
- many different people upload your file to various BBS systems.
-
- As more and more BBS software makes use of this file, you can be assured
- that your own description will replace such online descriptions as "Cool
- Program" or "OK utility, but needs better ..."
-
- BACKGROUND
- -!--------
- FILE_ID.DIZ was created by Clark Development for use with their
- PCBDescribe utility, as a means for BBS callers to upload a file without
- having to manually type in a file description. It also ensures that the
- online description is always the same regardless of the number of
- different BBS systems the file is posted on. It has since been accepted
- more-or-less as the "standard" archive file description. (The "DIZ"
- actually stands for Description In Zip).
-
- DESCRIPTION
- -!---------
- The FILE_ID.DIZ file is nothing more than a straight ASCII text file
- which contains the full description of the archived file containing it.
- It can be used by the RemoteAccess BBS software to describe your program
- and should be placed *INSIDE* your distribution archive file.
-
- RemoteAccess software will "look" inside the archive file. If a
- FILE_ID.DIZ file is found, it will replace any existing online file
- description with the text contained in FILE_ID.DIZ. It is an excellent
- method for making sure that your program files are described the way
- that "you" want them described. Even sysops whose software can't
- automatically use the FILE_ID.DIZ file have found it to be an excellent
- source for manually adding their file descriptions.
-
- STRUCTURE
- -!-------
- The file consists of straight ASCII text, up to 10 lines of text, each
- line being no more than 45 characters long. It should NOT contain any
- blank lines, any form of centering or formatting, or any HI-ASCII or
- ANSI characters. (i.e. it should ONLY contain alpha & numeric
- characters).
-
- We recommended that it consist of 5 basic parts:
-
- 1. the proper name of your program
- 2. the version number
- 3. the version(s) of RemoteAccess that the program is written for
- 4. the description separator
- 5. the description
-
- All of the above parts should be separated by a single "space".
-
- PROGRAM NAME: To set it apart from the rest, it is recommended that you
- use ALL CAPS for the program name.
-
- VERSION NUMBER: The version number should be in the form of "v12.34".
-
- REMOTEACCESS VERSION IDENTIFIER: The version(s) of RemoteAccess should
- be in the form "RA2.xx" if only for use with any version 2 RemoteAccess
- or "RA1.xx/2.xx" if able to be used with both versions of RemoteAccess.
-
- DESCRIPTION SEPARATOR: To separate the actual description text, insert a
- simple "-" (dash/minus) character after the RemoteAccess identifier (or
- version number), and in front of the description text.
-
- DESCRIPTION: You should attempt to FULLY describe your product,
- including its most important functions and features. Be sure to include
- anything which will separate your program from it's competition.
-
- You should try to use the first 2 lines of the text to give a basic
- description of your program. This is helpful for sysops who are not
- using the full FILE_ID.DIZ in the FDB and the FILES.BBS file limits them
- to less than 10 lines, 45 characters. Sysops who are limited to using
- shorter descriptions can simply use the 1st two lines and truncate the
- rest. Thus, you can basically still supply your own description if the
- FILE_ID.DIZ is not used in the RemoteAccess FDB description.
-
- The remaining lines of text can be used to elaborate on the programs
- features, enhancements from the prior version, information concerning
- multi-file sets. It is advisable that you create your FILE_ID.DIZ file
- so that the file can be truncated to various line lengths without
- destroying it's usefulness.
-
- EXAMPLE
- -!-----
- MY PROGRAM v1.23 (RA2.xx) - A program which
- will do anything for anybody. Will run in
- only 2k of memory. Can be run from the
- command line, or installed as a TSR.
- Completely menu-driven. Version 1.23 reduces
- the previous 4k memory requirements, and adds
- an enhanced graphical user interface. Also,
- MY PROGRAM now contains Windows and DESQview support.
- Coming soon - an OS/2 version.
- From Do-It-All Software, Inc. $15.00
-
- MULTIPLE DISK INFO
- -!----------------
- Please note that if your distribution archive requires multiple archive
- files, you should create a separate, specific FILE_ID.DIZ file for each
- archive. This can be utilized to describe the various contents of each
- archive, and to identify each disk in the set. For example, the
- FILE_ID.DIZ file for disk #1 could contain:
-
- "MY PROGRAM v1.23 (RA2.xx) Program Executable
- Files - Disk 1 of 2"
- [followed by detailed description text]
-
- while the FILE_ID.DIZ file for disk #2 could contain:
-
- "MY PROGRAM v1.23 (RA2.xx) Documentation Files -
- Disk 2 of 2"
- [followed by more detailed description text]
-
- Optionally, you could also create a "complete" FILE_ID.DIZ file for the
- first disk, which would fully describe the program in detail, and
- identify it as Disk 1 of x. Then, for each remaining file in the set,
- simply include the Program Name, version number, RA identifier, and the
- disk number (i.e. "MY PROGRAM v1.23 (RA2.xx) Disk 2 of x").
-
- ADDITIONAL INFO
- -!-------------
- Please don't be tempted to use fancy graphic or ANSI sequences in the
- FILE_ID.DIZ file, as there is still processing software that will not
- allow this, and will render your FILE_ID.DIZ file useless or stop
- distribution at that point. Also, don't be tempted to simply copy your
- program description file to FILE_ID.DIZ. Attempting to "format" your
- FILE_ID.DIZ file (i.e line centering, right & left justification, etc)
- may also cause unexpected results.
-
- <*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*>
-
-