home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / Demos / Pluto / trial / Docs / Articles < prev    next >
Encoding:
Internet Message Format  |  1998-01-03  |  2.9 KB

  1. From: Jonathan Duddington
  2. Subject: Articles
  3. Date: Sun, 24 Aug 1997 05:50:00
  4. Source: docs
  5.  
  6.  
  7. News items, Emails, and other documents are called Articles.
  8.  
  9. The Articles are stored in compressed form in the "articlesXX" files
  10. in the "Articles" directory.
  11.  
  12. Each Article has an associated header, which contains the title,
  13. date, author, source, length, and other information.  These headers
  14. are kept with their articles in the "articlesXX" files.
  15.  
  16. The "Cards" file in the Articles directory contains a copy all
  17. these headers.  It is loaded into main memory while the application
  18. is running.  This acts as an index to allow fast display of article
  19. lists, searching, sorting, etc.
  20.  
  21.  
  22. Deleting Articles
  23. =================
  24.  
  25. When an article is deleted, it is moved to the Bin box, where it is
  26. kept until the application terminates.  Articles can be viewed in
  27. the Bin box, as they can in any other box.  They can also be moved
  28. back out of the Bin box if required.
  29.  
  30. When the application terminates, the article files with the
  31. most amount of space due to binned articles are compressed,
  32. finally deleting the binned articles.  So not all binned articles are
  33. destroyed when the program terminates.
  34.  
  35. This scheme means that not all the free space due to binned articles is recovered at once, but it reduces the amount of time taken by free space recovery.
  36.  
  37. The "Statistics" option from the icon bar menu shows how much free
  38. space has not yet been recovered.
  39.  
  40. If, while running Pluto, you have accessed any Boxes which have
  41. password protection, then when you quit Pluto any articles in the Bin
  42. box become unaccessible.  This prevents someone else reading your
  43. private mail from the Bin. 
  44.  
  45.  
  46. Repair
  47. =======
  48.  
  49. The "Repair" option on the icon bar menu forces all the article
  50. files to be compacted and deletes all the binned articles.
  51. It also corrects any inconsistencies between the article files
  52. and the "Cards" index file.
  53.  
  54. It can be used to force all the ArticlesXX files to be compacted.
  55.  
  56.  
  57. Organising Articles
  58. ===================
  59.  
  60. A number of means are provided to allow you to organise articles.
  61.  
  62. 1.  Articles are stored in "Boxes".  You can create additional boxes,
  63.     and you can move articles between them.
  64.  
  65.     Boxes can be set up for incoming news and mail, outgoing news and
  66.     mail, junk (as recognised by the killfile), etc.
  67.  
  68.     Each box may be given an expiry period, after which articles are
  69.     automatically moved into another Box (eg. into the Bin box to delete
  70.     them).  
  71.  
  72. 2.  Each article has a status indicator, showing whether it has been
  73.     read.  Additionally, individual articles can be set to LOCKED or
  74.     MARKED status.
  75.  
  76.     LOCKED indicates that the article will not be automaticlly expired,
  77.     and a warning will be given if you attempt to delete it.
  78.  
  79.     MARKED behaves similarly to LOCKED, but is shown by a different
  80.     colour status indicator.  It can be used, for example, to indicate
  81.     articles which need further attention, such as those to which you
  82.     need to reply.
  83.  
  84.  
  85.