diff --git a/LDP/wt2db/Changelog b/LDP/wt2db/Changelog index c5a43b5d..a2f76de8 100644 --- a/LDP/wt2db/Changelog +++ b/LDP/wt2db/Changelog @@ -13,3 +13,16 @@ CVS 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. + Added -n, --nonet parameter to disable network + lookups. + + Fixed bug in screen blocks, para tags were being + closed when not open. + + Deleted [ for , added [[file: namespace. + + [[ is now for internal links and become . + + Encoding of literal block tags into entities. + + Added -e, --encoding to specify encoding. diff --git a/LDP/wt2db/INSTALL b/LDP/wt2db/INSTALL index 9273a925..0812fa15 100644 --- a/LDP/wt2db/INSTALL +++ b/LDP/wt2db/INSTALL @@ -16,7 +16,7 @@ to build the package, and run: make test to convert a small, arbitrary bit of WikiText. If the output looks -like DocBook, go ahead and run, as root: +like DocBook, go ahead and run: make install diff --git a/LDP/wt2db/Makefile.PL b/LDP/wt2db/Makefile.PL index ccc7000a..afe19207 100644 --- a/LDP/wt2db/Makefile.PL +++ b/LDP/wt2db/Makefile.PL @@ -20,7 +20,7 @@ WriteMakefile( PREREQ_PM => { 'File::Basename' => 0, 'HTML::Entities' => 0, - 'FileHandle' => 0, + 'FileHandle' => 0, }, MAN1PODS => { "doc/wt2db.pod" => 'blib/man1/wt2db.1', diff --git a/LDP/wt2db/README b/LDP/wt2db/README index 4498c2f5..5d03ddbb 100644 --- a/LDP/wt2db/README +++ b/LDP/wt2db/README @@ -1,75 +1,11 @@ -This is wt2db version 0.1. - wt2db is a utility to convert text files in WikiText format into DocBook. It generates a DocBook fragment, not valid DocBook. +See the manpage for more information and WikiText help. + Reporting Bugs -------------- Bugs should be reported at sourceforge.net/projects/linuxdoc. Select 'wt2db' in the 'Category' field. - - -WikiText Tags -------------- - -The following constructs are currently supported. - -Foo Foo - -=Title= Title - - -=Title|id= Title - - - works for other sect levels as well, and many other - tags. It is either the "id" value, or the "title" - value, depending on the semantics of the particular - tag. Usage should be obvious in context. - -==Title== Title - - -===Title=== Title - - - -#Foo -#Bar Foo -#Baz Bar -/# Baz - - -*Foo -*Bar Foo -*Baz Bar -/* Baz - - -[[http://foo.org]] - http://foo.org - - -[[http://foo.org Foo]] - Foo - - -[http://foo.org|Foo]] You can also delimit with the pipe character "|". - This works on any of these [[]] tags. - -[[file:Foo]] Foo - -'''Foo''' Foo - -A few DocBook structures do not have tags wrapped around them. They -are itself (duh!), and . If you insert anything -using these tags, no tags will be wrapped around it or inserted into it. -So if you want fine control over your tags, insert them yourself. - -These tags include: - - - - diff --git a/LDP/wt2db/doc/wt2db.pod b/LDP/wt2db/doc/wt2db.pod index fea26435..420f9f8b 100644 --- a/LDP/wt2db/doc/wt2db.pod +++ b/LDP/wt2db/doc/wt2db.pod @@ -1,34 +1,33 @@ =head1 NAME -B - utility to convert WikiText documents into DocBook XML/SGML. +B - converts WikiText documents into DocBook XML/SGML. + =head1 SYNOPSIS B [I