Patch to readd documentation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Patch to readd documentation
Дата
Msg-id 200401232052.24511.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Patch to readd documentation  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
The attached patch adds the old JDBC documentation, which was lost
during the move.  Along the way I've converted it to XML so it is more
easily possible to use Java-based XSLT processors in it, which probably
goes over better around here.

To build it, use:

ant -Ddocbook.stylesheet='/some/where/xhtml/chunk.xsl' doc

You can download the stylesheets here:

http://sourceforge.net/project/showfiles.php?group_id=21935&package_id=16608

(Eventually, we should support fetching them directly over http and/or
support XML catalogs.)

You might need to use JDK 1.4 or install additional classes, according
to the Ant documentation.

If the build process crashes with an error message like this:

.../gentext.xsl:230:57: Error! Variable accessed before it is bound!

you should try to use Saxon to do the transformation.  I have done the
following:

export CLASSPATH=/usr/share/saxon-6.5.2/saxon.jar:$CLASSPATH

The HTML rendition will end up in build/doc.

The content of the documentation could probably be overhauled as well,
but I just focused on integrating the existing material before it's
forgotten.

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: snpe
Дата:
Сообщение: Re: Using gettext for JDBC translations
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Using gettext for JDBC translations