diff options
author | hut <hut@lavabit.com> | 2010-01-14 02:59:14 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-14 02:59:14 +0100 |
commit | 4e9450f955e763a4d301645ab11201834d8a0ccc (patch) | |
tree | 650b185783f9758f0737bb056d1f675cdff2ca43 /doc/pydoc/ranger.applications.html | |
parent | 306c76d8fbe649a0bf6c34a1fc446af6d2ec201b (diff) | |
download | ranger-4e9450f955e763a4d301645ab11201834d8a0ccc.tar.gz |
1.0.2! v1.0.2
Diffstat (limited to 'doc/pydoc/ranger.applications.html')
-rw-r--r-- | doc/pydoc/ranger.applications.html | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/doc/pydoc/ranger.applications.html b/doc/pydoc/ranger.applications.html index e4fc67eb..7dd7e000 100644 --- a/doc/pydoc/ranger.applications.html +++ b/doc/pydoc/ranger.applications.html @@ -9,19 +9,7 @@ <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.applications</strong></big></big></font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/applications.py">/home/hut/work/ranger/ranger/applications.py</a></font></td></tr></table> - <p><tt># Copyright (c) 2009, 2010 hut <hut@lavabit.com><br> -#<br> -# Permission to use, copy, modify, and/or distribute this software for any<br> -# purpose with or without fee is hereby granted, provided that the above<br> -# copyright notice and this permission notice appear in all copies.<br> -#<br> -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES<br> -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br> -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR<br> -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br> -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br> -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br> -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</tt></p> + <p><tt>This module faciliates starting of new processes.</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#aa55cc"> @@ -128,10 +116,10 @@ the context and decide which program to use.< <br> All app functions have a name starting with app_ and return a string<br> containing the whole command or a tuple containing a list of the<br> -arguments.<br> -It has one argument, which is the <a href="#AppContext">AppContext</a> instance.<br> +arguments. They are supplied with one argument, which is the<br> +<a href="#AppContext">AppContext</a> instance.<br> <br> -You should define app_default, app_pager and app_editor since<br> +You should define at least app_default, app_pager and app_editor since<br> internal functions depend on those. Here are sample implementations:<br> <br> def app_default(self, context):<br> |