erikg / Revelation
Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
| commit 62: | 02fc1b2867d4 |
| parent 61: | 7d9375f894bb |
| branch: | default |
| tags: | revelation-0.3.2 |
removed loading of druid module, and bumped version to 0.3.2
Revelation /
gnome
/
revelation.schemas
| r62:02fc1b2867d4 | 268 loc | 6.5 KB | embed / history / annotate / raw / |
|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | <?xml version="1.0" ?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/revelation/file/autoload</key>
<applyto>/apps/revelation/file/autoload</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Autoload a file on startup</short>
<long>
If true, Revelation will automatically
load a data file on startup. The file to
open is specified in the "autoload_file" key.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/file/autoload_file</key>
<applyto>/apps/revelation/file/autoload_file</applyto>
<owner>revelation</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>A file to autoload on startup</short>
<long>
The full path to a file which Revelation
should autoload when starting. The "autoload"
key must also be set to true for this to
work.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/file/autosave</key>
<applyto>/apps/revelation/file/autosave</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Autosave data when changed</short>
<long>
If true, Revelation will automatically
save the data file when an entry is added,
updated or removed.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/passwordgen/avoid_ambiguous</key>
<applyto>/apps/revelation/passwordgen/avoid_ambiguous</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Avoid ambiguous characters</short>
<long>
If enabled, generated passwords will not
include ambiguous characters (such as
0 and O).
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/passwordgen/length</key>
<applyto>/apps/revelation/passwordgen/length</applyto>
<owner>revelation</owner>
<type>int</type>
<default>8</default>
<locale name="C">
<short>Length of passwords</short>
<long>
The number of characters in generated
passwords. A length less than 4 characters
will be ignored.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/search/folders</key>
<applyto>/apps/revelation/search/folders</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Search for folders</short>
<long>
When enabled, the entry searcher will search
for folders as well as normal accounts.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/search/namedesc</key>
<applyto>/apps/revelation/search/namedesc</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Search in name and description only</short>
<long>
When enabled, the entry searcher will only
search in the name and description of
entries.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/search/casesens</key>
<applyto>/apps/revelation/search/casesens</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Case-sensitive search</short>
<long>
When enabled, searches will be case-sensitive.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/pane-position</key>
<applyto>/apps/revelation/view/pane-position</applyto>
<owner>revelation</owner>
<type>int</type>
<default>300</default>
<locale name="C">
<short>Initial main pane position</short>
<long>
The initial position of the pane in
the main application window, in pixels.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/passwords</key>
<applyto>/apps/revelation/view/passwords</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show passwords</short>
<long>
When true, passwords will be displayed
in plain text. Turning this option off
will obscure passwords with ******.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/statusbar</key>
<applyto>/apps/revelation/view/statusbar</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Displays the statusbar</short>
<long>
When set to "true", Revelation will display
its statusbar.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/toolbar</key>
<applyto>/apps/revelation/view/toolbar</applyto>
<owner>revelation</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Displays the toolbar</short>
<long>
When set to "true", Revelation will display
its toolbar.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/window-height</key>
<applyto>/apps/revelation/view/window-height</applyto>
<owner>revelation</owner>
<type>int</type>
<default>400</default>
<locale name="C">
<short>Initial window height</short>
<long>
The initial height of the main window,
in pixels.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/window-position-x</key>
<applyto>/apps/revelation/view/window-position-x</applyto>
<owner>revelation</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Initial horizontal window position</short>
<long>
The initial horizontal position of the main
window, in pixels.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/window-position-y</key>
<applyto>/apps/revelation/view/window-position-y</applyto>
<owner>revelation</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Initial vertical window position</short>
<long>
The initial vertical position of the main
window, in pixels.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation/view/window-width</key>
<applyto>/apps/revelation/view/window-width</applyto>
<owner>revelation</owner>
<type>int</type>
<default>600</default>
<locale name="C">
<short>Initial window width</short>
<long>
The initial width of the main window,
in pixels.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|
