diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 9 |
2 files changed, 9 insertions, 2 deletions
@@ -1,2 +0,0 @@ -A readme is the very beginning, a very nice place to start. When you read -you begin with A-B-C when you code you begin with RE-AD-ME! diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebd004e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Ayatana Application Indicators (Shared Library) # + +A library to allow applications to export a menu into the an Application +Indicators aware menu bar. Based on KSNI it also works in KDE and will +fallback to generic Systray support if none of those are available. + +The code project was originally started by Canonical Ltd. and has been +adapted by various authors with the purpose of making this project's code +available on non-Ubuntu systems. |