HOBBES OS/2 ARCHIVE - FTP POOL DIRECTORY
========================================

This directory is the FTP upload queue / migration pool.

USAGE:
------
1. Upload OS/2 files directly here via FTP.
2. Log into the archive as an Editor or Admin.
3. Go to the Approval Pool (/pool) in the web interface.
4. FTP-uploaded files will appear listed here for processing.
5. Fill in the required metadata (title, description, author, category).
6. Import and optionally approve the file immediately.

NOTES:
------
- Files here are NOT accessible to the public.
- Files are moved out of this directory when imported via the web UI.
- You may also place a {filename}.meta.json alongside a file to pre-fill
  metadata. See the admin documentation for the JSON format.
- Supported formats: .zip .wpi .exe .cmd .bat .inf .rpm .tar .gz .bz2
  .lzh .arj .7z .cab .img .iso .jpg .jpeg .png .gif .bmp .wav .mp3
  .mid .midi .avi .mpg .mpeg .txt .nfo .diz .doc .html .pdf .rtf

META JSON FORMAT (optional, filename.meta.json):
-------------------------------------------------
{
  "title": "My OS/2 Program",
  "author": "John Doe",
  "version": "1.0",
  "desc": "A brief description",
  "os2_version": "Warp 4, eCS 2.x",
  "tags": "utility, editor",
  "homepage": "http://example.com"
}
