Difference between revisions of "Submissions"

From Anbessa Pool User's Guide Wiki
Jump to: navigation, search
(Created page with "All submissions should be submitted as a collection of files contained within an archived directory in either tar.gz or ZIP format. In addition to the source files for your...")
 
Line 4: Line 4:
  
 
<pre>
 
<pre>
README.TXT        -- a README file  
+
(All required files are case sensitive)
MANIFEST.TXT      -- a file describing each file/the contents of the archive
+
 
LICENSE file,     -- an open source license granting others the right to run/examine/modify your code
+
README.TXT        -- Required. a README file  
INSTALL.TXT      -- Optional. Should contain instructions and links to help users run your code
+
MANIFEST.TXT      -- Required. a file describing each file/the contents of the archive
*.BAS            -- BASIC source code files
+
LICENSE.TXT,     -- Required. an open source license granting others the right to run/examine/modify your code
*.*              -- DATA FILES (*.DAT recommended but may be anything)
+
INSTALL.TXT      -- Optional. Should contain instructions and links to help users run your code
 +
*.BAS            -- Required. BASIC source code files
 +
*.*              -- Optional. DATA FILES (*.DAT recommended but may be anything)
 
</pre>
 
</pre>
  

Revision as of 08:44, 22 February 2024

All submissions should be submitted as a collection of files contained within an archived directory in either tar.gz or ZIP format. In addition to the source files for your program, You should include the following:

(All required files are case sensitive)

README.TXT        -- Required. a README file 
MANIFEST.TXT      -- Required. a file describing each file/the contents of the archive
LICENSE.TXT,      -- Required. an open source license granting others the right to run/examine/modify your code
INSTALL.TXT       -- Optional. Should contain instructions and links to help users run your code
*.BAS             -- Required. BASIC source code files
*.*               -- Optional. DATA FILES (*.DAT recommended but may be anything)

Source code and data only, no executables (.EXE or others) will be accepted.

Submissions can be made using the link from the registration confirmation email OR (in development) as email attachments sent to still_testing@anbessapool.org. Once accepted, submission archives will be moved to the publishing area where others may download, run, and evaluate programs prior to voting.