summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 22:56:10 -0300
committerPerberos <[email protected]>2011-12-01 22:56:10 -0300
commitc51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch)
tree019ae92bb53c19b30077545cb14743cbd1b57aef /README
downloadmate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2
mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'README')
-rw-r--r--README49
1 files changed, 49 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..15efd904
--- /dev/null
+++ b/README
@@ -0,0 +1,49 @@
+mate-panel
+===========
+
+mate-panel contains the MATE panel, the libmate-panel-applet library and
+several applets:
+
+ + the MATE panel is the area on your desktop from which you can run
+ applications and applets, and perform other tasks.
+
+ + the libmate-panel-applet library allows to develop small applications
+ which may be embedded in the panel. These are called applets.
+ Documentation for the API is available with gtk-doc.
+
+ + the applets supplied here include the Workspace Switcher, the Window
+ List, the Window Selector, the Notification Area, the Clock and the
+ infamous 'Wanda the Fish'.
+
+You may download updates to the package from:
+
+ http://download.gnome.org/sources/mate-panel/
+
+To discuss mate-panel, you may use the desktop-devel-list mailing list:
+
+ http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+
+
+Installation
+============
+
+See the file 'INSTALL'. If you are not using a released version of
+mate-panel (for example, if you checked out the code from git), you
+first need to run './autogen.sh'.
+
+
+How to report bugs
+==================
+
+Bugs should be reported to the MATE bug tracking system:
+
+ https://bugzilla.gnome.org/ (product mate-panel)
+
+You will need to create an account for yourself.
+
+Please read the following page on how to prepare a useful bug report:
+
+ https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
+
+Please read the HACKING file for information on where to send changes or
+bugfixes for this package.