summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Bowen <kevin.bowen@gmail.com>2020-10-05 00:49:36 +0200
committerSimon Steinbeiß <ochosi@xfce.org>2020-10-05 00:49:36 +0200
commit5244cf8e03e355694b58b1f8471def920da30ecd (patch)
tree98aed6b371da0eb13a2e73a016dce19610062deb /README.md
parent87dec554ddfce709fa23adb77d4521f8cda464f3 (diff)
downloadxfce4-session-5244cf8e03e355694b58b1f8471def920da30ecd.tar.gz
Add README.md
Also update AM_INIT_AUTOMAKE
Diffstat (limited to 'README.md')
-rw-r--r--README.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..a1f6063b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,48 @@
+[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-session/-/blob/master/COPYING)
+
+# xfce4-session
+
+
+Xfce4-session is a session manager for Xfce. Its task is to save the state of your desktop (opened applications and their location) and restore it during a next startup. You can create several different sessions and choose one of them on startup.
+
+----
+
+### Homepage
+
+[Xfce4-session documentation](https://docs.xfce.org/xfce/xfce4-session/start)
+
+### Changelog
+
+See [NEWS](https://gitlab.xfce.org/xfce/xfce4-session/-/blob/master/NEWS) for details on changes and fixes made in the current release.
+
+### Source Code Repository
+
+[Xfce4-session source code](https://gitlab.xfce.org/xfce/xfce4-session)
+
+### Download a Release Tarball
+
+[Xfce4-session archive](https://archive.xfce.org/src/xfce/xfce4-session)
+ or
+[Xfce4-session tags](https://gitlab.xfce.org/xfce/xfce4-session/-/tags)
+
+### Installation
+
+From source:
+
+ % cd xfce4-session
+ % ./autogen.sh
+ % make
+ % make install
+
+From release tarball:
+
+ % tar xf xfce4-session-<version>.tar.bz2
+ % cd xfce4-session-<version>
+ % ./configure
+ % make
+ % make install
+
+### Reporting Bugs
+
+Visit the [reporting bugs](https://docs.xfce.org/xfce/xfce4-session/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
+