home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Linux / Bureautique / moodss.txt < prev    next >
Text File  |  1998-10-18  |  3KB  |  64 lines

  1. This is moodss (Modular Object Oriented Dynamic SpreadSheet) version
  2. 5.0. Moodss is implemented in the great Tcl language (requires at
  3. least versions 8.0 of Tcl and Tk, for UNIX or Windows).
  4.  
  5. Moodss is a modular application. It displays data described and
  6. updated in one or more independent modules loaded when the application
  7. is started. Data is originally displayed in tables. Graphical views
  8. (graph, bar, 3D pie charts, ...), summary tables (with current,
  9. average, minimum and maximum values) and free text viewers can be
  10. created from any number of table cells through a simple drag'n'drop
  11. operation. Table rows can be sorted in increasing or decreasing order
  12. by clicking on column titles. The current configuration (modules,
  13. tables and viewers geometry, ...) can be saved in a file at any time,
  14. and later reused through a command line switch, thus achieving a
  15. dashboard functionality.
  16.  
  17. The module code is the link between the moodss core and the data to be
  18. displayed. All the specific code is kept in the module package.  Since
  19. module data access is entirely customizable (through C code, Tcl,
  20. HTTP, ...) and since several modules can be loaded at once,
  21. applications for moodss become limitless.  For example, comparing a
  22. remote database server CPU load and a network load from a probe on the
  23. same graph becomes possible.
  24.  
  25. Apart from a sample module with random data, ps, cpustats and memstats
  26. modules for Linux are included as examples (running
  27. "wish moodss ps cpustats memstats" mimics the "top" application with a
  28. graphic edge). Module contibutions are of course welcomed and will be
  29. included in my home page.
  30.  
  31. Thorough help is provided through menus, widget tips, a message area,
  32. a module help window and a global help window with a complete HTML
  33. documentation.
  34.  
  35. Development of moodss is continuing and as more features are added in
  36. future versions, backward module code compatibility will be maintained.
  37.  
  38. I cannot thank the authors of tkTable, BLT and the HTML library enough
  39. for their great work.
  40.  
  41. In order to run moodss, you need to install the following packages
  42. (unless you can use the rpm utility, see below):
  43. obviously Tcl/Tk 8.0 or 8.1 at (or at a mirror near you)
  44. http://www.scriptics.com/ or ftp://ftp.scriptics.com/
  45. the latest tkTable widget library at:
  46. http://oprs.mchh.siemens.de/tcl/capp/tkTable/
  47. and the latest BLT library at:
  48. ftp://ftp.tcltk.com/pub/blt/
  49. (see the INSTALL file for complete instructions, for UNIX and also
  50. Windows platforms).
  51. Note: pre-compiled libraries for tkTable and BLT on Linux are
  52. available in my homepage.
  53.  
  54. You also have the option of using the moodss rpm file (also in my
  55. homepage), if you are using a Redhat Linux system (5.1 or above).
  56.  
  57. Whether you like it (or hate it), please let me know. I would like to
  58. hear about bugs and improvements you would like to see. I will correct
  59. the bugs quickly, especially if you send me a test script (module code
  60. with a data trace would be best).
  61.  
  62. Jean-Luc Fontaine
  63. http://www.mygale.org/~jfontain/ or mailto:jfontain@mygale.org
  64.