Skip to content
Thomas Schraitle edited this page Nov 1, 2018 · 2 revisions

wt2db is a component of the Lampadas Project that converts Wiki text to DocBook. It can also be used as a standalone application. Follow the steps below to check it out from the LDP cvs repository and install it locally.```xml

  1. Log into the LDP cvs repository anonymously:

cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot login

  1. Grab the wt2db module:

cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot co LDP/wt2db/

  1. wt2db also requires the HTML::Entities perl module, so do:

perl -MCPAN -e shell

  1. At the cpan> prompt, type:

install HTML::Entities

  1. Once that's done, you should be able to run the Makefile in the wt2db distribution:

./Makefile.PL

  1. Build the package:

make

  1. Install the files in the appropriate locations:

make install```

Clone this wiki locally