INSTALL file

Started by Peter Eisentrautalmost 26 years ago4 messagesdocs
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

I just saw that the INSTALL file in the distribution is completely messed
up. Whatever happened to the nice one that used to be there?

For those who haven't been paying attention, the attached file is how it
should look.

Let me also point out that writing

<para>
...
<programlisting>
&gt; gunzip postgresql-7.0.tar.gz
&gt; tar -xf postgresql-7.0.tar
&gt; mv postgresql-7.0 /usr/src
</programlisting>

should probably be avoided in favour of

<programlisting>
&gt; gunzip postgresql-7.0.tar.gz
&gt; tar -xf postgresql-7.0.tar
&gt; mv postgresql-7.0 /usr/src
</programlisting>

because otherwise you get an extra blank line (for a total of two) after
each programlisting -- automatic indentation be damned.

Btw., is programlisting really the right sort of tag for this? We're not
doing "A literal listing of all or part of a program" (sic DocBook).

--
Peter Eisentraut Sernanders v�g 10:115
peter_e@gmx.net 75262 Uppsala
http://yi.org/peter-e/ Sweden

Attachments:

INSTALLtext/plain; CHARSET=US-ASCII; NAME=INSTALLDownload
#2Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#1)
Re: INSTALL file

I totally agree. Can someone use lyx for the conversion from html to
text? This is what I use.

:
trap "rm -f /tmp/$$" 0 1 2 3 15

if [ "$#" -eq 0 ]
then cat >/tmp/$$
set /tmp/$$
fi
lynx -force_html -dump -hiddenlinks=ignore -nolist "$@"

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#2)
Re: INSTALL file

Bruce Momjian writes:

I totally agree. Can someone use lyx for the conversion from html to
text? This is what I use.

We have actually been using Netscape for as long as I remember. Okay, the
new file is in place now.

--
Peter Eisentraut Sernanders v�g 10:115
peter_e@gmx.net 75262 Uppsala
http://yi.org/peter-e/ Sweden

#4Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#3)
Re: INSTALL file

[Charset ISO-8859-1 unsupported, filtering to ASCII...]

Bruce Momjian writes:

I totally agree. Can someone use lyx for the conversion from html to
text? This is what I use.

We have actually been using Netscape for as long as I remember. Okay, the
new file is in place now.

Really? I thought lyx did a better job? Oh, well, thanks for cleaning
it up. I couldn't figure out how to do it.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026