From e8557e47ddaeec4263a522ba1eea3bdfd39c8f6f Mon Sep 17 00:00:00 2001
From: Zone
Date: Sat, 21 Sep 2002 04:41:59 +0000
Subject: [PATCH] Update docs for phpwebhosting -> filemanager name change
---
phpgwapi/doc/vfs/vfs-1.html | 2 +-
phpgwapi/doc/vfs/vfs-2.html | 4 +-
phpgwapi/doc/vfs/vfs-3.html | 4 +-
phpgwapi/doc/vfs/vfs-4.html | 2 +-
phpgwapi/doc/vfs/vfs-5.html | 2 +-
phpgwapi/doc/vfs/vfs-6.html | 2 +-
phpgwapi/doc/vfs/vfs-7.html | 2 +-
phpgwapi/doc/vfs/vfs.html | 2 +-
phpgwapi/doc/vfs/vfs.lyx | 4 +-
phpgwapi/doc/vfs/vfs.sgml | 4 +-
phpgwapi/doc/vfs/vfs.txt | 1007 +++++++++++++++++++++--------------
11 files changed, 610 insertions(+), 425 deletions(-)
diff --git a/phpgwapi/doc/vfs/vfs-1.html b/phpgwapi/doc/vfs/vfs-1.html
index 1e696fb082..cfff55d867 100644
--- a/phpgwapi/doc/vfs/vfs-1.html
+++ b/phpgwapi/doc/vfs/vfs-1.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Introduction and Purpose
diff --git a/phpgwapi/doc/vfs/vfs-2.html b/phpgwapi/doc/vfs/vfs-2.html
index 2bbb95d2ab..7057a27daa 100644
--- a/phpgwapi/doc/vfs/vfs-2.html
+++ b/phpgwapi/doc/vfs/vfs-2.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Basics
@@ -23,7 +23,7 @@ An example:
$GLOBALS['phpgw_info']['flags'] = array(
- 'currentapp' => 'phpwebhosting',
+ 'currentapp' => 'filemanager',
'noheader' => False,
'noappheader' => False,
'enable_vfs_class' => True,
diff --git a/phpgwapi/doc/vfs/vfs-3.html b/phpgwapi/doc/vfs/vfs-3.html
index 054d029f94..64c4d390fc 100644
--- a/phpgwapi/doc/vfs/vfs-3.html
+++ b/phpgwapi/doc/vfs/vfs-3.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Basic Functions
@@ -14,7 +14,7 @@
-These are two functions you'll need to know before we get into
+
There are two functions you'll need to know before we get into
relativity.
diff --git a/phpgwapi/doc/vfs/vfs-4.html b/phpgwapi/doc/vfs/vfs-4.html
index 38117da8a3..665ccbaecf 100644
--- a/phpgwapi/doc/vfs/vfs-4.html
+++ b/phpgwapi/doc/vfs/vfs-4.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Relativity
diff --git a/phpgwapi/doc/vfs/vfs-5.html b/phpgwapi/doc/vfs/vfs-5.html
index e5cad3ba7f..054650cf31 100644
--- a/phpgwapi/doc/vfs/vfs-5.html
+++ b/phpgwapi/doc/vfs/vfs-5.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Function reference
diff --git a/phpgwapi/doc/vfs/vfs-6.html b/phpgwapi/doc/vfs/vfs-6.html
index e2fe957fba..45c7f42034 100644
--- a/phpgwapi/doc/vfs/vfs-6.html
+++ b/phpgwapi/doc/vfs/vfs-6.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: Notes
diff --git a/phpgwapi/doc/vfs/vfs-7.html b/phpgwapi/doc/vfs/vfs-7.html
index 63027f449b..4b374ab1a4 100644
--- a/phpgwapi/doc/vfs/vfs-7.html
+++ b/phpgwapi/doc/vfs/vfs-7.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class: About this Document
diff --git a/phpgwapi/doc/vfs/vfs.html b/phpgwapi/doc/vfs/vfs.html
index 7552617479..af55bad5c5 100644
--- a/phpgwapi/doc/vfs/vfs.html
+++ b/phpgwapi/doc/vfs/vfs.html
@@ -1,7 +1,7 @@
-
+
phpgwapi - VFS Class
diff --git a/phpgwapi/doc/vfs/vfs.lyx b/phpgwapi/doc/vfs/vfs.lyx
index 4ebce166a2..9b5536034f 100644
--- a/phpgwapi/doc/vfs/vfs.lyx
+++ b/phpgwapi/doc/vfs/vfs.lyx
@@ -77,7 +77,7 @@ You must explicitly enable the VFS class.
$GLOBALS['phpgw_info']['flags'] = array(
\layout Verbatim
- 'currentapp' => 'phpwebhosting',
+ 'currentapp' => 'filemanager',
\layout Verbatim
'noheader' => False,
@@ -287,7 +287,7 @@ Basic Functions
\layout Standard
-These are two functions you'll need to know before we get into relativity.
+There are two functions you'll need to know before we get into relativity.
\layout Subsection
path_parts ()
diff --git a/phpgwapi/doc/vfs/vfs.sgml b/phpgwapi/doc/vfs/vfs.sgml
index a0e8276bb4..68265e30fb 100644
--- a/phpgwapi/doc/vfs/vfs.sgml
+++ b/phpgwapi/doc/vfs/vfs.sgml
@@ -37,7 +37,7 @@ You must explicitly enable the VFS class. To do this, set 'enable_vfs_class'
$GLOBALS['phpgw_info']['flags'] = array(
- 'currentapp' => 'phpwebhosting',
+ 'currentapp' => 'filemanager',
'noheader' => False,
'noappheader' => False,
'enable_vfs_class' => True,
@@ -164,7 +164,7 @@ Relativity is a new feature in the VFS, and its importance cannot
Basic Functions