Changes between Version 9 and Version 10 of Doc/gLite/TemplateLayout
- Timestamp:
- Jul 25, 2006, 1:42:52 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateLayout
v9 v10 25 25 * `common` : one directory per lower-level service used to configure high-level service. 26 26 27 In the `common` area, currently almost everything is coming from LCG configuration and is maintained manually. There is one exception, `common/glite` : this directory contains templates generated (by script) from XML files provided in gLite config RPMs. The generated templates conform to the service oriented layout, with 3 templates per service : 28 * `config.tpl` : the entry point 29 * `schema.tpl` : defines all the supported PAN resources/properties for this component 30 * `defaults.tpl` : defines a sensible default value for each property, according to the content of XML file for the service. 31 27 32 There are a few exception to the service oriented layout of templates : 28 33 * `users` : to improve consistency in account IDs allocation, all the account related templates (user/group creation) arenow in one directory, `common/users`, and is no longer part of service information. There is one template per user/group and the name of this template is generally the name of the user created. Some of them are empty : they are just placeholders to allow a site to define this accout.