Changes between Version 7 and Version 8 of ZooWebSite/ZooServices/ZCFGReference
- Timestamp:
- Jan 16, 2011, 5:52:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooServices/ZCFGReference
v7 v8 1 = Z OO Configuration File Reference =1 = ZCFG : the ZOO Service Configuration File = 2 2 3 The ZOO Service configuration file (.zcfg) describes the service and will be parsed by ZOO Kernel to know how to handle it. You can use the generic example bellow to compose your own .zcfg files, and take a look at working examples on the ZOO-Project SVN source tree. 3 [[TOC(noheading)]] 4 5 The ZOO Service configuration file (.zcfg) describes the service and will be parsed by the ZOO Kernel to know how to handle it. We will describe here what such a file contains. You can also take a look at the existing examples of ZCFG file in the {{{cgi-env}}} directory of each services available on the ZOO-Project SVN source tree. 4 6 5 7 A ZOO Configuration file is divided in three distinct sections : … … 9 11 * List of Outputs metadata informations 10 12 11 '''The ZOO Configuration File is case sensitive.''' 12 13 '''The ZOO Service Configuration File is case sensitive.''' 13 14 == Main metadata informations == 14 15