summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2013-03-25 19:13:45 -0300
committerTiago Vignatti <tiago.vignatti@intel.com>2013-03-25 19:13:45 -0300
commit0960a31743203c43bbd7455df167faa3302898d7 (patch)
treea7f2728aabe7ce02e187c90cbcb8eb45cdce5126
parentb76fb1add1081cf8fc848d08e25de1c31ea61df5 (diff)
downloadgraynard-0960a31743203c43bbd7455df167faa3302898d7.tar.gz
graynard-0960a31743203c43bbd7455df167faa3302898d7.zip
Add small README.md
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
-rw-r--r--README0
-rw-r--r--README.md14
2 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
deleted file mode 100644
index e69de29..0000000
--- a/README
+++ /dev/null
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fe14106
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Gtk shell
+
+It's an example how to have a desktop shell client for Weston based on a real
+toolkit.
+
+The idea is that this client and any other based on any toolkit can be
+interchangeable to use with a single desktop plugin like the [weston desktop
+plugin](https://github.com/tiagovignatti/weston-desktop-plugin). Therefore,
+one compositor, with a single desktop plugin can be used as a foundation for
+building different shell UIs based on different graphics toolkits.
+
+## More
+
+http://vignatti.wordpress.com/2013/03/05/ui-customization-on-wayland/