summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-28 16:25:59 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-28 16:25:59 +0100
commitaa54abca935a50ee9650e511c5b95797bb5ac89e (patch)
treef5f2648c656363897a931486f548dcce732d80e1 /projects
parent012cabc3a47dcd3726e502ab818903252788dfbc (diff)
Fix headline indentation
Diffstat (limited to 'projects')
-rw-r--r--projects/krb5-auth-dialog.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
index be1eae0..694db2c 100644
--- a/projects/krb5-auth-dialog.mdwn
+++ b/projects/krb5-auth-dialog.mdwn
@@ -4,7 +4,7 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
[[!toc ]]
-### Features
+## Features
* It can alert the user via [notifications](http://www.galago-project.org/specs/notification/) when the ticket is about to expire.
* Tickets can be acquired by clicking on the tray icon.
@@ -21,18 +21,18 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
[[!template id=flattr thing="48094" name="krb5-auth-dialog"]]
-### Source Code
+## Source Code
The source code is available and browseable via [GNOMEs GIT](http://git.gnome.org/cgit/krb5-auth-dialog/):
git clone git://git.gnome.org/krb5-auth-dialog
-### Releases
+## Releases
Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [3.8.0](http://download.gnome.org/sources/krb5-auth-dialog/3.8/).
-### Debian Packages
+## Debian Packages
Debian packges are available from [debian.org](http://packages.debian.org/search?keywords=krb5-auth-dialog).
-### Screenshots
+## Screenshots
The tray icon can be seen [here](http://honk.sigxcpu.org/con/krb5_auth_dialog_updates.html) and [here](http://honk.sigxcpu.org/con/krb5_auth_dialog__new_icon.html). Below are pictures of the password and preferences dialogs:
@@ -48,7 +48,7 @@ The notifications under [GNOME 3][2] look like this:
[[!img notify-expired.png alt="expired ticket notification"]]
</div>
-### Plugins
+## Plugins
There are currently three plugins available:
* afs - call aklog or afslog to aquire AFS tickets
@@ -57,12 +57,12 @@ There are currently three plugins available:
These plugins can be activated using a [key in GSettings][0]
-### DBus API
+## DBus API
* There's a DBus API to acquire Kerberos ticktes. See the [examples][1]. [virt-manager][] is using this and [here](http://honk.sigxcpu.org/unsorted-patches/offlineimap_acquire-tgt.diff)'s a patch for [offlineimap][].
* DBus signals notify about acquired, renewed or expired tickets. This can be used to e.g. run [aklog](http://docs.openafs.org/Reference/1/aklog.html) via this [example](http://git.gnome.org/browse/krb5-auth-dialog/commit/?id=c374a7f8dbe6ef40c65752e3f35635d50d6b9260).
-### Todo
+## Todo
* Add gnome keyring support ([567701](http://bugzilla.gnome.org/show_bug.cgi?id=567701))
* Remove all wakeups, rely on our gio watch of the ticket cache
* Add cache version, etc. to ticket dialog
@@ -73,11 +73,11 @@ These plugins can be activated using a [key in GSettings][0]
* Evolution IMAP and SMTP
* ssh client
-#### GNOME 3 Readiness
+### GNOME 3 Readiness
* krb5-auth-dialog uses persistent notifications instead of a tray icon
* Settings were moved from a stand alone dialog into the gnome-control-center panel
-##### GNOME Goals
+### GNOME Goals
Status of current [Gnome goals][] in krb5-auth-dialog:
* [Deprecated GLib symbols][] - done
@@ -89,13 +89,13 @@ Status of current [Gnome goals][] in krb5-auth-dialog:
* [Migrate to GSettings / dconf][] - done
* [Migrate to GDBus][] - done
-### Authors
+## Authors
krb5-auth-dialog was originally written by Christopher Aillon and is now maintained by Guido Günther <<agx@sigxcpu.org>>.
-### Bugs
+## Bugs
Please file bug reports via [GNOME's bugzilla][3].
-### License
+## License
krb5-auth-dialog is free software and licensed under the GPL Version 2.
[DBus]: http://dbus.freedesktop.org/