public inbox for [email protected]
help / color / mirror / Atom feedquestion, converting version 11 sgml files at once.
4+ messages / 3 participants
[nested] [flat]
* question, converting version 11 sgml files at once.
@ 2018-10-19 08:04 Ioseph Kim <[email protected]>
2018-10-29 10:09 ` Re: question, converting version 11 sgml files at once. Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Ioseph Kim @ 2018-10-19 08:04 UTC (permalink / raw)
To: [email protected]; Peter Eisentraut <[email protected]>
Hi.
I checked new version 11 doc files.
at git.postgresql.org
2017-11-23 Peter Eisentraut Convert documentation to DocBook XML
2017-10-20 Peter Eisentraut Convert SGML IDs to lower case
2017-10-17 Peter Eisentraut Don't use SGML empty tags
there were these commit log.
I knew today that all sgml files have changed with these commit.
I want to change korean sgml files too.
How can I change all file at once?
I tried with sed, perl, even if python sgml parser coding, unfortunately
this work was not easy.
Please let me know secret method :)
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: question, converting version 11 sgml files at once.
2018-10-19 08:04 question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
@ 2018-10-29 10:09 ` Peter Eisentraut <[email protected]>
2018-10-31 00:24 ` Re: question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Peter Eisentraut @ 2018-10-29 10:09 UTC (permalink / raw)
To: Ioseph Kim <[email protected]>; [email protected]
On 19/10/2018 10:04, Ioseph Kim wrote:
> 2017-11-23 Peter Eisentraut Convert documentation to DocBook XML
> 2017-10-20 Peter Eisentraut Convert SGML IDs to lower case
> 2017-10-17 Peter Eisentraut Don't use SGML empty tags
>
> there were these commit log.
>
> I knew today that all sgml files have changed with these commit.
>
>
> I want to change korean sgml files too.
>
> How can I change all file at once?
>
> I tried with sed, perl, even if python sgml parser coding, unfortunately
> this work was not easy.
>
> Please let me know secret method :)
There is not a single method. The process was a combination of manual
work supported by ad hoc scripts. Some of them have been posted in the
"DocBook 5.x" thread. If you follow the above commits you know what
needs to be done, and you can do it step by step, as we have done.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: question, converting version 11 sgml files at once.
2018-10-19 08:04 question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
2018-10-29 10:09 ` Re: question, converting version 11 sgml files at once. Peter Eisentraut <[email protected]>
@ 2018-10-31 00:24 ` Ioseph Kim <[email protected]>
2018-10-31 00:33 ` Re: question, converting version 11 sgml files at once. Tatsuo Ishii <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Ioseph Kim @ 2018-10-31 00:24 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; [email protected]
Thanks!
That is what I was looking for.
I'm trying to use a sgml2xml.pl script.
Regards, Ioseph
2018년 10월 29일 19:09에 Peter Eisentraut 이(가) 쓴 글:
> On 19/10/2018 10:04, Ioseph Kim wrote:
>> 2017-11-23 Peter Eisentraut Convert documentation to DocBook XML
>> 2017-10-20 Peter Eisentraut Convert SGML IDs to lower case
>> 2017-10-17 Peter Eisentraut Don't use SGML empty tags
>>
>> there were these commit log.
>>
>> I knew today that all sgml files have changed with these commit.
>>
>>
>> I want to change korean sgml files too.
>>
>> How can I change all file at once?
>>
>> I tried with sed, perl, even if python sgml parser coding, unfortunately
>> this work was not easy.
>>
>> Please let me know secret method :)
> There is not a single method. The process was a combination of manual
> work supported by ad hoc scripts. Some of them have been posted in the
> "DocBook 5.x" thread. If you follow the above commits you know what
> needs to be done, and you can do it step by step, as we have done.
>
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: question, converting version 11 sgml files at once.
2018-10-19 08:04 question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
2018-10-29 10:09 ` Re: question, converting version 11 sgml files at once. Peter Eisentraut <[email protected]>
2018-10-31 00:24 ` Re: question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
@ 2018-10-31 00:33 ` Tatsuo Ishii <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Tatsuo Ishii @ 2018-10-31 00:33 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]; [email protected]
Hi Ioseph,
BTW, Japan User Group is struggling with the same problem you have.
We try to merge the difference between REL_10 doc and REL_11 doc into
Japanese doc which is based on REL_10. We had too many conflicts there
and one of JPUG members has been trying sgml2xml.pl to reduce the
conflicts.
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
> Thanks!
>
> That is what I was looking for.
>
> I'm trying to use a sgml2xml.pl script.
>
>
> Regards, Ioseph
>
>
> 2018년 10월 29일 19:09에 Peter Eisentraut 이(가) 쓴 글:
>> On 19/10/2018 10:04, Ioseph Kim wrote:
>>> 2017-11-23 Peter Eisentraut Convert documentation to DocBook
>>> XML
>>> 2017-10-20 Peter Eisentraut Convert SGML IDs to lower case
>>> 2017-10-17 Peter Eisentraut Don't use SGML empty tags
>>>
>>> there were these commit log.
>>>
>>> I knew today that all sgml files have changed with these commit.
>>>
>>>
>>> I want to change korean sgml files too.
>>>
>>> How can I change all file at once?
>>>
>>> I tried with sed, perl, even if python sgml parser coding,
>>> unfortunately
>>> this work was not easy.
>>>
>>> Please let me know secret method :)
>> There is not a single method. The process was a combination of manual
>> work supported by ad hoc scripts. Some of them have been posted in
>> the
>> "DocBook 5.x" thread. If you follow the above commits you know what
>> needs to be done, and you can do it step by step, as we have done.
>>
>
>
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2018-10-31 00:33 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 08:04 question, converting version 11 sgml files at once. Ioseph Kim <[email protected]>
2018-10-29 10:09 ` Peter Eisentraut <[email protected]>
2018-10-31 00:24 ` Ioseph Kim <[email protected]>
2018-10-31 00:33 ` Tatsuo Ishii <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox