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.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
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
Erik Grinaker / erikg
6 years ago
Revelation / gnome / revelation.schemas
r62:02fc1b2867d4 268 loc 6.5 KB embed / history / annotate / raw /
<?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>