migrated http proxy and ws client

This commit is contained in:
JT Smith 2005-01-03 03:24:43 +00:00
parent 15c48e14d0
commit 7416bda04f
14 changed files with 282 additions and 1306 deletions

View file

@ -1,52 +0,0 @@
package WebGUI::Help::FileManager;
our $HELP = {
'file manager add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'file manager template',
namespace => 'FileManager'
},
{
tag => 'file add/edit',
namespace => 'FileManager'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'file add/edit' => {
title => '72',
body => '73',
related => [
{
tag => 'file manager add/edit',
namespace => 'FileManager'
}
]
},
'file manager template' => {
title => '75',
body => '76',
related => [
{
tag => 'file manager add/edit',
namespace => 'FileManager'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;

View file

@ -1,34 +0,0 @@
package WebGUI::Help::SiteMap;
our $HELP = {
'site map add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'site map template',
namespace => 'SiteMap'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'site map template' => {
title => '72',
body => '73',
related => [
{
tag => 'site map add/edit',
namespace => 'SiteMap'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;