Documentation updates

This commit is contained in:
david 2003-05-18 13:50:17 +00:00
parent 9c354021db
commit 5eb72be848
5 changed files with 26 additions and 18 deletions

View File

@ -1,4 +1,4 @@
Copyright 2002 David Merrill <david@lupercalia.net>
Copyright 2002, 2003 David Merrill <david@lupercalia.net>
Jaime Irving Davila Latorre <jadavila@uniandes.edu.co>
for a patch to add language support (@documentlanguage tag),

View File

@ -1,14 +1,4 @@
2002-05-05 0.3 Initial public release
2002-05-05 0.4 Added Makefile.PL, INSTALL, man page, Changelog
Added -V, same as --version
2002-05-23 0.4.1 Bugfix, remove backslashes from id tags
2002-04-25 0.4.2 Adds support for @documentlanguage tag,
Thanks to Jaime Irving Davila Lotorre for patch.
<jadavila@uniandes.edu.co>
CVS Documentation updates
2002-06-26 0.5 Adds minimal indexing support.
@ -21,3 +11,15 @@
Fixed a bug that caused output to never be written
to STDOUT.
2002-04-25 0.4.2 Adds support for @documentlanguage tag,
Thanks to Jaime Irving Davila Lotorre for patch.
<jadavila@uniandes.edu.co>
2002-05-23 0.4.1 Bugfix, remove backslashes from id tags
2002-05-05 0.4 Added Makefile.PL, INSTALL, man page, Changelog
Added -V, same as --version
2002-05-05 0.3 Initial public release

View File

@ -2,7 +2,9 @@
##
## Makefile for the texi2db utility.
##
## Copyright (c) 2002, David Merrill. All rights reserved.
## Copyright (c) 2002, 2003 David Merrill <david@lupercalia.net.
## All rights reserved.
##
## This code is Free Software; you can redistribute it and/or modify
## it under the GNU General Public License. See COPYING for details.
##

View File

@ -1,4 +1,4 @@
This is a utility to generate DocBook from Texinfo source. Type
This is texi2db, a utility to generate DocBook from Texinfo source. Type
"texi2db -h" for all the command line options. It's pretty self-explanatory.
texi2db has to make some best guesses about how to structure your document,
@ -25,10 +25,14 @@ texi2db has full support for macros, aliases, and custom highlighting with
@defenclosure commands.
This software has been in active use for some time and has proven reliable.
However, it is still in development and probably has bugs. Please feel free to
send bug reports to <david@lupercalia.net>.
However, it hasn't been used all that widely, and undoubtedly has a lurking bug
or two! Please feel free to send bug reports to me by email.
If it works for you, I'd really appreciate hearing that, too.
Hope you find it useful,
David Merrill
<david@lupercalia.net>
The following structures are not supported, at least not yet.

View File

@ -6,7 +6,7 @@ use File::Basename;
use FileHandle;
use HTML::Entities;
$VERSION = "0.5";
$VERSION = "0.6-cvs";
$errors = 0;
$error = 0;
@ -2367,7 +2367,7 @@ sub message {
sub version {
print "texi2db version $VERSION\n";
print "Copyright (c) 2002 David Merrill \<david\@lupercalia.net\>.\n";
print "Copyright (c) 2002, 2003 David Merrill \<david\@lupercalia.net\>.\n";
print "\n";
print "Converts a Texinfo file into DocBook XML.\n";
print "\n";