| 1 |
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
|
| 2 |
|
| 3 |
<!-- Process this file with docbook-to-man to generate an nroff manual
|
| 4 |
page: `docbook-to-man manpage.sgml > manpage.1'. You may view
|
| 5 |
the manual page with: `docbook-to-man manpage.sgml | nroff -man |
|
| 6 |
less'. A typical entry in a Makefile or Makefile.am is:
|
| 7 |
|
| 8 |
manpage.1: manpage.sgml
|
| 9 |
docbook-to-man $< > $@
|
| 10 |
|
| 11 |
|
| 12 |
The docbook-to-man binary is found in the docbook-to-man package.
|
| 13 |
Please remember that if you create the nroff version in one of the
|
| 14 |
debian/rules file targets (such as build), you will need to include
|
| 15 |
docbook-to-man in your Build-Depends control field.
|
| 16 |
|
| 17 |
-->
|
| 18 |
|
| 19 |
<!-- Fill in your name for FIRSTNAME and SURNAME. -->
|
| 20 |
<!ENTITY dhfirstname "<firstname>Eric</firstname>">
|
| 21 |
<!ENTITY dhsurname "<surname>Lavarde</surname>">
|
| 22 |
<!-- Please adjust the date whenever revising the manpage. -->
|
| 23 |
<!ENTITY dhdate "<date>2005-03-15</date>">
|
| 24 |
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
|
| 25 |
allowed: see man(7), man(1). -->
|
| 26 |
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
| 27 |
<!ENTITY dhemail "<email>deb@zorglub.s.bawue.de</email>">
|
| 28 |
<!ENTITY dhusername "Eric Lavarde">
|
| 29 |
<!ENTITY dhucpackage "<refentrytitle>URLSEE</refentrytitle>">
|
| 30 |
<!ENTITY dhpackage "urlsee">
|
| 31 |
|
| 32 |
<!ENTITY debian "<productname>Debian</productname>">
|
| 33 |
<!ENTITY gnu "<acronym>GNU</acronym>">
|
| 34 |
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
| 35 |
]>
|
| 36 |
|
| 37 |
<refentry>
|
| 38 |
<refentryinfo>
|
| 39 |
<address>
|
| 40 |
&dhemail;
|
| 41 |
</address>
|
| 42 |
<author>
|
| 43 |
&dhfirstname;
|
| 44 |
&dhsurname;
|
| 45 |
</author>
|
| 46 |
<copyright>
|
| 47 |
<year>2005</year>
|
| 48 |
<holder>&dhusername;</holder>
|
| 49 |
</copyright>
|
| 50 |
&dhdate;
|
| 51 |
</refentryinfo>
|
| 52 |
<refmeta>
|
| 53 |
&dhucpackage;
|
| 54 |
|
| 55 |
&dhsection;
|
| 56 |
</refmeta>
|
| 57 |
<refnamediv>
|
| 58 |
<refname>&dhpackage;</refname>
|
| 59 |
|
| 60 |
<refpurpose>program to handle URLs and filenames</refpurpose>
|
| 61 |
</refnamediv>
|
| 62 |
<refsynopsisdiv>
|
| 63 |
<cmdsynopsis>
|
| 64 |
<command>&dhpackage;</command>
|
| 65 |
|
| 66 |
<arg><replaceable>file or url</replaceable></arg>
|
| 67 |
|
| 68 |
</cmdsynopsis>
|
| 69 |
</refsynopsisdiv>
|
| 70 |
<refsect1>
|
| 71 |
<title>DESCRIPTION</title>
|
| 72 |
|
| 73 |
<para>This manual page documents briefly the
|
| 74 |
<command>&dhpackage;</command>
|
| 75 |
command.</para>
|
| 76 |
|
| 77 |
<para>As the name suggests, <command>&dhpackage;</command> is a program
|
| 78 |
meant to teach URL handling to the <application>see</application>
|
| 79 |
program. Depending on the kind of URL, <command>&dhpackage;</command>
|
| 80 |
will try to use other commands to find a way to show the file or URL given
|
| 81 |
as parameter. Using environment variables, you can define which command
|
| 82 |
should be used for which kind of file or URL.
|
| 83 |
</para>
|
| 84 |
|
| 85 |
</refsect1>
|
| 86 |
<refsect1>
|
| 87 |
<title>OPTIONS</title>
|
| 88 |
|
| 89 |
<para><command>&dhpackage;</command> does only take a path of a file
|
| 90 |
(absolute or relative) or an URL as unique parameter.</para>
|
| 91 |
</refsect1>
|
| 92 |
<refsect1>
|
| 93 |
<title>ENVIRONMENT VARIABLES</title>
|
| 94 |
|
| 95 |
<variablelist>
|
| 96 |
<varlistentry>
|
| 97 |
<term><option>BROWSER</option>
|
| 98 |
</term>
|
| 99 |
<listitem>
|
| 100 |
<para>Command to use if the parameter is an URL which is neither
|
| 101 |
<command>mailto:</command> nor <command>file:</command>.
|
| 102 |
Defaults are sensible-browser, mozilla, konqueror, galeon, firefox.</para>
|
| 103 |
</listitem>
|
| 104 |
</varlistentry>
|
| 105 |
<varlistentry>
|
| 106 |
<term><option>MAILER</option>
|
| 107 |
</term>
|
| 108 |
<listitem>
|
| 109 |
<para>Command to use if the parameter is a
|
| 110 |
<command>mailto:</command> URL.
|
| 111 |
Defaults are mozilla, konqueror, thunderbird.</para>
|
| 112 |
</listitem>
|
| 113 |
</varlistentry>
|
| 114 |
<varlistentry>
|
| 115 |
<term><option>SEECMD</option>
|
| 116 |
</term>
|
| 117 |
<listitem>
|
| 118 |
<para>Command to use if the parameter is a
|
| 119 |
<command>file:</command> URL or a file path. Such a command will
|
| 120 |
be called with the parameter stripped of its
|
| 121 |
<command>file:</command> prefix.
|
| 122 |
Default is see itself.</para>
|
| 123 |
</listitem>
|
| 124 |
</varlistentry>
|
| 125 |
<varlistentry>
|
| 126 |
<term><option>FILEMGR</option>
|
| 127 |
</term>
|
| 128 |
<listitem>
|
| 129 |
<para>Command to use if the parameter is a
|
| 130 |
<command>file:</command> URL or a file path.
|
| 131 |
Defaults are konqueror, nautilus, and fallbacks are
|
| 132 |
<command>BROWSER</command> and its defaults.</para>
|
| 133 |
</listitem>
|
| 134 |
</varlistentry>
|
| 135 |
</variablelist>
|
| 136 |
|
| 137 |
</refsect1>
|
| 138 |
|
| 139 |
<refsect1>
|
| 140 |
<title>SEE ALSO</title>
|
| 141 |
|
| 142 |
<para>freemind(1)</para>
|
| 143 |
|
| 144 |
</refsect1>
|
| 145 |
<refsect1>
|
| 146 |
<title>AUTHOR</title>
|
| 147 |
|
| 148 |
<para>This manual page was written by &dhusername; &dhemail; for
|
| 149 |
the &debian; system (but may be used by others). Permission is
|
| 150 |
granted to copy, distribute and/or modify this document under
|
| 151 |
the terms of the &gnu; General Public License, Version 2 any
|
| 152 |
later version published by the Free Software Foundation.
|
| 153 |
</para>
|
| 154 |
<para>
|
| 155 |
On Debian systems, the complete text of the GNU General Public
|
| 156 |
License can be found in /usr/share/common-licenses/GPL.
|
| 157 |
</para>
|
| 158 |
|
| 159 |
</refsect1>
|
| 160 |
</refentry>
|
| 161 |
|
| 162 |
<!-- Keep this comment at the end of the file
|
| 163 |
Local variables:
|
| 164 |
mode: sgml
|
| 165 |
sgml-omittag:t
|
| 166 |
sgml-shorttag:t
|
| 167 |
sgml-minimize-attributes:nil
|
| 168 |
sgml-always-quote-attributes:t
|
| 169 |
sgml-indent-step:2
|
| 170 |
sgml-indent-data:t
|
| 171 |
sgml-parent-document:nil
|
| 172 |
sgml-default-dtd-file:nil
|
| 173 |
sgml-exposed-tags:nil
|
| 174 |
sgml-local-catalogs:nil
|
| 175 |
sgml-local-ecat-files:nil
|
| 176 |
End:
|
| 177 |
-->
|
| 178 |
|
| 179 |
|