LDP/LDP/defunct/wt2db/Changelog

82 lines
2.2 KiB
Plaintext
Raw Normal View History

2005-01-22 1.0 Declared 1.0 since no bugs files in forever.
Updated XML DTD to 4.3
2003-05-19 04:47:32 +00:00
2002-05-19 0.6 Updated documentation.
2002-08-27 10:45:29 +00:00
2003-05-18 22:14:08 +00:00
Removed wget call to retrieve ldp namespace.
This really doesn't belong in a general purpose utility.
2003-05-19 04:47:32 +00:00
Encoded [[link:foo]] as <xref/> instead of <xref></xref>.
2003-05-18 22:14:08 +00:00
2003-05-19 04:47:32 +00:00
Encoded "Q: Foo?" as:
2003-05-18 22:14:08 +00:00
<question id='foo'>
<para id='foo-title'>Foo?</para>
</question>
instead of:
<question>
<para>Foo?</para>
2003-05-19 04:47:32 +00:00
</question>
2003-05-18 22:14:08 +00:00
This was causing our xrefs to become:
<a href="foo"><p>Bar</p></a>
which causes ugly line breaks in the final output.
2003-05-19 04:47:32 +00:00
Added -f, --faq option to generate the article tag as:
2003-05-18 22:14:08 +00:00
<article class='faq'>
2003-05-19 04:47:32 +00:00
Added processing instruction:
<? dbhtml toc='1' ?>
so each <qandaset> gets its own list of questions.
2003-05-19 04:47:32 +00:00
Fixed wiki links -- spaces in URLs are now correctly
replaced with underscores.
Fixed bug where lines ending in \x0a aren't chomped.
2003-05-21 23:30:32 +00:00
Added support for ftp:// and news:// links.
Added support for <appendix> tags.
2002-06-26 10:44:27 +00:00
2002-06-25 0.5 Switched -V and -v, now -v is version, -V is verbose.
Changed -a, --article to -x, --xml and -s, --sgml to
let you pick your own doctype.
2002-06-26 10:44:27 +00:00
Added -n, --nonet parameter to disable network
lookups.
2002-06-21 01:50:53 +00:00
2002-06-26 10:44:27 +00:00
Fixed bug in screen blocks, para tags were being
closed when not open.
2002-06-21 01:50:53 +00:00
2002-06-26 10:44:27 +00:00
Deleted [ for <filename>, added [[file:]] namespace instead.
This is less likely to generate false positives.
[[ is now for internal links and become <xref>.
2002-06-21 01:50:53 +00:00
2002-06-26 10:44:27 +00:00
Encoding of literal block tags into entities.
2002-06-21 01:50:53 +00:00
2002-06-26 10:44:27 +00:00
Added -e, --encoding to specify encoding.
2002-06-26 10:44:27 +00:00
Added [[dir:foo]] for directories.
2002-06-26 10:44:27 +00:00
Added [[dev:foo]] for device files.
2002-06-26 10:44:27 +00:00
Added ability to nest ordered lists and itemized lists
up to four levels deep, mix-and-match.
2002-06-26 10:44:27 +00:00
"#" and "*" for lists no longer have to be in the first column.
2002-06-26 07:23:04 +00:00
2002-06-26 10:44:27 +00:00
Added XML ISO Entity reference.
2002-05-24 0.4 Added -a, --article option.
This option wraps the document content in <article>
tags, and prefixes the file with a DocBook 4.1.2
DOCTYPE declaration.
Added <articleinfo> as a literal section, so a user
can write their own meta-data when not using
Lampadas and still get a complete DocBook file.
2002-05-01 0.3 Initial public release.