Ignore:
Timestamp:
04/15/10 14:51:18 (13 years ago)
Author:
Mark Evenson
Message:

Document URL and jar pathname design changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/design/pathnames/url-pathnames.markdown

    r12607 r12613  
    44    Mark Evenson
    55    Created:  25 MAR 2010
    6     Modified: 26 MAR 2010
     6    Modified: 11 APR 2010
    77
    88Notes towards an implementation of URL references to be contained in
     
    9090        Valid authority according to the URI scheme.  For "http" this
    9191        could be "example.org:8080".
     92    :QUERY
     93        The query of the URI
     94    :FRAGMENT
     95        The fragment portion of the URI
    9296       
    9397The DIRECTORY, NAME and TYPE fields of the PATHNAME are used to form
    9498the URI `path` according to the conventions of the UNIX filesystem
    95 (i.e. '/' is the directory separator). If needed, `query` and `fragment`
    96 portions of a URL are to be included in the URL pathname NAME
    97 component.  In a sense the HOST contains the base URL, to which the
    98 `path` is a relative URL.
     99(i.e. '/' is the directory separator).  In a sense the HOST contains
     100the base URL, to which the `path` is a relative URL (although this
     101abstraction is violated somwhat by the storing of the QUERY and
     102FRAGMENT portions of the URI in the HOST component).
    99103
    100104For the purposes of PATHNAME-MATCH-P, two URL pathnames may be said to
Note: See TracChangeset for help on using the changeset viewer.