home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / edb / README-example < prev    next >
Encoding:
Text File  |  1993-05-03  |  2.2 KB  |  58 lines

  1. This is the README file for the examples distribution of EDB, a database
  2. program for GNU Emacs written by Michael Ernst <mernst@theory.lcs.mit.edu>.
  3. EDB is available via anonymous ftp from theory.lcs.mit.edu:/pub/emacs/edb/.
  4. The examples distribution is in theory.lcs.mit.edu:/pub/emacs/edb/examples.
  5.  
  6. The following files are available; see the documentation for file naming
  7. conventions.
  8.  
  9. README        This file.  This is not EDB's README file, only that for its
  10.         examples.
  11.  
  12. forms-demo2.dat        The database supplied as "demo2" of the Forms package.
  13. forms-demo2.fmt
  14. forms-demo2.report
  15.  
  16. forms-demo2-int.dat    The same database in EDB internal layout.
  17.  
  18. arb-demo    An example database in "arbitrary" format; it uses functions
  19. arb-demo.dba    rather than rules to read and write the disk file.  It also
  20. arb-demo.fmt    uses an alternate format file.
  21. arb-demo.home-fmt
  22.  
  23. arb-demo-regexp        The same database as that above, but with its layout
  24. arb-demo-regexp.dba    specified by a set of regular expressions.
  25.  
  26. eicsw.dat    Alan Stebbens's EIC software database, which uses enumerated
  27. eicsw.fmt    types and the date type.
  28. eicsw.dba
  29.  
  30. passwd.fmt    A format file for use with /etc/passwd; do db-find-file on
  31.         /etc/passwd and specify this file as the format file.
  32.  
  33. tepdb        Michael Ernst's address database in internal file layout;
  34. tepdb.fmt    includes change functions, aging of data, reports, mailing
  35. tepdb.dba    labels, and usage instructions.
  36. tepdb.instr
  37.  
  38. rolo-jik.dat    Jonathan Kamens's rolodex database; includes user-definable
  39. rolo-jik.fmt    fields and dynamic data display buffer alignment.
  40. rolo-jik.dba
  41. rolo-jik.doc
  42.  
  43. intro-and-addr    Bob Chassell's introduction to EDB for the complete novice,
  44.         plus an address database and code for producing mailing labels.
  45.  
  46. btxdb        Instructions for retrieving Thorsten Ohl's BibTeX database.
  47.  
  48. edbibtex.shar    Michael Burschik's BibTeX database and sample format files.
  49.         Includes documentation, example databases, and more.
  50.  
  51. geneal        Instructions for retrieving Michael Patton's geneal database,
  52.         which includes inter-record links and tagged file layout.
  53.  
  54.  
  55. More examples are needed!  Please help future users by contributing your
  56. databases; contact Michael Ernst <mernst@theory.lcs.mit.edu> to have them
  57. included.
  58.