summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:51:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:51:20 -0800
commitcb3cd7642952b53a5fdca46e5db021a005100eba (patch)
tree1cd7f038f24e83d46c4d6a54dc85dc495e136c65
parentf250616a10ef8bbefc2fc62df6a3afb461fedcdd (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README32
-rw-r--r--README.md25
3 files changed, 26 insertions, 33 deletions
diff --git a/Makefile.am b/Makefile.am
index a8f2a76..f0f3982 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = man
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh README.md
bin_PROGRAMS = transset
diff --git a/README b/README
deleted file mode 100644
index 1b33e37..0000000
--- a/README
+++ /dev/null
@@ -1,32 +0,0 @@
-transset is an utility for setting opacity property.
-
-Features:
- * select window by clicking (as transset)
- * select actual focused X11 window
- * select window by pointing
- * select by window name or id
- * force toggle
- * increase or decrease opacity
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/app/transset
-
- http://cgit.freedesktop.org/xorg/app/transset
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6d7fc7b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+transset is an utility for setting opacity property.
+
+Features:
+ * select window by clicking (as transset)
+ * select actual focused X11 window
+ * select window by pointing
+ * select by window name or id
+ * force toggle
+ * increase or decrease opacity
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/app/transset
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+