Opened 23 years ago

Closed 21 years ago

Last modified 20 years ago

#164 closed defect (wontfix)

XML fixes

Reported by: gerard@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

some instructions contains things like this:

<userinput>./configure --option more stuff \</userinput> <userinput>&nbsp;&nbsp;&nbsp;--last-options</userinput>

the </userinput> on the first line can go, the <userinput> on the second too, like:

<userinput>./configure --prefix=/usr --something \ &nbsp;&nbsp;&nbsp;--last-options &amp;&amp;</userinput>

Change History (10)

comment:1 by gerard@…, 23 years ago

Resolution: later
Status: newclosed

comment:2 by gerard@…, 23 years ago

I also think I have seen constructions like this:

<para>install blah by running the following:

<screen><userinput>foo bar</userinput></screen></para>

put the screen tags around seperate para tags if that's the case (so add a </para> to the end of the 'install blah by running' line)

comment:3 by gerard@…, 23 years ago

Resolution: later
Status: closedreopened

comment:4 by gerard@…, 23 years ago

there are still some &#13; problmes showing up, like at chroot command a dot appears after --login (well depends on the browser, saai@#lfs reported seeing one)

comment:5 by gerard@…, 23 years ago

the browser in question is "links" and i've verified it

comment:6 by gerard@…, 23 years ago

bah...i mean verified as in "i see it too"

comment:7 by markh@…, 23 years ago

I've been through chapters 5 and 6 and converted the offending <para><screen><userinput>Blah</userinput> <userinput>Moreblah</userinput></screen></para>

to

<para><screen><userinput>Blah Moreblah</userinput></screen></para>

That should be the main part of the clean up done I think. I've tried not to break anything while doing it ;-)

comment:8 by gerard@…, 22 years ago

Priority: normalhighest

Seems to be done properly. Let's have a second look through all the XML code and see what else can be changed to have it look nicer.

comment:9 by gerard@…, 22 years ago

Priority: highestlowest

comment:10 by gerard@…, 21 years ago

Resolution: wontfix
Status: reopenedclosed

Not going to fix docboook so close to getting rid of it.

Note: See TracTickets for help on using tickets.