home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / dos / arcn14b2.exe / APM.TXT < prev    next >
Encoding:
Text File  |  1998-04-24  |  1.3 KB  |  36 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. Name=name of the package
  19. License=freeware,shareware, commercial, public domain ... GNU, copyright ..
  20. Description=some information about this package
  21. [Description=....more lines]
  22. [Mime=valid MIME.CFG line (MIME type will be replaced or added)]
  23. [Mime=...]
  24. [Icon=valid WWWMAN.CFG line]
  25. [Icon=...]
  26. [Config=valid ARACHNE.CFG line]
  27. [Config=...]
  28. ---cut---
  29.  
  30. You can use HTML tags in Name, License and Description variables.
  31.  
  32. Please send all your public APM packages or information about them to me
  33. (xchaos@main.naf.cz), because URLs were valied APMs are located must be
  34. listed in file SECURITY.CFG. I would also like to keep updated list of APMs
  35. on Arachne online homepage.
  36.