Element url

Name

url

Synopsis

Mixed Content Model
url ::=
( #PCDATA )
Attributes
Name Type Default
method Enumeration:
file
ftp
"file"

Description

Define a url.

Specify the url where the rpms are located that must be imported into the apt repository. The format of url is without specifying the protocol. The protocol is specified with the attribute "method".

Attribute explanation:

variable explanation cla
method The method to retrieve the url. no

cla: command line argument

Examples are:
 <url method="file">extra</url> (this is relative to topdir)
 <url method="file">update/myrpms</url>
 <url method="file">../etc</url>
 <url method="ftp">ftp.downloadserver.uu/pub/linux/my/distro</url>

The protocol specifiers: "file:///" and the "ftp://" are not specified inside the tag. These are specified by the attribute "method."

Parents

These elements contain url: component .

Previous Home Next
topdir Up version
--- Generated by dtd2html ---