home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / APM.TXT < prev    next >
Encoding:
Text File  |  1999-03-26  |  1.7 KB  |  43 lines

  1.  
  2. How to create Arachne Packages (.APM)
  3. -------------------------------------
  4.  
  5. APM file is simply normal ARJ archive. It is handled by freeware UNARJ.EXE
  6. included in Arachne package. It will be unpacked to Arachne directory. It
  7. is good idea to place more complex upgrades to separate directories.
  8.  
  9. APM package can contain any Arachne plug-in, DGI script, or patch - for
  10. example multimedia player, different font set, or simply just APM.ID file
  11. with list of changes to Arachne configuration files.
  12.  
  13. Only rule is, that APM package must containg file called APM.ID with
  14. following structure:
  15.  
  16. ---cut---
  17. [arachne-package]
  18. [APMicon=URL of package icon (eg. file:ZIP.IKN) - must be on first line!]
  19. Name=name of the package
  20. License=freeware,shareware, commercial, public domain ... GNU, copyright ..
  21. Description=some information about this package
  22. [Description=....more lines]
  23. [Mime=valid MIME.CFG line (MIME type will be replaced or added)]
  24. [Mime=...]
  25. [Icon=valid WWWMAN.CFG line]
  26. [Icon=...]
  27. [Config=valid ARACHNE.CFG line]
  28. [Config=...]
  29. [Overwrite=name of package which is overwritten/deactivated (without .APM!)
  30. [Overwrite=...]
  31. ---cut---
  32.  
  33. You can use HTML tags in Name, License and Description variables.
  34.  
  35. Please send all your public APM packages or information about them to me
  36. (xchaos@arachne.cz), because *REQUIRED* starting URL for APM packages
  37. is "http://home.arachne.cz/apm/". APMs don't necessary have
  38. to be located there, but this page should be at least starting point
  39. for Arachne users to find them.
  40.  
  41. There is "Find APM" button in "Save download file" and "Copy file" dialogue
  42. boxes; this button uses CGI script "http://home.arachne.cz/cgi-bin/find-apm"
  43. to locate suitable APM for given mime type of file extension.