home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txict100.zip / texicvt1.00 / todo < prev   
Text File  |  1997-03-31  |  3KB  |  80 lines

  1. ================================================================================
  2.                         Texinfo converting Tools
  3.                          Release 1.00  28.03.97
  4.                        (c) 1996 by Andreas Kaiser
  5.                     (c) 1997 by Karl Heinz Marbaise
  6. ================================================================================
  7.              $Id: TODO 1.7 1997/03/31 20:37:43 KHM Exp $
  8.  
  9.     Global:
  10.         o Look at source to make the source clean of warnings
  11.           while compiling with -Wall (GNU-emx).
  12.  
  13.         o Create makefile for gen directory and let the work
  14.           do due to one makefile which is placed in source
  15.           directory.
  16.  
  17.         o Combine the converter(Texinfo to HTML, Texinfo to RTF,
  18.           Texinfo to IPF) into one which means only one lexical
  19.           analyser for Texinfo.
  20.           This might be a good base to convert to any other format.
  21.  
  22.         o Make command line switch to change the situation
  23.           @iftex @end iftex
  24.           @ifinfo @end ifinfo
  25.           @ifhtml @end html.
  26.  
  27.         o Let do @raisesection @lowersection do what they
  28.           were created for.
  29.  
  30.         o @node Copyright, Top, (dir), (dir)
  31.           produces a message like this:
  32.           "<up> node undefined in 'Copyright', 'Top', '(dir)', '(dir)'"
  33.         o @nwnode is not documented in Texinfo but implemented in
  34.           makeinfo ! May I ignore it or what should I do?
  35.  
  36.         o @example @code
  37.           @end example
  38.           Support this style to let things like this work.
  39.  
  40.         o extend makefile to do the release job
  41.           (actualy these are several batch-files;
  42.            and not part of the release).
  43.  
  44.         o may be a Texinfo documentation(if needed for
  45.           a general Texinfo to... converter)
  46.  
  47.     HTML part:
  48.         o implement @multitable @end multitable
  49.  
  50.         o @math{} not handled
  51.  
  52.         o Produce a Table of contents out of the
  53.           @chapter, @sections, ... and so on.
  54.  
  55.         o Menu Entries like the following should produce
  56.           links within HTML document:
  57.  
  58.           * entry-name:(filename)nodename. Discription
  59.  
  60.         o @xref{Anton, Egon}
  61.           The second "Egon" is type set in italic:
  62.           <A HREF="#Anton">Anton <I>Egon</I></A>
  63.           This has to be changed. But to what?
  64.  
  65.         o If texihtml creates big indexes there
  66.           I have todo some corrections.
  67.           I think about a possibility to create
  68.           a index file which only holds the
  69.           index of a big document as a stand alone
  70.           HTML file.
  71.  
  72.         o Might it be a good idea to create
  73.           a great number of little documents
  74.           instead of a big one?
  75.  
  76.     RTF part:
  77.         o I don't say anything about it, because
  78.           RTF converting is already in gamma state!
  79.       
  80.