Bug#175064: DocBook XML conversion is read with this script

2017-04-30 Thread Russ Allbery
Guillem Jover writes: > Ok, here's the updated patch series for the conversion omitting the > actual conversion commit. Attached and in the pu/markup-singularity > branch at . This has now been applied including the conversion generated by the scr

Bug#175064: DocBook XML conversion is read with this script

2017-03-28 Thread Guillem Jover
Hi! Ok, here's the updated patch series for the conversion omitting the actual conversion commit. Attached and in the pu/markup-singularity branch at . A summary of the current status: * Switched from OpenJade to xsltproc, and added xmllint. * The

Bug#175064: DocBook XML conversion is read with this script

2017-03-27 Thread Guillem Jover
On Mon, 2017-03-27 at 04:47:33 +0200, Guillem Jover wrote: > I've updated the Build-Depends, and removed the recently introduced > ghostscript, so the new changelog entry might need to to be removed. It seems I missed also bsdmainutils. > I think that to be able to fix some of the other minor iss

Bug#175064: DocBook XML conversion is read with this script

2017-03-26 Thread Guillem Jover
Hi! On Sat, 2017-03-25 at 21:25:14 -0700, Russ Allbery wrote: > Guillem Jover writes: > > Sounds good to me. I can probably check several of those over time > > once this is merged in. > > > In which case I can rebase, check that everything is fine, and resend > > the scripts to run the conversi

Bug#175064: DocBook XML conversion is read with this script

