New FAQ questions. minor fixes

Started by Greg Sabino Mullaneover 21 years ago4 messagespatches
Jump to latest
#1Greg Sabino Mullane
greg@turnstep.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Added a new question about sorting with a NULL. Also some minor
cleanups, especially in regards to some of the http links: is
some automatic tool messing these up somehow? (many had spaces
and odd breaks in the middle)

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200502222021
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFCG9qnvJuQZxSWSsgRAnNXAKC8gPJ3m3kuHjfUZxOTLPGqDZ/S6ACguXQT
vKrfqPdiL1yZ9HHt8j0tRBc=
=9cAH
-----END PGP SIGNATURE-----

Attachments:

FAQ.difftext/x-patch; charset=UTF-8; name=FAQ.diffDownload+85-72
#2Bruce Momjian
bruce@momjian.us
In reply to: Greg Sabino Mullane (#1)
Re: New FAQ questions. minor fixes

Greg Sabino Mullane wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Added a new question about sorting with a NULL. Also some minor
cleanups, especially in regards to some of the http links: is
some automatic tool messing these up somehow? (many had spaces
and odd breaks in the middle)

The original is actually in HTML in doc/src/FAQ/FAQ.html. I made the
modifications you suggested in the patch and am attaching the diff.

One problem is wrapping of URL's. Most are fixed now but I saw at least
on that is still wrapped in the text version. I use this command for
the HTML to text conversion:

lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"

Any ideas on how that can be improved?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+45-28
#3Greg Sabino Mullane
greg@turnstep.com
In reply to: Bruce Momjian (#2)
Re: New FAQ questions. minor fixes

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The original is actually in HTML in doc/src/FAQ/FAQ.html. I made the
modifications you suggested in the patch and am attaching the diff.

Thank you - I could not remember which was the chicken and which was
the egg :) but I will diff the HTML next time.

One problem is wrapping of URL's. Most are fixed now but I saw at least
on that is still wrapped in the text version. I use this command for
the HTML to text conversion:

lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"

Any ideas on how that can be improved?

Not off the top of my head, but I will play around with it. Worse comes
to worse, we can manually clean it up or make a quick perl script to clean
up after lynx.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200502242209
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFCHpbpvJuQZxSWSsgRAud1AJ0QE6FkSp1vfULmMnW+4noTWSzaewCePl69
4/Dx6NZ6dWs1va8dMVE4mEQ=
=5wfa
-----END PGP SIGNATURE-----

#4Bruce Momjian
bruce@momjian.us
In reply to: Greg Sabino Mullane (#3)
Re: New FAQ questions. minor fixes

Greg Sabino Mullane wrote:
[ There is text before PGP section. ]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The original is actually in HTML in doc/src/FAQ/FAQ.html. I made the
modifications you suggested in the patch and am attaching the diff.

Thank you - I could not remember which was the chicken and which was
the egg :) but I will diff the HTML next time.

Yea, the FAQ's master is HTML, and the TODO's master is a text file.

One problem is wrapping of URL's. Most are fixed now but I saw at least
on that is still wrapped in the text version. I use this command for
the HTML to text conversion:

lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"

Any ideas on how that can be improved?

Not off the top of my head, but I will play around with it. Worse comes
to worse, we can manually clean it up or make a quick perl script to clean
up after lynx.

True.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073