home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_197b.zip / MANIFEST < prev    next >
Text File  |  1994-04-19  |  7KB  |  129 lines

  1. Configure          A shell script that installs everything system dependent.
  2. EXTERN.h           When included, makes other includes not belong to me.
  3. HACKERSGUIDE       A brief guide to the contorted innards of [t]rn.
  4. HINTS.TRN          Some helpful hints to get the most out of using trn.
  5. INIT               Sample system-wide switch file.
  6. INSTALL            Installation instructions.
  7. INTERN.h           When included, makes other includes belong to me.
  8. MANIFEST           This list of files.
  9. Makefile.SH        Shell script to generate the makefile.
  10. NEW                List of new features with trn 3.0.
  11. Pnews.1            Manual page for Pnews.
  12. Pnews.SH           A news posting shell script that knows about -h.
  13. Policy.sh.SH       Script to save the local policy answers.
  14. README             Start by reading this file.
  15. Rnmail.1           Manual page for Rnmail.
  16. Rnmail.SH          A mailer that knows about -h.
  17. Speller.SH         An ispell wrapper that understands news articles.
  18. addng.c            Routines for scanning the active file for new newsgroups.
  19. addng.h            Public info regarding addng.c.
  20. art.c              Routines to display an article.
  21. art.h              Public info regarding art.c.
  22. artio.c            Reserved for the article abstract type, someday.
  23. artio.h            Public info regarding artio.c.
  24. artsrch.c          Routines for searching among articles.
  25. artsrch.h          Public info regarding artsrch.c.
  26. artstate.h         Info on the current state of the article.
  27. autosub.c          Routines to allow automatic subscription management
  28. autosub.h          Public info regarding autosub.c
  29. backpage.c         Routines for paging backwards in articles.
  30. backpage.h         Public info regarding backpage.c.
  31. bits.c             Bitmap management functions.
  32. bits.h             Public info regarding bits.c.
  33. cache.c            Routines to handle caching of articles.
  34. cache.h            Public info regarding cache.c.
  35. charsubst.c        Routines for converting between various character sets.
  36. charsubst.h        Public info regarding charsubst.c.
  37. common.h           Global info.
  38. config.h.SH        Shell script to create config.h
  39. decode.c           Routines common to the binary decoders
  40. decode.h           Public info for the binary decoders.
  41. dependencies       A pre-made list of the source's dependencies.
  42. edit_dist.c        Routines to find the edit distance between two strings.
  43. filexp.SH          The filename expansion script.
  44. final.c            Finalization (exit) routines.
  45. final.h            Public info regarding final.c.
  46. hash.c             Hashing routines.
  47. hash.h             Public/private info for hashing routines.
  48. head.c             Header parsing routines.
  49. head.h             Public info regarding head.c.
  50. help.c             Help routines.
  51. help.h             Public info regarding help.c.
  52. init.c             Initialization (startup) routines.
  53. init.h             Public info regarding init.c.
  54. intrp.c            Filename expansion and % interpretation routines.
  55. intrp.h            Public info regarding intrp.c.
  56. kfile.c            KILL file routines.
  57. kfile.h            Public info regarding kfile.c.
  58. last.c             Routines for handling the .rnlast file.
  59. last.h             Public info regarding last.c.
  60. makedepend.SH      Shell script to generate make dependencies.
  61. makedir.SH         Shell script to make nested subdirectories.
  62. mbox.saver.SH      Shell script to save an article to a mailbox.
  63. ndir.c             BSD 4.2 directory routine emulation.
  64. ndir.h             Public directory info.
  65. newsetup.1         Manual page for newsetup.
  66. newsetup.SH        Shell script to create a .newsrc file.
  67. newsgroups.1       Manual page for newsgroups.
  68. newsgroups.SH      Shell script to list unsubscribed newsgroups.
  69. newsnews.SH        A motd-like file that trn may print at startup.
  70. ng.c               Routines to display a newsgroup.
  71. ng.h               Public info regarding ng.c.
  72. ngdata.c           General data fetching routines for a newsgroup.
  73. ngdata.h           Public info regarding ngdata.c.
  74. nghash.c           Some hashing routines to speed up active file handling.
  75. ngsrch.c           Routines to search among newsgroups.
  76. ngsrch.h           Public info regarding ngsrch.c.
  77. ngstuff.c          Support routines for ng.c.
  78. ngstuff.h          Public info regarding ng.c.
  79. nntp.c             Routines for accessing NNTP commands.
  80. nntp.h             Public info regarding the NNTP routines.
  81. nntpclient.c       Custom version of the nntp client library.
  82. nntpclient.h       Public info for the nntp client library.
  83. nntpinit.c         Routines to implement server_init().
  84. nntplist.c         Used by shell scripts to list server resources. (NNTP only)
  85. norm.saver.SH      Shell script to save an article to a normal file.
  86. only.c             Routines to perform newsgroup restriction.
  87. only.h             Public info regarding only.c.
  88. overview.h         Defines for customizing the overview handling.
  89. parsedate.y        A yacc script for date parsing.
  90. patchlevel.h       Indicates current patch level.
  91. rcln.c             Routines to mung a .newsrc line.
  92. rcln.h             Public info regarding rcln.c.
  93. rcstuff.c          Routines to mung the .newsrc file.
  94. rcstuff.h          Public info regarding rcstuff.c.
  95. respond.c          Various routines for doing things with articles.
  96. respond.h          Public info regarding respond.c.
  97. rt-mt.c            Support for the mthread's .thread file format.
  98. rt-mt.h            Public/private info for rt-mt.c.
  99. rt-ov.c            Support for .overview files.
  100. rt-ov.h            Public info for rt-ov.c.
  101. rt-page.c          Routines to manipulate pages in the selector.
  102. rt-page.h          Public info for rt-page.c.
  103. rt-process.c       The thread-processing code.
  104. rt-process.h       Public info for rt-process.c.
  105. rt-select.c        The thread/subject/article selector.
  106. rt-select.h        Public/private info for rt-select.c.
  107. rt-util.c          Utility routines for reading threads.
  108. rt-util.h          Public info for rt-util.c.
  109. rt-wumpus.c        Routines to draw the character-oriented tree display.
  110. rt-wumpus.h        Public info for rt-wumpus.c.
  111. rthread.c          The basic routines added to init and read threads.
  112. rthread.h          Public info for rthread.c.
  113. search.c           Regular expression processing ala emacs.
  114. search.h           Public info regarding search.c.
  115. strftime.c         Source for strftime.c, if needed.
  116. sw.c               Switch processing routines.
  117. sw.h               Public info regarding switch.c.
  118. term.c             Terminal interface routines.
  119. term.h             Public info regarding term.c.
  120. trn.1              Manual pages for trn -- PLEASE READ.
  121. trn.c              The main program.
  122. trn.h              Public info for trn.c.
  123. trn-artchk.c       An article-checking program called from Pnews.
  124. unipatch.c         A unified diff filter for use with old versions of patch.
  125. unship.c           Decodes ship files.
  126. util.c             Utility routines.
  127. util.h             Public info regarding util.c.
  128. uudecode.c         Decodes uuencoded files.
  129.