FAQ update

Dimitrie O. Paun dpaun at rogers.com
Mon Sep 8 07:56:37 CDT 2003


On September 6, 2003 07:43 pm, Francois Gouget wrote:

> So does this look ok?

Pretty good -- maybe we can finally close this task which
has been haunting as for a year almost...

> +## create a tarball of templates in a slightly different form, for the
> +## website.
> +for book in $ALL_BOOKS
> +do
> +  echo "db2html -d ./winehq.dsl $book.sgml"
> +  db2html -d ./winehq.dsl $book.sgml
> +  echo "-> converting to the .template format"
> +  for file in $book/*
> +  do
> +    perl make_winehq_template "$file" >"$file.template"
> +    rm "$file"
> +  done
> +done

Do we still need the winehq.dsl? It would be nice to use just
the regular HTML files that we have generated already, as those
use the site HTML .dsl. That would be possible with your script
to trim the header and footer, plus a bit of elbow greese in
the form of some URL rewritting in .htaccess.

> --- /dev/null	2003-02-03 19:32:02.000000000 +0100
> +++ documentation/make_winehq_template	2003-09-06 14:15:47.000000000 +0200

This one, and make_winehq script should be moved to the
tools module, as we discussed before. It may make sense
to place it here for now, and do the move as a separate
step though.

-- 
Dimi.




More information about the wine-devel mailing list