source: dassmodus/trunk/dassmodus/nosferatu/nosferatu/auto_onlinehelp.py@ 994

Last change on this file since 994 was 953, checked in by pstorz, on Sep 28, 2011 at 11:32:32 AM

first checkin

File size: 3.8 KB
Line 
1# onlinehelp created with extract_onlinehelp_links.py
2# first entry: configuration file
3# second: configuration resource
4# third: link to online help
5# $Id: auto_onlinehelp.py 14594 2011-09-28 09:21:57Z pstorz $
6
7onlinehelp = { 'autochanger': { 'messages': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Autochanger_Resource.html#SECTION002120000000000000000'},
8 'client': { 'client': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Client_File_daemon_Configur.html#SECTION001910000000000000000',
9 'director': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Client_File_daemon_Configur.html#SECTION001920000000000000000',
10 'message': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Client_File_daemon_Configur.html#SECTION001930000000000000000'},
11 'console': { 'console': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Console_Configuration.html#SECTION002340000000000000000',
12 'consolefont': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Console_Configuration.html#SECTION002330000000000000000',
13 'director': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Console_Configuration.html#SECTION002320000000000000000'},
14 'director': { 'catalog': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018160000000000000000',
15 'client': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018130000000000000000',
16 'console': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018180000000000000000',
17 'counter': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018190000000000000000',
18 'director': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION001820000000000000000',
19 'fileset': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION001870000000000000000',
20 'job': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION001830000000000000000',
21 'jobdefs': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION001840000000000000000',
22 'messages': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018170000000000000000',
23 'pool': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018150000000000000000',
24 'schedule': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION001850000000000000000',
25 'storage': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018140000000000000000'},
26 'messages': { },
27 'monitor': { 'client': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Monitor_Configuration.html#SECTION002430000000000000000',
28 'director': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Monitor_Configuration.html#SECTION002420000000000000000',
29 'monitor': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Monitor_Configuration.html#SECTION002410000000000000000',
30 'storage': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Monitor_Configuration.html#SECTION002440000000000000000'},
31 'storage': { 'device': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Storage_Daemon_Configuratio.html#SECTION002030000000000000000',
32 'director': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Storage_Daemon_Configuratio.html#SECTION002020000000000000000',
33 'storage': 'http://www.bacula.org/5.0.x-manuals/en/main/main/Storage_Daemon_Configuratio.html#SECTION002010000000000000000'}}
34
35
36
Note: See TracBrowser for help on using the repository browser.