2017-03-25 Thread Russ Allbery
Guillem Jover writes: > Oh, I guess I was not clear, I was referring to the XML converted from > the SGML, which will become the new source from where all output formats > will be generated, so it would definitely be looked at (I'd hope! :). > If you run the script, you'll see the resulting conv

Bug#175064: DocBook XML conversion is read with this script

2017-03-25 Thread Guillem Jover
On Mon, 2017-02-20 at 13:16:25 -0800, Russ Allbery wrote: > Guillem Jover writes: > > I've found the problem with the wrong spacing, which was due to tidy(1), > > I've played now with xmllint(1) and pandoc(1), but disabled the initial > > cleanup for now (branch updated). So the converted XML is n

Bug#175064: DocBook XML conversion is read with this script

2017-02-20 Thread Russ Allbery
Guillem Jover writes: > I've found the problem with the wrong spacing, which was due to tidy(1), > I've played now with xmllint(1) and pandoc(1), but disabled the initial > cleanup for now (branch updated). So the converted XML is not indented, > but I'm not sure if you are fine with that. I'm t

Bug#175064: DocBook XML conversion is read with this script

2017-01-16 Thread Osamu Aoki
Hi, Thanks for moving my 6 year old patch snippets/idea into real action. On Sun, Jan 15, 2017 at 04:54:32PM +0100, Guillem Jover wrote: ... > > On Sat, 2017-01-14 at 21:30:14 +, Simon McVittie wrote: > > On Sat, 14 Jan 2017 at 11:32:09 -0800, Russ Allbery wrote: > > > Bill Allombert writes

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
On Mon, 2017-01-16 at 00:53:43 +0100, gregor herrmann wrote: > On Sun, 15 Jan 2017 20:51:07 +0100, Guillem Jover wrote: > > > Subject: [PATCH 1/7] Use entities instead of literal <, > and & > > It seems you've converted some '>' to '>' but not all? Indeed, nice catch! The following two I think w

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread gregor herrmann
On Sun, 15 Jan 2017 20:51:07 +0100, Guillem Jover wrote: > Subject: [PATCH 1/7] Use entities instead of literal <, > and & It seems you've converted some '>' to '>' but not all? > -if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q > upstart > +if [ "$1" = start ] &&

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
Hi! On Sat, 2017-01-14 at 10:59:45 -0800, Russ Allbery wrote: > Guillem Jover writes: > > I've prepared a renewal of the conversion. And scripted it so that it > > can be performed at any point in time regardless of most changes in the > > sources. > > > This also includes several fixes to the c

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Russ Allbery
Guillem Jover writes: > I'd also like to detangle this potential reformatting from this initial > conversion, because once it's in DocBook we can use other tools (such as > pandoc) to convert to other formats, but not from DebianDoc-SGML. > I think both options, asciidoc or some kind of extended

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
Hi! On Sat, 2017-01-14 at 21:30:14 +, Simon McVittie wrote: > On Sat, 14 Jan 2017 at 11:32:09 -0800, Russ Allbery wrote: > > Bill Allombert writes: > > > I am concerned that DocBook is much too complex to be used for Debian > > > policy. We need to people to write patches without trouble and

Bug#175064: DocBook XML conversion is read with this script

2017-01-14 Thread Simon McVittie
On Sat, 14 Jan 2017 at 11:32:09 -0800, Russ Allbery wrote: > Bill Allombert writes: > > > I am concerned that DocBook is much too complex to be used for Debian > > policy. We need to people to write patches without trouble and we do > > not have many editors available for fixing the XML. Debiand

Bug#175064: DocBook XML conversion is read with this script

2017-01-14 Thread Russ Allbery
Bill Allombert writes: > I am concerned that DocBook is much too complex to be used for Debian > policy. We need to people to write patches without trouble and we do > not have many editors available for fixing the XML. Debiandoc-SGML > virtue is that it is simple. They seem essentially identic

Bug#175064: DocBook XML conversion is read with this script

2017-01-14 Thread Bill Allombert
On Sat, Jan 14, 2017 at 10:59:45AM -0800, Russ Allbery wrote: > Guillem Jover writes: > > > I've prepared a renewal of the conversion. And scripted it so that it > > can be performed at any point in time regardless of most changes in the > > sources. > > > This also includes several fixes to the

Bug#175064: DocBook XML conversion is read with this script

2017-01-14 Thread Russ Allbery
Guillem Jover writes: > I've prepared a renewal of the conversion. And scripted it so that it > can be performed at any point in time regardless of most changes in the > sources. > This also includes several fixes to the current SGML source to ease the > future conversion, I think these are fine

Bug#175064: DocBook XML conversion is read with this script

2017-01-10 Thread Guillem Jover
Hi! On Sun, 2011-04-17 at 11:38:10 +0900, Osamu Aoki wrote: > By extracting attached file into source and running "make", it will do > the magic of converting to DocBok XML and then to PDF etc. > (Need the sid version of the latest debiandoc-sgml) > > Technically, conversion is ready whenever you

Bug#175064: DocBook XML conversion is read with this script

2011-05-02 Thread Osamu Aoki
Hi, Thanks for your help. On Mon, Apr 25, 2011 at 05:25:31AM -0500, Jonathan Nieder wrote: ... > . Sometimes the spacing around closing tags looks unidiomatic, as in > > ... The detailed > procedure for gracefully orphaning a package can be found in the Debian > Developer's Re

Bug#175064: DocBook XML conversion is read with this script

2011-04-25 Thread Jonathan Nieder
Hi again, Osamu Aoki wrote: > I was lazy to copy that kind of script to the makefile. You can find it > in maint-guide subversion. Okay, will take a look. > On Mon, Apr 25, 2011 at 05:25:31AM -0500, Jonathan Nieder wrote: >> . The lack of indentation in the source is nice. Less fussy. > > Th

Bug#175064: DocBook XML conversion is read with this script

2011-04-25 Thread Osamu Aoki
Hi, On Mon, Apr 25, 2011 at 05:25:31AM -0500, Jonathan Nieder wrote: > Hi Osamu, > > Osamu Aoki wrote: > > > By extracting attached file into source and running "make", it will do > > the magic of converting to DocBok XML and then to PDF etc. > > (Need the sid version of the latest debiandoc-sgm

Bug#175064: DocBook XML conversion is read with this script

2011-04-25 Thread Jonathan Nieder
Hi Osamu, Osamu Aoki wrote: > By extracting attached file into source and running "make", it will do > the magic of converting to DocBok XML and then to PDF etc. > (Need the sid version of the latest debiandoc-sgml) Very neat. I also had to install dblatex. I like the separation between automa

Bug#175064: DocBook XML conversion is read with this script

2011-04-16 Thread Osamu Aoki
Hi, By extracting attached file into source and running "make", it will do the magic of converting to DocBok XML and then to PDF etc. (Need the sid version of the latest debiandoc-sgml) Technically, conversion is ready whenever you want to do so. Osamu docbook-conversion.tar.gz Description: Bi

Bug#175064: Patch for UTF-8 build

2011-01-08 Thread Osamu Aoki
tags 175064 patch thanks Hi, Current build use LANG=C which should work since LaTeX is forced to use C locale. I think older debiandoc2* used to use character conversion to high bit latin-1 character for © using latin-1 if locale is not specified as -l option. Under non latin-1, it shows up i

Bug#175064: UTF-8 and DocBook XML transtion status

2011-01-07 Thread Osamu Aoki
retitle 175064 Debian policy documents should use DocBook XML in UTF-8 thanks Even with the current SGML source, UTF-8 transition is possible. But we are in deep freeze and I am reluctant to push even a simple makefile change and iconv conversion. The recent debiandoc-sgml package support UTF-8

Bug#175064: diopter cone kiddie

2009-06-22 Thread Casey Houser
cone prosaic -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#175064: Enlarge your hot rod today

2008-03-24 Thread pusuluri Srirpe
Discover a new amazing love life with our new product http://www.Ilkerts.com/ Intensify and double your pleasure -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Pink and wet

2008-03-24 Thread bertan vee
Be the pride of your family with your legendary pecker http://www.Pripenoon.com/ See-through lace -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Non-Prescriptive Natural Solution

2008-03-23 Thread floreste Provencher
Watch Britney moan and cry in pleasure and ecstasy. http://www.arhkrusk.com/ Jump on her twin peaks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Extensively tested, guaranteed results

2008-03-22 Thread Tunde lawson
All the women won’t be able to keep their hands off you after this. http://www.raredmeh.com/ Be warned, the changes are irreversible -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Has Your Man's Get Up and Go

2008-03-21 Thread dimitrios garry
You don't need to talk to a doctor to get the sexual help that you need. Have a look here. We sell all of the most popular erectile dysfunction medication at literally 1/5th the cost. If you buy medication to enhance erections now, you really should check out: http://tradevowel.com Sincerely,

Bug#175064: Guter, leistungsorientierter Verdienst

2008-03-20 Thread Lindsey Guerra
Wir sind ein dynamisches Unternehmen. Zur Verstärkung unseres Teams suchen wir einen Regionalmanager. Voraussetzungen: • Wohnort: die USA, Deutschland •flexibel, zuverlässig, verantwortungsvoll •gute PC Kenntnisse (Email, Microsoft World) und Internetanschluß •minimal

Bug#175064: As soon as you get this, you will forget all your worries.

2008-03-10 Thread colbert cadwalader
The simplest way to increase your length by AT LEAST 2 inches is here - http://ipsoneda.com/ 037875652 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Need your help!

2008-01-29 Thread Emma Munson
Hi! My name is Alexandra. I am from Russia, aged 29. You may vote for me at site: http://hotw0men.info/?idAff=35 Thank You a lot!!! Alexandra -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064:

2007-10-07 Thread joachim jarrett
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: Suchen Sie Mini Job? Dann sind Sie auf dem richtigen Weg

2007-10-02 Thread Wayne Keys
Zerix Intern.Transver Manager: Maksim Kovalski 109153 Moskau leningradskiy 337/2 Tel +7 984-641-1756 Arbeiten Sie endlich für sich selbst! Sie wollen sich beruflich verändern ? Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine neuen karriere-kurs einschlagen? Dann sollten wir u

Bug#175064: International corporation is looking for talented people. No investment reqired.

2007-09-18 Thread barny foram
Big international commercial organization is seeking of talented, honest, reliable representatives in different regions. Because of developing of our business the organization is proposing to you to become its part. You can work part time or full time. Requirements: Internet Connection Basic

Bug#175064: IMMENSE GAINS IN GERMANY!

2007-05-15 Thread Gustaf Galikas
http://img15.imgspot.com/u/07/134/02/oLJLh.gif Goal search discover index content. Itremove constraint minimum width height sets pixels. Optimize ranking, based relevance sponsored list business results. National metrics population size concrete. Wmcopydata complex even graphics, sticky. -- T

Bug#175064: workAnd

2007-04-03 Thread bertie ljungstrand
change executable Take Notes expand yet http://img444.imageshack.us/img444/166/gkjx2.gif log whats being output startup eg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#175064: =?koi8-r?b?PT9LT0k4LVI/UT8iPUUxID1DRT1DOT1DQj1ENT1DND1DMSA9RDQ9RDkgPUNFPUM1ID1EMD1DRj1D

2006-11-01 Thread Calvin Sheets
QT1DND1DNT1EQj1EOCw/PQA=?= Date: Wed, 1 Nov 2006 12:17:17 -0060 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4

Bug#175064: looking for someone?

2006-06-30 Thread Lucio
Do not ignore me please, I found your email somewhere anda now decided to write youa. I am coming to your place in few weeks and thought we can meet each other. Let me know if youb do not mind. I am a nice pretty girl. Don't reply to this email. Email mea direclty at [EMAIL PROTECTED] -- To

Bug#175064: Fix your situation Emory

2005-05-14 Thread Sheila Sprague
Would you REFINANCE if you knew you'd save THOUSANDZ? Or get a Loan of 405,000.00, you already qualified. We'll get you the lowest possible rate. Don't believe me? Fill out our small online questionaire and we'll show you how. Get the home/house or car you always wanted, it only takes 35 seconds