Perl lib/URI/

From EPrints Documentation
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects

DON'T EDIT THESE FILES....

Editing the contents of this directory is not recommended. See Read Only Directories.

This is a list of the URI parsing perl modules, an external library required by EPrints.

  • eprints3/perl_lib/URI
    • data.pm - URI that contains immediate data.
    • Escape.pm - Percent-encode and percent-decode unsafe characters.
    • file/
      • Base.pm - Basic path for local filenames.
      • FAT.pm - FAT-based path for local filenames.
      • Mac.pm - Mac-based path for local filenames.
      • OS2.pm - OS2-based path for local filenames.
      • QNX.pm - QNX-based path for local filenames.
      • Unix.pm - Unix-based path for local filenames.
      • Win32.pm - Win32-based path for local filenames.
    • file.pm - URI that maps to local file names.
    • _foreign.pm -
    • ftp.pm - Parse FTP URIs.
    • gopher.pm - Parse gopher URIs.
    • Heuristic.pm - Expand URI using heuristics.
    • http.pm - Parse HTTP URIs.
    • https.pm - Parse HTTPS URIs.
    • _idna.pm - Implements the RFCs 3490 (IDNA) and 3491 (Nameprep).
    • IRI.pm - Parse IRIs.
    • ldapi.pm - Parse LDAPI URIs.
    • _ldap.pm - Generic parsing of LDAP/LDAPI/LDAPS URIs.
    • ldap.pm - Parse LDAP URIs.
    • ldaps.pm - Parse LDAPS URIs.
    • _login.pm - Parse login parts of URIs
    • mailto.pm - Parse mailto URIs.
    • mms.pm - Parse MMS URIs.
    • news.pm - Parse news URIs.
    • nntp.pm - Parse NNTP URIs.
    • OpenURL.pm - Parse and construct OpenURL URIs.
    • _query.pm - Parse query string parts of URIs.
    • rlogin.pm - Parse rlogin URIs.
    • rsync.pm - Parse rsync URIs.
    • rtsp.pm - Parse RTSP URIs.
    • rtspu.pm - Parse RTSPU URIs.
    • _segment.pm - Represents a generic path_segment so that it can be treated as a string too.
    • _server.pm -
    • sip.pm - Parse SIP URIs.
    • sips.pm - Parse SIPS URIs.
    • snews.pm - Parse snews URIs.
    • Split.pm - Splits up parts of a URI.
    • ssh.pm - Parse SSH URIs.
    • telnet.pm - Parse telent URIs.
    • tn3270.pm - Parse tn3270 URIs.
    • URL.pm - Parse URLs.
    • urn/
      • isbn.pm - Parse ISBN URNs.
      • oid.pm - Parse OID URNs.
    • urn.pm - Parse URN URIs.
    • _userpass.pm - Parse username/password parts of a URI.
    • WithBase.pm -