diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-11 15:39:12 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-11 15:40:22 +0100 |
commit | b63351ec633963da9e73ac8638bef022cb9ff9e0 (patch) | |
tree | 9c0979e8520f72f69aeeb067cfbd58474c389814 | |
parent | 742c033dc8792cfd4049bb51d78ac87eb4b120c3 (diff) | |
download | libayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.tar.gz libayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.tar.bz2 libayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.zip |
Rename README -> README.md, fill with content.
-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. |