[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Making a PDF book from a moinmoin wiki page



After a long struggle, I finally today was able to generate a PDF from
the ITIL documentation available from the wiki.skolelinux.no moinmoin
wiki.  The blocking problem was <URL:http://bugs.debian.org/422998>,
and not conflicting tag IDs as I believed earlier.

To check out the resulting PDF generated from the ITIL documentation
available from <URL:http://wiki.skolelinux.no/Dokumentasjon/ITIL/>,
have a look at
<URL:http://user.skolelinux.no/~pere/itil-2007-05-09.pdf>.

To generate it, the moinmoin2pdf script available from
<URL:http://developer.skolelinux.no/itil/moinmoin2pdf> can be used
like this:

  wget http://developer.skolelinux.no/itil/moinmoin2pdf
  chmod +x moinmoin2pdf
  ./moinmoin2pdf \
    http://wiki.skolelinux.no/Dokumentasjon/ITIL/Samleside \
    itil-$(date +%Y-%m-%d).pdf

This will give you a PDF named using todays date.  I guess we should
do similar with other documents on the wiki?  The 'Sameside' wiki page
is a collection page including other wiki pages.  This method allow us
to combine the pages we want into one PDF document.

Friendly,
-- 
Petter Reinholdtsen



Reply to: