##// END OF EJS Templates
Updated docs regarding visual settings
marcink -
r3770:9f5a4e78 beta
parent child Browse files
Show More
@@ -113,3 +113,47 b' might pass the url with stored credentia'
113 using given credentials. Please take a note that they will be stored as
113 using given credentials. Please take a note that they will be stored as
114 plaintext inside the database. RhodeCode will remove auth info when showing the
114 plaintext inside the database. RhodeCode will remove auth info when showing the
115 clone url in summary page.
115 clone url in summary page.
116
117
118
119 Visual settings in admin pannel
120 -------------------------------
121
122
123 Visualisation settings in RhodeCode settings view are extra customizations
124 of server behavior. There are 3 main section in the settings.
125
126 General
127 ~~~~~~~
128
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`,
131 `field label`, `field description`. Example usage of such fields would be to
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
134 limit for adding custom fields. Newly created fields are accessible via API.
135
136
137 Icons
138 ~~~~~
139
140 Show public repo icon / Show private repo icon on repositories - defines if
141 public/private icons should be shown in the UI.
142
143
144 Meta-Tagging
145 ~~~~~~~~~~~~
146
147 With this option enabled, special metatags that are recognisible by RhodeCode
148 will be turned into colored tags. Currently available tags are::
149
150 [featured]
151 [stale]
152 [dead]
153 [lang => lang]
154 [license => License]
155 [requires => Repo]
156 [recommends => Repo]
157 [see => URI]
158
159
General Comments 0
You need to be logged in to leave comments. Login now