From moreejt@xperienceinc.com Thu Feb 2 14:27:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Thu, 02 Feb 2006 14:27:00 -0000 Subject: docbook 2 html with images Message-ID: <43E2174E.3090103@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I recently tried out docbook2html (which of course is just jw with some default options). I and the documentation for blender (which led me to this in the first place) used the -o option to output to a subdirectory. Alas none of the images were copied into the subdirectory which left me with only part of what I needed. I wrote a script to copy the images for me but I thought perhaps the latest version of the utils might have already dealt with this issue. I am on debian sarge for amd64 and the utils version is 0.6.14. jw version 1.1. Can anyone tell me if this issue has been addressed? Shall I clean up my script and post it somewhere for the maintainer of docbook-utils to possibly include? - -- JT Mor??e PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD4hdOucZ4lMT2d5IRAgAYAJ9tLtC6qbeq+pNmRDmmkcSFaWTwPwCgkGkm 5/PaT7TJerEE9sxfujCKeAE= =tgvA -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From ebischoff@nerim.net Fri Feb 3 13:44:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Fri, 03 Feb 2006 13:44:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E2174E.3090103@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> Message-ID: <200602031445.11703.ebischoff@nerim.net> Le Jeudi 2 F?vrier 2006 15:29, JT Moree a ?crit?: > Hello, > I recently tried out docbook2html (which of course is just jw with > some default options). I and the documentation for blender (which led > me to this in the first place) used the -o option to output to a > subdirectory. > > Alas none of the images were copied into the subdirectory which left me > with only part of what I needed. > > I wrote a script to copy the images for me but I thought perhaps the > latest version of the utils might have already dealt with this issue. > > I am on debian sarge for amd64 and the utils version is 0.6.14. jw > version 1.1. > > Can anyone tell me if this issue has been addressed? Shall I clean up > my script and post it somewhere for the maintainer of docbook-utils to > possibly include? Hi JT, and thanks for your help proposal, It's an old issue. The difficulty is to guess which images should be copied where from and where to. I can imagine how you can write a script that works for you, but not how you can write a script that would work for everyone. If you have a generic solution of course it is more than welcome. -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From moreejt@xperienceinc.com Fri Feb 3 18:18:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Fri, 03 Feb 2006 18:18:00 -0000 Subject: docbook 2 html with images In-Reply-To: <200602031445.11703.ebischoff@nerim.net> References: <43E2174E.3090103@xperienceinc.com> <200602031445.11703.ebischoff@nerim.net> Message-ID: <43E39ED8.1000004@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>Alas none of the images were copied into the subdirectory which left me >>with only part of what I needed. > It's an old issue. The difficulty is to guess which images should be copied > where from and where to. I can imagine how you can write a script that works > for you, but not how you can write a script that would work for everyone. If > you have a generic solution of course it is more than welcome. I used the SRC tag in the resulting html files. In fact, two checks would make the process more efficient. for each SRC tag found in resulting html files if srcfile does not exist if srcfile does exist in original files copy srcfile This is done easily in shell with unix utilities. I dont know if it could be integrated into a makefile. are makefiles just shell commands? - -- JT Mor??e PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD457YucZ4lMT2d5IRAtH8AKCNb/fbcgSQQIpnVkpybxj2z+KD+ACfYbUV 0KUFnv3uXxs+Kke8rkoWi8s= =cJIr -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From moreejt@xperienceinc.com Fri Feb 3 18:29:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Fri, 03 Feb 2006 18:29:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E39ED8.1000004@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> <200602031445.11703.ebischoff@nerim.net> <43E39ED8.1000004@xperienceinc.com> Message-ID: <43E3A16A.10607@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Actually it's the src attribute of the img tags that I'm looking at. and come to think of it, this algor. needs some tweaking. for each SRC attribute found in resulting html files parse out file if file starts with http:// #ftp too. etc? if srcfile does not exist in resulting html if srcfile does exist in original files copy srcfile from original to html - -- JT Mor??e PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD46FqucZ4lMT2d5IRAg6oAJ9oScwxI0pPG2ccH6YiXDjo2ih9dACgi6Ko kO7XVu6k6KpTBP1JexStWuU= =r4li -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From ebischoff@nerim.net Fri Feb 3 20:36:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Fri, 03 Feb 2006 20:36:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E3A16A.10607@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> <43E39ED8.1000004@xperienceinc.com> <43E3A16A.10607@xperienceinc.com> Message-ID: <200602032136.47456.ebischoff@nerim.net> Le Vendredi 3 F?vrier 2006 19:31, JT Moree a ?crit?: > Actually it's the src attribute of the img tags that I'm looking at. > and come to think of it, this algor. needs some tweaking. > > for each SRC attribute found in resulting html files > parse out file > if file starts with http:// #ftp too. etc? OK. How do you do the difference between an that comes from the local files and an that comes from some other external source ? And why should the images be precisely in the same directory as the docbook source ? > if srcfile does not exist in resulting html > if srcfile does exist in original files > copy srcfile from original to html Understood. -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From ebischoff@nerim.net Fri Feb 3 20:39:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Fri, 03 Feb 2006 20:39:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E39ED8.1000004@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> <200602031445.11703.ebischoff@nerim.net> <43E39ED8.1000004@xperienceinc.com> Message-ID: <200602032140.10590.ebischoff@nerim.net> Le Vendredi 3 F?vrier 2006 19:20, JT Moree a ?crit?: > for each SRC tag found in resulting html files > if srcfile does not exist > if srcfile does exist in original files > copy srcfile > > This is done easily in shell with unix utilities. I dont know if it > could be integrated into a makefile. are makefiles just shell commands? Ooops, missed this part of your message. No, makefiles are a separate mechanism. In fact some projects like Borges rely on makefiles, the docbook-tools don't. One of the many reasons is that "make" utility is a developper package that could very well not be installed. -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From moreejt@xperienceinc.com Sat Feb 4 13:42:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Sat, 04 Feb 2006 13:42:00 -0000 Subject: docbook 2 html with images In-Reply-To: <200602032136.47456.ebischoff@nerim.net> References: <43E2174E.3090103@xperienceinc.com> <43E39ED8.1000004@xperienceinc.com> <43E3A16A.10607@xperienceinc.com> <200602032136.47456.ebischoff@nerim.net> Message-ID: <43E4AFBB.7000209@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > OK. How do you do the difference between an that comes from the > local files and an that comes from some other external source ? see next message i sent. src with http:// or ftp:// etc are external and would not be acted upon. > And why should the images be precisely in the same directory as the docbook > source ? Where else would they be? if they are being referred to in the docbook files and they are not external? Can makefiles call external programs. Worst case could be that the utility is called manually by the user or by the docbook2html wrapper. - -- JT Mor??e PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD5K+7ucZ4lMT2d5IRAjC1AKCIWER1P/hVgFF/8RALZqxYLejL1QCcCKjq YECzVkDxuTvqsNsqM5wQVfk= =KE18 -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From ebischoff@nerim.net Sat Feb 4 15:05:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Sat, 04 Feb 2006 15:05:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E4AFBB.7000209@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> <200602032136.47456.ebischoff@nerim.net> <43E4AFBB.7000209@xperienceinc.com> Message-ID: <200602041605.44812.ebischoff@nerim.net> Le Samedi 4 F?vrier 2006 14:44, JT Moree a ?crit?: > > OK. How do you do the difference between an that comes from > > the local files and an that comes from some other external > > source ? > > see next message i sent. src with http:// or ftp:// etc are external > and would not be acted upon. OK. > > And why should the images be precisely in the same directory as the > > docbook source ? > > Where else would they be? For example, at my place, they are in images/ ... > if they are being referred to in the docbook > files and they are not external? In fact, they could be anywhere. You would at least need to pass a parameter like --images-dir to your script. That could default to ".". > Can makefiles call external programs. Worst case could be that the > utility is called manually by the user or by the docbook2html wrapper. I see it best in docbook2html wrapper. Heya, anybody listening us ? Any maintainer here ? ;-) -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From moreejt@xperienceinc.com Sat Feb 4 22:05:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Sat, 04 Feb 2006 22:05:00 -0000 Subject: docbook 2 html with images In-Reply-To: <200602041605.44812.ebischoff@nerim.net> References: <43E2174E.3090103@xperienceinc.com> <200602032136.47456.ebischoff@nerim.net> <43E4AFBB.7000209@xperienceinc.com> <200602041605.44812.ebischoff@nerim.net> Message-ID: <43E525AB.4060901@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>And why should the images be precisely in the same directory as the >>>docbook source ? >> >>Where else would they be? > > > For example, at my place, they are in images/ ... Does your docbook link to them with the 'images' in the path? In my case the Blender guide is not just referring to images but images under subdirectories so that the src looks like src="boo/bar/baz/image.png" in the resulting html. the original docbook files use ref="boo/bar/baz/image.png" format="png" >>if they are being referred to in the docbook >>files and they are not external? > > > In fact, they could be anywhere. > > You would at least need to pass a parameter like --images-dir to your script. > That could default to ".". That's fine but I'm not sure that it makes sense. How could the docbook stuff use images from anywhere without specifiying where that is in the ref tag? And if it is specified it results in an References: <43E2174E.3090103@xperienceinc.com> <200602041605.44812.ebischoff@nerim.net> <43E525AB.4060901@xperienceinc.com> Message-ID: <200602050948.19691.ebischoff@nerim.net> Le Samedi 4 F?vrier 2006 23:07, JT Moree a ?crit?: > > For example, at my place, they are in images/ ... > > Does your docbook link to them with the 'images' in the path? I suppose it has to reference them somehow, yes, otherwise how would the rendering engine calculate the images size for example for PDF output ? > In my case the Blender guide is not just referring to images but images > under subdirectories so that the src looks like > src="boo/bar/baz/image.png" in the resulting html. the original docbook > files use > ref="boo/bar/baz/image.png" format="png" Yes, you could base your algorithm on the path in the docbook source. Beware it could be something vicious like "../../images/", in which case it might not be obvious to convert that to a HTML path and copy the files. Example to show you why this could reasonably happen (use fixed font to display) : project/ +------ images/ | +----- illustration.png | +------ part 1/ | +------ chapter1/ | | +-------- myfile.docbook | | | +------ chapter 2/ It could also be an absolute path, it is not necessarily a relative path. > > You would at least need to pass a parameter like --images-dir to your > > script. That could default to ".". > > That's fine but I'm not sure that it makes sense. How could the docbook > stuff use images from anywhere without specifiying where that is in the > ref tag? Correct. > And if it is specified it results in an And if it can be found by the docbook stuff why wouldn't it be findable > by the html conversion stuff and my utility as well? If you find a valuable algorithm, I have nothing against, on the contrary, it would really be a *great* plus for the docbook-utils. I just wanted to stress that the source images could be anywhere. You will have to think a lot about that in your algorithm. In fact, it's what has always prevented me from coding that... -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From moreejt@xperienceinc.com Mon Feb 6 01:50:00 2006 From: moreejt@xperienceinc.com (JT Moree) Date: Mon, 06 Feb 2006 01:50:00 -0000 Subject: docbook 2 html with images In-Reply-To: <200602050948.19691.ebischoff@nerim.net> References: <43E2174E.3090103@xperienceinc.com> <200602041605.44812.ebischoff@nerim.net> <43E525AB.4060901@xperienceinc.com> <200602050948.19691.ebischoff@nerim.net> Message-ID: <43E6ABE3.1010100@xperienceinc.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Beware it could be something vicious like "../../images/", in which case it > might not be obvious to convert that to a HTML path and copy the files. Actually there are a few like that but I haven't done any testing because the blender guys didn't include the images directory so they are broken links regardless. I will probably create some images for testing purposes. > It could also be an absolute path, it is not necessarily a relative path. Yes, I've dealt with this before in a photo album shell script project called picbook. It is tricky. I had it working pretty well but ran into issues with path names that included dashes. Never figured out why that happened. - -- JT Mor??e PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD5qvjucZ4lMT2d5IRAuqjAKCoOmOYjjxyKJFxnrOVdDyHI3yfJQCcDFGc WB3cYH3BDQkSKp63yiUWTEs= =Oh3E -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From ebischoff@nerim.net Mon Feb 6 06:31:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Mon, 06 Feb 2006 06:31:00 -0000 Subject: docbook 2 html with images In-Reply-To: <43E6ABE3.1010100@xperienceinc.com> References: <43E2174E.3090103@xperienceinc.com> <200602050948.19691.ebischoff@nerim.net> <43E6ABE3.1010100@xperienceinc.com> Message-ID: <200602060731.53429.ebischoff@nerim.net> Le Lundi 6 F?vrier 2006 02:52, JT Moree a ?crit?: > > Beware it could be something vicious like "../../images/", in which case > > it might not be obvious to convert that to a HTML path and copy the > > files. > > Actually there are a few like that but I haven't done any testing > because the blender guys didn't include the images directory so they are > broken links regardless. I will probably create some images for testing > purposes. > > > It could also be an absolute path, it is not necessarily a relative path. > > Yes, I've dealt with this before in a photo album shell script project > called picbook. It is tricky. I had it working pretty well but ran > into issues with path names that included dashes. Never figured out why > that happened. I imagine that they had been mistaken as options in commands like "cp". -- George W. Bush mentions "liberty" in every speech he does. But today, the USA exports war, torture, humiliation, secret prisons, arbitrary detention without any judgement, and telephone tapping. That has very little to do with freedom. From trevor@vocaro.com Thu Jun 15 18:38:00 2006 From: trevor@vocaro.com (Trevor Harmon) Date: Thu, 15 Jun 2006 18:38:00 -0000 Subject: Patch for handling spaces in directory name Message-ID: There's a bug in docbook-tools 0.6.14: If the directory containing the DocBook file to be processed has a space in it, the scripts will fail. I've attached a patch that fixes this bug. Basically, all I did was put quotes around shell variables. However, I did have to make a more substantial change: The SGML_FILE variable had to be factored out of SGML_ARGUMENTS so that it could be quoted. Could someone with commit rights please take a look at this patch and apply it? Thanks, Trevor -------------- next part -------------- A non-text attachment was scrubbed... Name: docbook-directory-with-spaces.patch Type: application/octet-stream Size: 8697 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2363 bytes Desc: not available URL: From ebischoff@nerim.net Fri Jun 16 05:21:00 2006 From: ebischoff@nerim.net (=?utf-8?q?=C3=89ric_Bischoff?=) Date: Fri, 16 Jun 2006 05:21:00 -0000 Subject: Patch for handling spaces in directory name In-Reply-To: References: Message-ID: <200606160721.15687.ebischoff@nerim.net> Le Jeudi 15 Juin 2006 20:38, Trevor Harmon a ?crit?: > There's a bug in docbook-tools 0.6.14: If the directory containing > the DocBook file to be processed has a space in it, the scripts will > fail. > > I've attached a patch that fixes this bug. Basically, all I did was > put quotes around shell variables. However, I did have to make a more > substantial change: The SGML_FILE variable had to be factored out of > SGML_ARGUMENTS so that it could be quoted. > > Could someone with commit rights please take a look at this patch and > apply it? Thanks, Tim? Are you still alive? -- Concombre : "Alors, qu'est-ce que tu aimes dans la vie ?" Chourave : "J'aime m?dire." (Le concombre masqu?, Mandriva) From trevor@vocaro.com Tue Jun 27 19:36:00 2006 From: trevor@vocaro.com (Trevor Harmon) Date: Tue, 27 Jun 2006 19:36:00 -0000 Subject: Patch for handling spaces in directory name In-Reply-To: <200606160721.15687.ebischoff@nerim.net> References: <200606160721.15687.ebischoff@nerim.net> Message-ID: On Jun 15, 2006, at 10:21 PM, ?ric Bischoff wrote: > Le Jeudi 15 Juin 2006 20:38, Trevor Harmon a ?crit : >> There's a bug in docbook-tools 0.6.14: If the directory containing >> the DocBook file to be processed has a space in it, the scripts will >> fail. >> >> I've attached a patch that fixes this bug. Basically, all I did was >> put quotes around shell variables. However, I did have to make a more >> substantial change: The SGML_FILE variable had to be factored out of >> SGML_ARGUMENTS so that it could be quoted. >> >> Could someone with commit rights please take a look at this patch and >> apply it? Thanks, > > Tim? Are you still alive? Hmm... apparently not. Is there someone else who could review the patch and commit it to the repo? Trevor From ebischoff@nerim.net Tue Jun 27 20:14:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Tue, 27 Jun 2006 20:14:00 -0000 Subject: Patch for handling spaces in directory name In-Reply-To: References: <200606160721.15687.ebischoff@nerim.net> Message-ID: <200606272214.09182.ebischoff@nerim.net> Le Mardi 27 Juin 2006 21:36, Trevor Harmon a ?crit?: > > Tim? Are you still alive? > > Hmm... apparently not. Is there someone else who could review the > patch and commit it to the repo? I think I still have write access to the repository... I could try. -- Si on ne peut pas toujours compter sur ses amis, on peut toujours compter son or. (Donjon de Naheulbeuk) From ebischoff@nerim.net Wed Jun 28 17:20:00 2006 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Wed, 28 Jun 2006 17:20:00 -0000 Subject: Patch for handling spaces in directory name In-Reply-To: References: <200606160721.15687.ebischoff@nerim.net> Message-ID: <200606281920.34638.ebischoff@nerim.net> Le Mardi 27 Juin 2006 21:36, Trevor Harmon a ?crit?: > > Tim? Are you still alive? > > Hmm... apparently not. Is there someone else who could review the > patch and commit it to the repo? Hmmm. We are having a big problem. I have no more copy of the repository here. I don't remind the instructions to connect to the CVS repository (there was something with EXPORT CVS_RSH=ssh, as far as I can remember), nor my password(s). Somehow that's quite normal, since I'm not the maintainer anymore. We have to hope that Tim is just on vacation now and that he will return soon. Otherwise we will have to engage in a painful process: write to redhat to explain the situation, get new access to the repository or move away the project from their repository, etc. I have found another email address for Tim. Perharps it will work better? -- Si on ne peut pas toujours compter sur ses amis, on peut toujours compter son or. (Donjon de Naheulbeuk) From twaugh@redhat.com Wed Jun 28 18:18:00 2006 From: twaugh@redhat.com (Tim Waugh) Date: Wed, 28 Jun 2006 18:18:00 -0000 Subject: Patch for handling spaces in directory name In-Reply-To: <200606281920.34638.ebischoff@nerim.net> References: <200606160721.15687.ebischoff@nerim.net> <200606281920.34638.ebischoff@nerim.net> Message-ID: <1151518697.3601.0.camel@cyberelk.elk> On Wed, 2006-06-28 at 19:20 +0200, ?ric Bischoff wrote: > We have to hope that Tim is just on vacation now and that he will return soon. I'm still here -- just a bit swamped at the moment. Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From pardox2006@hotmail.com Sun Sep 10 15:25:00 2006 From: pardox2006@hotmail.com (PardoX PardoX) Date: Sun, 10 Sep 2006 15:25:00 -0000 Subject: docbook-utils-0.6.14 compiling error. Message-ID: Hi I would like to compile docbook-sgml-utils (ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz) under my Pardus linux.But when i try to compile im getting this error at the bottom. docbook-xml-4.4 perl 5.8.8 docbook-dsssl 1.79 openjade 1.3.2 docbook-xml-simple-dtd 4.1.2.5 docbook-sgml-dtd 4.4 which 2.16 thanks. ******************************************************************** make[2]: Entering directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/man' make[3]: Entering directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/man' make[3]: Nothing to be done for `install-exec-am'. mkdir -p -- . /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man1 /usr/bin/install -c -m 644 ./jw.1 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man1/jw.1 /usr/bin/install -c -m 644 ./docbook2man-spec.pl.1 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man1/docbook2man-spec.pl.1 /usr/bin/install -c -m 644 ./docbook2texi-spec.pl.1 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man1/docbook2texi-spec.pl.1 /usr/bin/install -c -m 644 ./sgmldiff.1 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man1/sgmldiff.1 mkdir -p -- . /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man7 /usr/bin/install -c -m 644 ./backend-spec.7 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man7/backend-spec.7 /usr/bin/install -c -m 644 ./frontend-spec.7 /var/tmp/pisi/docbook-sgml-utils-0.6.14-1/install/usr/share/man/man7/frontend-spec.7 make[3]: Leaving directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/man' make[2]: Leaving directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/man' Making install in HTML make[2]: Entering directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/HTML' SGML_CATALOG_FILES=/etc/sgml/catalog \ SGML_SEARCH_PATH=../..:../../doc:.. \ jade -t sgml -i html -d ../../docbook-utils.dsl\#html \ -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml jade:/etc/xml/catalog:2:78:E: name expected jade:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBLIC", "../../PUBLIC", "../../doc/PUBLIC", "../PUBLIC" jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN" jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated jade:../../doc/docbook-utils.sgml:1:0: entity was defined here jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG" jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID" jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined jade:../../doc/docbook-utils.sgml:12:11:E: element "BOOKINFO" undefined jade:../../doc/docbook-utils.sgml:13:10:E: element "TITLE" undefined jade:../../doc/docbook-utils.sgml:14:12:E: element "PUBDATE" undefined jade:../../doc/docbook-utils.sgml:16:16:E: element "LEGALNOTICE" undefined jade:../../doc/docbook-utils.sgml:17:6:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:24:13:E: element "ABSTRACT" undefined jade:../../doc/docbook-utils.sgml:25:11:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:28:11:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:34:16:E: element "AUTHORGROUP" undefined jade:../../doc/docbook-utils.sgml:35:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:36:11:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:36:37:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:37:20:E: element "AFFILIATION" undefined jade:../../doc/docbook-utils.sgml:38:18:E: element "ADDRESS" undefined jade:../../doc/docbook-utils.sgml:38:25:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:41:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:42:11:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:42:39:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:43:20:E: element "AFFILIATION" undefined jade:../../doc/docbook-utils.sgml:44:18:E: element "ADDRESS" undefined jade:../../doc/docbook-utils.sgml:44:25:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:47:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:48:11:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:48:38:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:49:20:E: element "AFFILIATION" undefined jade:../../doc/docbook-utils.sgml:50:18:E: element "ADDRESS" undefined jade:../../doc/docbook-utils.sgml:50:25:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:53:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:54:11:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:54:41:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:55:20:E: element "AFFILIATION" undefined jade:../../doc/docbook-utils.sgml:56:18:E: element "ADDRESS" undefined jade:../../doc/docbook-utils.sgml:56:25:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:63:14:E: there is no attribute "ID" jade:../../doc/docbook-utils.sgml:63:28:E: element "CHAPTER" undefined jade:../../doc/docbook-utils.sgml:64:12:E: element "DOCINFO" undefined jade:../../doc/docbook-utils.sgml:65:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:66:18:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:66:44:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:69:10:E: element "TITLE" undefined jade:../../doc/docbook-utils.sgml:71:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:76:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:76:21:E: there is no attribute "URL" jade:../../doc/docbook-utils.sgml:76:57:E: element "ULINK" undefined jade:../../doc/docbook-utils.sgml:81:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:89:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:94:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:95:19:E: element "ITEMIZEDLIST" undefined jade:../../doc/docbook-utils.sgml:96:17:E: element "LISTITEM" undefined jade:../../doc/docbook-utils.sgml:97:15:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:97:28:E: element "APPLICATION" undefined jade:../../doc/docbook-utils.sgml:101:17:E: element "LISTITEM" undefined jade:../../doc/docbook-utils.sgml:102:15:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:102:28:E: element "APPLICATION" undefined jade:../../doc/docbook-utils.sgml:108:19:E: element "ITEMIZEDLIST" undefined jade:../../doc/docbook-utils.sgml:109:17:E: element "LISTITEM" undefined jade:../../doc/docbook-utils.sgml:110:15:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:113:17:E: element "LISTITEM" undefined jade:../../doc/docbook-utils.sgml:114:15:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:117:17:E: element "LISTITEM" undefined jade:../../doc/docbook-utils.sgml:118:15:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:123:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:129:9:E: element "NOTE" undefined jade:../../doc/docbook-utils.sgml:130:14:E: element "SIMPARA" undefined jade:../../doc/docbook-utils.sgml:131:12:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:134:14:E: element "SIMPARA" undefined jade:../../doc/docbook-utils.sgml:135:12:E: element "EMAIL" undefined jade:../../doc/docbook-utils.sgml:138:14:E: element "SIMPARA" undefined jade:../../doc/docbook-utils.sgml:139:41:E: element "ULINK" undefined jade:../../doc/docbook-utils.sgml:145:24:E: element "CHAPTER" undefined jade:../../doc/docbook-utils.sgml:146:12:E: element "DOCINFO" undefined jade:../../doc/docbook-utils.sgml:147:13:E: element "AUTHOR" undefined jade:../../doc/docbook-utils.sgml:148:18:E: element "FIRSTNAME" undefined jade:../../doc/docbook-utils.sgml:148:46:E: element "SURNAME" undefined jade:../../doc/docbook-utils.sgml:151:10:E: element "TITLE" undefined jade:../../doc/docbook-utils.sgml:153:6:E: element "SECT1" undefined jade:../../doc/docbook-utils.sgml:154:6:E: element "TITLE" undefined jade:../../doc/docbook-utils.sgml:156:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:156:23:E: element "CITEREFENTRY" undefined jade:../../doc/docbook-utils.sgml:156:39:E: element "REFENTRYTITLE" undefined jade:../../doc/docbook-utils.sgml:157:14:E: element "MANVOLNUM" undefined jade:../../doc/docbook-utils.sgml:160:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:161:16:E: element "APPLICATION" undefined jade:../../doc/docbook-utils.sgml:162:37:E: element "FIRSTTERM" undefined jade:../../doc/docbook-utils.sgml:163:14:E: element "FIRSTTERM" undefined jade:../../doc/docbook-utils.sgml:168:9:E: element "PARA" undefined jade:../../doc/docbook-utils.sgml:170:23:E: element "FIRSTTERM" undefined jade:../../doc/docbook-utils.sgml:171:14:E: element "FIRSTTERM" undefined jade:../../doc/refentry/jw.sgml:1:13:E: there is no attribute "ID" jade:../../doc/refentry/jw.sgml:1:17:E: element "REFENTRY" undefined jade:../../doc/refentry/jw.sgml:2:10:E: element "DOCINFO" undefined jade:../../doc/refentry/jw.sgml:3:11:E: element "AUTHOR" undefined jade:../../doc/refentry/jw.sgml:4:16:E: element "FIRSTNAME" undefined jade:../../doc/refentry/jw.sgml:4:42:E: element "SURNAME" undefined jade:../../doc/refentry/jw.sgml:5:18:E: element "AFFILIATION" undefined jade:../../doc/refentry/jw.sgml:6:16:E: element "ADDRESS" undefined jade:../../doc/refentry/jw.sgml:6:23:E: element "EMAIL" undefined jade:../../doc/refentry/jw.sgml:10:10:E: element "REFMETA" undefined jade:../../doc/refentry/jw.sgml:11:18:E: element "REFENTRYTITLE" undefined jade:../../doc/refentry/jw.sgml:12:14:E: element "MANVOLNUM" undefined jade:../../doc/refentry/jw.sgml:15:13:E: element "REFNAMEDIV" undefined jade:../../doc/refentry/jw.sgml:16:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:17:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:18:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:19:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:20:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:21:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:22:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:23:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:24:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:25:12:E: element "REFNAME" undefined jade:../../doc/refentry/jw.sgml:26:15:E: element "REFPURPOSE" undefined jade:../../doc/refentry/jw.sgml:29:17:E: element "REFSYNOPSISDIV" undefined jade:../../doc/refentry/jw.sgml:30:16:E: element "CMDSYNOPSIS" undefined jade:../../doc/refentry/jw.sgml:31:14:E: element "COMMAND" undefined jade:../../doc/refentry/jw.sgml:32:20:E: there is no attribute "CHOICE" jade:../../doc/refentry/jw.sgml:32:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:32:30:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:32:38:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:33:18:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:34:5:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:34:13:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:35:18:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:36:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:38:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:38:30:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:38:38:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:39:18:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:40:5:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:40:13:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:40:45:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:41:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:43:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:43:30:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:43:38:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:43:63:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:44:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:44:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:44:48:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:45:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:47:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:47:30:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:47:38:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:48:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:48:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:49:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:51:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:52:5:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:52:13:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:53:20:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:54:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:54:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:55:20:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:56:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:58:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:59:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:59:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:59:45:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:60:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:60:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:60:48:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:61:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:63:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:64:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:64:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:64:45:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:65:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:65:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:65:53:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:66:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:68:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:69:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:69:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:69:45:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:70:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:70:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:70:51:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:71:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:73:25:E: element "GROUP" undefined jade:../../doc/refentry/jw.sgml:74:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:74:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:74:45:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:75:12:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:75:20:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:75:51:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:76:18:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:78:18:E: there is no attribute "CHOICE" jade:../../doc/refentry/jw.sgml:78:23:E: element "ARG" undefined jade:../../doc/refentry/jw.sgml:78:31:E: element "OPTION" undefined jade:../../doc/refentry/jw.sgml:79:20:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:79:57:E: element "REPLACEABLE" undefined jade:../../doc/refentry/jw.sgml:79:88:E: element "SBR" undefined jade:../../doc/refentry/jw.sgml:81:25:E: element "GROUP" undefined jade:I: maximum number of errors (200) reached; change with -E option jade:/etc/xml/catalog:2:78:E: name expected jade:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBLIC", "../../PUBLIC", "../../doc/PUBLIC", "../PUBLIC" jade:/etc/xml/catalog:2:78:E: name expected jade:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBLIC", "../../PUBLIC", "../../doc/PUBLIC", "../PUBLIC" jade:../../docbook-utils.dsl:5:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN" jade:../../docbook-utils.dsl:15:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated jade:../../docbook-utils.dsl:5:0: entity was defined here jade:../../docbook-utils.dsl:15:0:E: DTD did not contain element declaration for document type name jade:../../docbook-utils.dsl:9:1:E: notation "DSSSL" for entity "docbook.dsl" undefined jade:../../docbook-utils.dsl:17:12:E: element "STYLE-SHEET" undefined jade:../../docbook-utils.dsl:19:26:E: there is no attribute "ID" jade:../../docbook-utils.dsl:19:38:E: there is no attribute "USE" jade:../../docbook-utils.dsl:19:47:E: element "STYLE-SPECIFICATION" undefined jade:../../docbook-utils.dsl:20:29:E: element "STYLE-SPECIFICATION-BODY" undefined jade:../../docbook-utils.dsl:32:45:E: element "STYLE-SPECIFICATION" undefined jade:../../docbook-utils.dsl:33:29:E: element "STYLE-SPECIFICATION-BODY" undefined jade:../../docbook-utils.dsl:68:44:E: element "STYLE-SPECIFICATION" undefined jade:../../docbook-utils.dsl:69:29:E: element "STYLE-SPECIFICATION-BODY" undefined jade:../../docbook-utils.dsl:113:29:E: there is no attribute "ID" jade:../../docbook-utils.dsl:113:48:E: there is no attribute "DOCUMENT" jade:../../docbook-utils.dsl:113:61:E: element "EXTERNAL-SPECIFICATION" undefined jade:E: specification document does not have the DSSSL architecture as a base architecture jade:E: no style-specification or external-specification with ID "HTML" DocBook Utils 18 June 2000 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation describes the DocBook-utils version 0.2. The DocBook-utils are a collection of various utilites to convert and analyse SGML documents in general and DocBook files in particular. They are developped by many authors and released under GPL licence. Eric Bischoff ebisch@cybercable.tm.fr Jochem Huhmann joh@revier.com Steve Cheng steve@ggi-project.org Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de Eric Bischoff Introduction The DocBook-utils are a collection of various utilites to convert and analyse SGML documents in general and DocBook files in particular. They are developped by many authors and released under GPL licence. DocBook is a SGML-based or XML-based standard for writing technical documentation defined by the DocBook Technical Committee of the OASIS consortium. The DocBook-utils try to be as general as possible, and therefore it is possible to use them with other SGML formats than DocBook, like TEI or HTML. But each time there was an opportunity to make them biased to DocBook to ease the life of DocBook users, this opportunity has been given a higher priority than generality considerations. This is why this package is not called "SGML-utils". The DocBook-utils are independant of any existing distribution of SGML parsers and of DocBook resources. However, they conform with the new draft on SGML and DocBook standardization being discussed at Linux Standard Base project. So far, the DocBook-utils only consist of: jw, a script used to convert from DocBook or other SGML formats into "classical" file formats like HTML, man, info, RTF... sgmldiff, a script used to compare the markup of a SGML file with its translation into another language. but we would like to see them accomplish other tasks in the future: Conversion from "legacy" formats like LinuxDoc, man, info, HTML or PDF into DocBook. Refined analysis of DocBook files like a "sgmlgrep" program that would allow context-sensitive searchs. Support for XML. If you want to help or keep informed of the latest developments, please subscribe to the "docbook-utils@bazar.conectiva.com.br" mailing list. This list has been set up to allow collaborative development of these tools. To subscribe: Send a message to docbook-utils-subscribe@bazar.conectiva.com.br - you will get a confirmation message, just reply to it. To unsubscribe: Send a message to docbook-utils-unsubscribe@bazar.conectiva.com.br and reply to the confirmation message For any additional information, write to Jorge Godoy who is the maintainer of this list. Jochem Huhmann jw Command reference jw 1 converts DocBook or other SGML-based formats into "classical" file formats. The modular architecture used by jw allows to write plug-in programs (we call them backends and frontends). The backends are specific to output formats while the frontends are specific to input formats. We would like to encourage you to write such programs and to submit them to the docbook-utils project. While most backends are based on Jame's Clark Jade, or its OpenJade alternative, some of the backends make use of the programs from the docbook2X project. We call these helper programs. Eric Bischoff ebisch@cybercable.tm.fr jw 1 jw docbook2dvi docbook2html docbook2man docbook2pdf docbook2ps docbook2rtf docbook2tex docbook2texi docbook2txt (Jade Wrapper) converts SGML files to other formats jw -f frontend --frontend frontend -b backend --backend backend -c file --cat file -n --nostd -d file|default|none --dsl file|default|none -l file --dcl file -s path --sgmlbase path -p program --parser program -o directory --output directory -V variable[=value] make[2]: *** [api.html] Error 1 make[2]: Leaving directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc/HTML' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/pisi/docbook-sgml-utils-0.6.14-1/work/docbook-utils-0.6.14/doc' make: *** [install-recursive] Error 1 ******************************************************************** _________________________________________________________________ En etkili ve g??venilir PC Korumayi tercih edin, rahat edin! http://www.msn.com.tr/security/ From ebischoff@nerim.net Thu Sep 14 14:23:00 2006 From: ebischoff@nerim.net (=?utf-8?q?=C3=89ric_Bischoff?=) Date: Thu, 14 Sep 2006 14:23:00 -0000 Subject: docbook-utils-0.6.14 compiling error. In-Reply-To: References: Message-ID: <200609141624.01456.ebischoff@nerim.net> Le Dimanche 10 Septembre 2006 17:24, PardoX PardoX a ?crit?: > Hi > I would like to compile docbook-sgml-utils > (ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-util >s-0.6.14.tar.gz) under my Pardus linux.But when i try to compile im getting > this error at the bottom. > jade:/etc/xml/catalog:2:78:E: name expected > jade:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried > "/etc/xml/PUBLIC", "../../PUBLIC", "../../doc/PUBLIC", "../PUBLIC" > jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier > for public text "-//OASIS//DTD DocBook V3.1//EN" Check your /etc/xml/catalog. -- La monoculture informatique fragilise le syst?me d'information, elle est aussi toxique pour les donn?es de l'entreprise. (Guy Brand) From pardox2006@hotmail.com Thu Sep 14 19:51:00 2006 From: pardox2006@hotmail.com (PardoX PardoX) Date: Thu, 14 Sep 2006 19:51:00 -0000 Subject: docbook-utils-0.6.14 compiling error. In-Reply-To: <200609141624.01456.ebischoff@nerim.net> Message-ID: >Check your /etc/xml/catalog. > > >-- >La monoculture informatique fragilise le syst????me d'information, elle est >aussi >toxique pour les donn????es de l'entreprise. (Guy Brand) *************************** $ sudo cat /etc/xml/catalog *************************** Am i have to add some keys here?And how do i do that? thanks. _________________________________________________________________ En etkili ve g??venilir PC Korumayi tercih edin, rahat edin! http://www.msn.com.tr/security/ From ebischoff@nerim.net Thu Sep 14 20:06:00 2006 From: ebischoff@nerim.net (=?utf-8?q?=C3=89ric_Bischoff?=) Date: Thu, 14 Sep 2006 20:06:00 -0000 Subject: docbook-utils-0.6.14 compiling error. In-Reply-To: References: Message-ID: <200609142206.22525.ebischoff@nerim.net> Le Jeudi 14 Septembre 2006 21:51, PardoX PardoX a ?crit?: > >Check your /etc/xml/catalog. > > > > *************************** > $ sudo cat /etc/xml/catalog > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///etc/xml/docbook"/> > catalog="file:///etc/xml/docbook"/> > catalog="file:///etc/xml/docbook"/> > catalog="file:///etc/xml/docbook"/> > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///etc/xml/docbook"/> > catalog="file:///etc/xml/docbook"/> > catalog="file:///etc/xml/docbook"/> > > *************************** > Am i have to add some keys here?And how do i do that? The docbook-utils, as far as I know, does not use that syntax of catalogs. And it uses the centralized catalog in /etc/sgml/catalog, not in /etc/xml. -- La monoculture informatique fragilise le syst?me d'information, elle est aussi toxique pour les donn?es de l'entreprise. (Guy Brand) From pardox2006@hotmail.com Thu Sep 14 20:26:00 2006 From: pardox2006@hotmail.com (PardoX PardoX) Date: Thu, 14 Sep 2006 20:26:00 -0000 Subject: docbook-utils-0.6.14 compiling error. In-Reply-To: <200609142206.22525.ebischoff@nerim.net> Message-ID: >The docbook-utils, as far as I know, does not use that syntax of catalogs. >And >it uses the centralized catalog in /etc/sgml/catalog, not in /etc/xml. > $ sudo cat /etc/sgml/catalog CATALOG /etc/sgml/sgml-ent.cat CATALOG /etc/sgml/sgml-docbook.cat CATALOG /etc/sgml/dsssl-docbook-stylesheets.cat CATALOG /etc/sgml/sgml-docbook-4.4.cat CATALOG /etc/sgml/xml-docbook-4.4.cat CATALOG /etc/sgml/xml-docbook-4.2.cat CATALOG /etc/xml/catalog $ ls /etc/sgml/ catalog dsssl-docbook-stylesheets.cat sgml.conf sgml-docbook-4.4.cat sgml-docbook.cat sgml-ent.cat xml-docbook-4.2.cat xml-docbook-4.4.cat $ ls /etc/xml catalog docbook here are the files and all of them are present.But still im geting this error. :-( thanks. _________________________________________________________________ Sadece sohbet ile yetinmeyin - eglneceye de doymak i??in Messenger'i tercih edin! http://messenger.msn.com/?mkt=tr&DI=3490&XAPID=2584