home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / timclk11.zip / PROJECT.TXT < prev    next >
Text File  |  1994-10-13  |  2KB  |  54 lines

  1. #
  2. # Sample project file: project.txt
  3. #
  4.  
  5. #
  6. # This file contains two types of entries: those identifying projects and
  7. # those identifying categories.  These entries may be intermixed, so long
  8. # each category is identified before it appears in a project entry.  I find
  9. # it more convenient to group all the category entries at the top of the
  10. # file, followed by the project entries.
  11. #
  12. #
  13. # A category is specified with a line like this:
  14. #
  15. #    -category_name:r,g,b
  16. #
  17. # where "category_name" is the name of the category.  If ":r,g,b" is given,
  18. # it specifies the color in which projects belonging to the category are
  19. # displayed on the PC-TimeClock screen; "r,g,b" are each a number from 0 to
  20. # 255 specifying the red, green, and blue intensity, respectively.  If it
  21. # is omitted, black is used.
  22. #
  23. # You may specify up to 10 different categories, but the more you give, the
  24. # less space is available on the screen for their display.
  25. #
  26. -Business:0,255,0
  27. -Personal:0,0,255
  28.  
  29. #
  30. # A project is specified with a line like this one:
  31. #
  32. #    project_name-category_name
  33. #
  34. # where "project_name" is the name of the project, and "category_name" must
  35. # match the name of a previously identified category.  Up to 25 entries may
  36. # be given for each category.  The entries are shown on PC-TimeClock in
  37. # the order that they appear in this file.  Other than that, the order has
  38. # no importance, so you can arrange the projects alphabetically, or put
  39. # your most frequent entries at the top, or whatever.
  40. #
  41. # Note that it is perfectly acceptable to have the same project appear in
  42. # two or more categories.
  43. #
  44. Correspondence-Personal
  45. Games-Personal
  46. Home finances-Personal
  47. Inventory-Business
  48. Recipe manager-Personal
  49. School work-Personal
  50. Software development-Business
  51. System maintenance-Business
  52. Taxes-Business
  53. Taxes-Personal
  54.