Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 21:59:28 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/sgml freebsd.dsl doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml
Message-ID:  <200107200459.f6K4xSI90430@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
murray      2001/07/19 21:59:28 PDT

  Modified files:
    share/sgml           freebsd.dsl 
    en_US.ISO8859-1/books/handbook/introduction chapter.sgml 
    en_US.ISO8859-1/books/handbook/mirrors chapter.sgml 
  Log:
  Correctly display local file links in the print stylesheet.
  
  Local-file URLs are encoded as file://localhost/path/file which is
  fine for HTML but this looks ugly when printed.
  
  Add a function to chop off the "file://localhost" so that the above
  URL would be printed as "/path/file" but still link to
  "file://localhost/path/file" for HTML output.
  
  Revision  Changes    Path
  1.38      +28 -1     doc/share/sgml/freebsd.dsl
  1.48      +3 -3      doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml
  1.133     +2 -2      doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107200459.f6K4xSI90430>