diff options
author | Kevin Krammer <kevin.krammer@gmx.at> | 2006-04-14 15:34:15 +0000 |
---|---|---|
committer | Kevin Krammer <kevin.krammer@gmx.at> | 2006-04-14 15:34:15 +0000 |
commit | d8d7f974ca400433f3be972a99f4880219f08f8d (patch) | |
tree | 86e92764a719f347454b369cf1fe51ee8f11c2a5 /scripts/html/xdg-open.html | |
parent | 007f1dd78d75f84f810926f383af97eb26784ce2 (diff) |
Adding wrapper script for file dialog task: xdg-file-dialog
Modifed the docu base files to include the --version command which is now
shared by all scripts through code in xdg-utils-common
Diffstat (limited to 'scripts/html/xdg-open.html')
-rw-r--r-- | scripts/html/xdg-open.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/html/xdg-open.html b/scripts/html/xdg-open.html index f1610c8..388d6cd 100644 --- a/scripts/html/xdg-open.html +++ b/scripts/html/xdg-open.html @@ -1,12 +1,14 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-open</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="xdg-open"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-open — opens a file or URL in the user's preferred application</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-open</code> [<code class="option">--help</code>] [[<code class="option"><em class="replaceable"><code>file</code></em></code>] | [<code class="option"><em class="replaceable"><code>URL</code></em></code>]]</p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>Description</h2><p> - xdg-open opens a file or URL in the user's preferred application. +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-open</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="xdg-open"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-open — opens a file or URL in the user's preferred application</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-open</code> [<code class="option">--help</code>] [<code class="option">--version</code>] [[<code class="option"><em class="replaceable"><code>file</code></em></code>] | [<code class="option"><em class="replaceable"><code>URL</code></em></code>]]</p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>Description</h2><p> + xdg-open opens a file or URL in the user's preferred application. If a URL is provided the URL will be opened in the user's preferred web browser. If a file is provided the file will be opened in the preferred application for files of that type. xdg-open supports file, ftp, http and https URLs. </p></div><div class="refsect1" lang="en"><a name="options"></a><h2>Options</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">--help</code></span></dt><dd> Show this help. - </dd></dl></div></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p> + </dd><dt><span class="term"><code class="option">--version</code></span></dt><dd> + Show the xdg-utils version information. + </dd></dl></div></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p> </p><pre class="programlisting"> xdg-open 'http://www.freedesktop.org/' </pre><p> |