Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

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: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / bonobo / GNOME_RevelationApplet.server.in

<?xml version="1.0" encoding="utf-8" ?>

<oaf_info>
        <oaf_server iid="OAFIID:GNOME_RevelationApplet_Factory" type="exe" location="@libexecdir@/revelation-applet">
                <oaf_attribute name="repo_ids" type="stringv">
                        <item value="IDL:Bonobo/GenericFactory:1.0" />
                        <item value="IDL:Bonobo/Unknown:1.0" />
                </oaf_attribute>

                <oaf_attribute name="name" type="string" value="Revelation Account Search" />
                <oaf_attribute name="description" type="string" value="Search or browse a Revelation account database" />
        </oaf_server>

        <oaf_server iid="OAFIID:GNOME_RevelationApplet" type="factory" location="OAFIID:GNOME_RevelationApplet_Factory">
                <oaf_attribute name="repo_ids" type="stringv">
                        <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0" />
                        <item value="IDL:Bonobo/Control:1.0" />
                        <item value="IDL:Bonobo/Unknown:1.0" />
                </oaf_attribute>

                <oaf_attribute name="name" type="string" value="Revelation Account Search" />
                <oaf_attribute name="description" type="string" value="Search or browse a Revelation account database" />
                <oaf_attribute name="panel:category" type="string" value="Utility" />
                <oaf_attribute name="panel:icon" type="string" value="revelation.png" />
        </oaf_server>
</oaf_info>