From 62cd83bace8e77cd1ff7028da6cf65d0d1defa27 Mon Sep 17 00:00:00 2001
From: hut
Date: Fri, 12 Mar 2010 02:00:53 +0100
Subject: updated pydoc
---
doc/pydoc/ranger.fsobject.fsobject.html | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
(limited to 'doc/pydoc/ranger.fsobject.fsobject.html')
diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html
index 39030964..d4ce99ae 100644
--- a/doc/pydoc/ranger.fsobject.fsobject.html
+++ b/doc/pydoc/ranger.fsobject.fsobject.html
@@ -9,19 +9,20 @@
ranger.fsobject.fsobjectindex /home/hut/ranger/ranger/fsobject/fsobject.py |
- # Copyright (c) 2009, 2010 hut <hut@lavabit.com>
+
# Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com>
#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -85,6 +86,10 @@ or nonexistant.
- use(self)
- mark the filesystem-object as used at the current time
+
+Data descriptors defined here:
+- shell_escaped_basename
+
Data and other attributes defined here:
- accessible = False
--
cgit 1.4.1-2-gfad0
From c776804d9db1f0ae837aaafe8ed27eb47bb369f5 Mon Sep 17 00:00:00 2001
From: hut
Date: Sun, 21 Mar 2010 03:52:58 +0100
Subject: updated TODO and pydoc
---
TODO | 3 +++
doc/pydoc/ranger.colorschemes.html | 12 ++----------
doc/pydoc/ranger.container.bookmarks.html | 2 +-
doc/pydoc/ranger.container.history.html | 2 +-
doc/pydoc/ranger.defaults.apps.html | 6 +++++-
doc/pydoc/ranger.defaults.keys.html | 6 +++---
doc/pydoc/ranger.defaults.options.html | 13 ++++++++-----
doc/pydoc/ranger.ext.openstruct.html | 4 ++--
doc/pydoc/ranger.ext.shutil_generatorized.html | 4 ++--
doc/pydoc/ranger.fsobject.directory.html | 6 ++++--
doc/pydoc/ranger.fsobject.file.html | 2 ++
doc/pydoc/ranger.fsobject.fsobject.html | 2 ++
doc/pydoc/ranger.fsobject.html | 2 +-
doc/pydoc/ranger.gui.bar.html | 2 +-
doc/pydoc/ranger.gui.colorscheme.html | 8 ++++++--
doc/pydoc/ranger.gui.ui.html | 16 ++++++++++++----
doc/pydoc/ranger.gui.widgets.browsercolumn.html | 19 +++++++++----------
doc/pydoc/ranger.gui.widgets.browserview.html | 8 ++++++++
doc/pydoc/ranger.gui.widgets.pager.html | 8 ++++----
doc/pydoc/ranger.shared.mimetype.html | 8 ++++++++
doc/pydoc/ranger.shared.settings.html | 7 ++++---
21 files changed, 88 insertions(+), 52 deletions(-)
(limited to 'doc/pydoc/ranger.fsobject.fsobject.html')
diff --git a/TODO b/TODO
index f20d542e..fa6d4d91 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,7 @@ General
( ) #64 10/02/25 scroll in previews
(X) #66 10/02/28 explain how colorschemes work
( ) #70 10/03/14 mouse handler for titlebar
+ ( ) #71 10/03/21 previews: black/whitelist + read file
Bugs
@@ -71,6 +72,7 @@ Bugs
(X) #65 10/02/16 "source ranger ranger some/file.txt" shouldn't cd after exit
( ) #67 10/03/08 terminal title in tty
(X) #69 10/03/11 tab-completion breaks with Apps subclass
+ ( ) #73 10/03/21 when clicking on the first column, it goes 1x down
Ideas
@@ -83,4 +85,5 @@ Ideas
( ) #45 10/01/18 hooks for events like setting changes
( ) #53 10/01/23 merge fm and environment
( ) #68 10/03/10 threads, to seperate ui and loading
+ ( ) #72 10/03/21 ranger daemon which does the slow io tasks
diff --git a/doc/pydoc/ranger.colorschemes.html b/doc/pydoc/ranger.colorschemes.html
index f6793175..5dcb0f83 100644
--- a/doc/pydoc/ranger.colorschemes.html
+++ b/doc/pydoc/ranger.colorschemes.html
@@ -9,8 +9,7 @@
ranger.colorschemesindex /home/hut/ranger/ranger/colorschemes/__init__.py |
- Colorschemes are required to be located here,
-or in the CONFDIR/colorschemes/ directory
+ Colorschemes are required to be located here or in CONFDIR/colorschemes/
@@ -23,12 +22,5 @@ or in the CONFDIR/colorschemes/ directory
jungle
snow
| texas
- | |
-
-
-
-Data |
-
- | |
-__all__ = ['default88', 'snow', 'jungle', 'texas', 'default'] |
+ |