source: general/prog/perl-modules/perl-uri.xml@ 42ddc30

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 42ddc30 was 09a464a, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Lots of tags and a typo fix in Nettle

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[a206343]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
[0d75a14c]7 <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
[ada2008]8 <!ENTITY my-md5sum "63675c429cfb1df73d7d21a9302e1000">
[a206343]9]>
10
11 <!-- Begin URI -->
[4392a40]12 <sect2 id="perl-uri" xreflabel="URI-&URI-version;">
[a206343]13
14 <title>URI-&URI-version;</title>
15
[4392a40]16 <indexterm zone="perl-uri">
[a206343]17 <primary sortas="a-URI">URI</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to URI</title>
22
23 <para>
24 This module implements the URI class. Objects of this class represent
25 "Uniform Resource Identifier references" as specified in RFC 2396 (and
26 updated by RFC 2732). A Uniform Resource Identifier is a compact string
27 of characters that identifies an abstract or physical resource. A
28 Uniform Resource Identifier can be further classified as either a
29 Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The
30 distinction between URL and URN does not matter to the URI class
31 interface. A "URI-reference" is a URI that may have additional
32 information attached in the form of a fragment identifier.
33 </para>
34
[09a464a]35 &lfs113_checked;
[a206343]36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&my-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download MD5 sum: &my-md5sum;
47 </para>
48 </listitem>
49 </itemizedlist>
50
51 <bridgehead renderas="sect4">URI Dependencies</bridgehead>
52
[48771ae]53 <bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
[a206343]54 <para role="recommended">
[474e4176]55 <xref linkend="perl-test-fatal"/>,
56 <xref linkend="perl-test-needs"/>, and
[ab0bd91c]57 <xref linkend="perl-test-warnings"/>
[a206343]58 </para>
59
[a8353ae]60 <bridgehead renderas="sect5">Optional</bridgehead>
61 <para role="optional">
62 <xref linkend="perl-business-isbn"/>
63 </para>
64
[a206343]65 </sect3>
66
67 <sect3 role="installation">
68 <title>Installation of URI</title>
69
70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71 href="../../../xincludes/perl-standard-install.xml"/>
72
73 </sect3>
74
75 </sect2>
Note: See TracBrowser for help on using the repository browser.