comparison docs/usage/general.rst @ 3777:0b6982223baa beta

cleanup code
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 22 Apr 2013 14:11:53 +0200
parents 9f5a4e785823
children 584ec42af63d
comparison
equal deleted inserted replaced
3776:13241a4075e9 3777:0b6982223baa
123 Visualisation settings in RhodeCode settings view are extra customizations 123 Visualisation settings in RhodeCode settings view are extra customizations
124 of server behavior. There are 3 main section in the settings. 124 of server behavior. There are 3 main section in the settings.
125 125
126 General 126 General
127 ~~~~~~~ 127 ~~~~~~~
128 128
129 `Use repository extra fields` option allows to set a custom fields for each 129 `Use repository extra fields` option allows to set a custom fields for each
130 repository in the system. Each new field consists of 3 attributes `field key`, 130 repository in the system. Each new field consists of 3 attributes `field key`,
131 `field label`, `field description`. Example usage of such fields would be to 131 `field label`, `field description`. Example usage of such fields would be to
132 define company specific information into repositories eg. defining repo_manager 132 define company specific information into repositories eg. defining repo_manager
133 key that would add give info about a manager of each repository. There's no 133 key that would add give info about a manager of each repository. There's no
153 [lang => lang] 153 [lang => lang]
154 [license => License] 154 [license => License]
155 [requires => Repo] 155 [requires => Repo]
156 [recommends => Repo] 156 [recommends => Repo]
157 [see => URI] 157 [see => URI]
158
159