From: Maxim Dzumanenko <mvd@altlinux.ru>
To: devel@altlinux.ru
Subject: [devel] sgmltools-lite -b ld2db ГЛЮКИ (Was: варианты sgml -> pdf cyr для howto-ru)
Date: Sat, 30 Mar 2002 01:03:00 +0200
Message-ID: <20020330010300.29efe1e7.mvd@altlinux.ru> (raw)
In-Reply-To: <20020327211052.0dfc2cc6.vsu@mivlgu.murom.ru>
[-- Attachment #1.1: Type: text/plain, Size: 1956 bytes --]
On Wed, 27 Mar 2002 21:10:52 +0300
Sergey Vlasov <vsu@mivlgu.murom.ru> wrote:
> Теперь к вопросу, почему sgmltools -b ld2db не работает. Внутрь я не
> лазил, но strace показал, что openjade вызывается с переменной
> SGML_CATALOG_FILES=/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat
>
> В этом каталоге не находятся:
> 1) LinuxDoc DTD - на что и идет первая ругань; для нее еще нужны как
> минимум iso-entities;
> 2) внутренние DTD openjade (/usr/share/sgml/openjade-*);
А я вот полез, и в backend-е Ld2db.py обнаружил такую пургу:
метод PreJade кастрирует SGML_CATALOG_FILES и оставляет только те catalog файлы,
в которых найдены подстроки вида:
'dtd/sgmltools', 'stylesheets/sgmltools', 'dtd/jade', 'entities/iso-entities-8879.1986'
это мотивируется тем, что лишние catalog элементы будут создавать проблемы с "finding the wrong SGML declaration."
До этой фильтрации Sgmltools.py засовывает в SGML_CATALOG_FILES:
/etc/sgml/catalog:/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat:/usr/share/sgml/CATALOG.docbkdsl
из этого списка вышеуказанные подстроки есть только в /usr/share/sgml/stylesheets/sgmltools/sgmltools.cat
поэтому /etc/sgml/catalog (с его DTD-openjade и iso-entities) остается за бортом !!!
А ссылок на /usr/share/sgml/dtd/sgmltools/catalog вообще нигде нет!
IMHO правильный метод решения:
1. создать /etc/sgml/sgml-linuxdoc.cat содержащий:
CATALOG "/usr/share/sgml/dtd/sgmltools/catalog"
CATALOG "/usr/share/sgml/openjade-1.3.1/catalog"
CATALOG "/usr/share/sgml/sgml-iso-entities-8879.1986/catalog"
CATALOG "/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat""
Кстати почему подобного там нет?
2. Заставить PreJade в Ld2db.py включть этот catalog в SGML_CATALOG_FILES
Например так: перед os.environ["SGML_CATALOG_FILES"] = string.join(newcatfiles, ':')
вставить newcatfiles.append("/etc/sgml/sgml-linuxdoc.cat")
У меня работает, хотя тоже немного хак :)
Багу что-ли повесить ?
--
С Уважением,
Максим Дзюманенко
[-- Attachment #1.2: 00000001.mimetmp --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2002-03-29 23:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-25 14:41 [devel] варианты sgml -> pdf cyr для howto-ru Maxim Dzumanenko
2002-03-26 8:02 ` [devel] " Mikhail Zabaluev
1998-12-31 22:58 ` Maxim Dzumanenko
2002-03-28 18:06 ` Sergey Vlasov
2002-03-26 13:24 ` [devel] " Sergey Vlasov
2002-03-27 19:50 ` Maxim Dzumanenko
2002-03-27 17:19 ` Sergey Vlasov
2002-03-29 22:27 ` Maxim Dzumanenko
2002-03-27 18:10 ` Sergey Vlasov
2002-03-29 23:03 ` Maxim Dzumanenko [this message]
2002-04-04 9:04 ` [devel] Re: sgmltools-lite -b ld2db ГЛЮКИ (Was: варианты sgml -> pdf cyr для howto-ru) Mikhail Zabaluev
2002-04-04 12:41 ` Maxim Dzumanenko
2002-04-05 9:32 ` Mikhail Zabaluev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020330010300.29efe1e7.mvd@altlinux.ru \
--to=mvd@altlinux.ru \
--cc=devel@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git