aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f05d4cf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,51 @@
+[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/COPYING)
+
+# xfce4-panel-profiles
+
+Xfce4-panel-profiles is a simple application to manage Xfce panel layouts.
+
+With the modular Xfce Panel, a multitude of panel layouts can be created.
+This tool makes it possible to backup, restore, import, and export these
+panel layouts.
+
+----
+
+### Homepage
+
+[Xfce4-panel-profiles documentation](https://docs.xfce.org/apps/xfce4-panel-profiles/start)
+
+### Changelog
+
+See [NEWS](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/NEWS) for details on changes and fixes made in the current release.
+
+### Source Code Repository
+
+[Xfce4-panel-profiles source code](https://gitlab.xfce.org/apps/xfce4-panel-profiles)
+
+### Download a Release Tarball
+
+[Xfce4-panel-profiles archive](https://archive.xfce.org/src/apps/xfce4-panel-profiles)
+ or
+[Xfce4-panel-profiles tags](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/tags)
+
+### Installation
+
+From source code repository:
+
+ % cd xfce4-panel-profiles
+ % ./autogen.sh
+ % make
+ % make install
+
+From release tarball:
+
+ % tar xf xfce4-panel-profiles-<version>.tar.bz2
+ % cd xfce4-panel-profiles-<version>
+ % ./configure
+ % make
+ % make install
+
+### Reporting Bugs
+
+Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-panel-profiles/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
+