aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 15:39:12 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 15:40:22 +0100
commitb63351ec633963da9e73ac8638bef022cb9ff9e0 (patch)
tree9c0979e8520f72f69aeeb067cfbd58474c389814
parent742c033dc8792cfd4049bb51d78ac87eb4b120c3 (diff)
downloadlibayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.tar.gz
libayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.tar.bz2
libayatana-appindicator-b63351ec633963da9e73ac8638bef022cb9ff9e0.zip
Rename README -> README.md, fill with content.
-rw-r--r--README2
-rw-r--r--README.md9
2 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
deleted file mode 100644
index e2fd122..0000000
--- a/README
+++ /dev/null
@@ -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.