mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-30 19:52:14 +08:00
d962244313
Off to a few utilities next, and then X...
77 lines
2.4 KiB
XML
77 lines
2.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
|
|
<!ENTITY my-md5sum "2a00d3dbf891df4256d251382aefd9b9">
|
|
|
|
<!ENTITY my-md5sum "">
|
|
|
|
]>
|
|
|
|
<!-- Begin URI -->
|
|
<sect2 id="perl-uri" xreflabel="URI-&URI-version;">
|
|
|
|
<title>URI-&URI-version;</title>
|
|
|
|
<indexterm zone="perl-uri">
|
|
<primary sortas="a-URI">URI</primary>
|
|
</indexterm>
|
|
|
|
<sect3 role="package">
|
|
<title>Introduction to URI</title>
|
|
|
|
<para>
|
|
This module implements the URI class. Objects of this class represent
|
|
"Uniform Resource Identifier references" as specified in RFC 2396 (and
|
|
updated by RFC 2732). A Uniform Resource Identifier is a compact string
|
|
of characters that identifies an abstract or physical resource. A
|
|
Uniform Resource Identifier can be further classified as either a
|
|
Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The
|
|
distinction between URL and URN does not matter to the URI class
|
|
interface. A "URI-reference" is a URI that may have additional
|
|
information attached in the form of a fragment identifier.
|
|
</para>
|
|
|
|
&lfs111_checked;
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&my-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &my-md5sum;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect4">URI Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="perl-test-needs"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect5">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="perl-business-isbn"/>
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3 role="installation">
|
|
<title>Installation of URI</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../../xincludes/perl-standard-install.xml"/>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|