summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:18:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:18:18 -0800
commitd4de6604ab692cc1a70a330efa5b15f3e88c47ed (patch)
treef7b17c56057711e27f8f6982acdfbc17fa95bac2
parent97a1bb6e0b22c9ae3be1694711acf052b927766c (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README28
-rw-r--r--README.md20
3 files changed, 21 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
index ddd531b..27e809f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ xcmsdb_SOURCES = \
SCCDFile.h \
xcmsdb.c
-EXTRA_DIST = datafiles/sample1.dcc datafiles/sample2.dcc
+EXTRA_DIST = datafiles/sample1.dcc datafiles/sample2.dcc README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 762fabd..0000000
--- a/README
+++ /dev/null
@@ -1,28 +0,0 @@
-xcmsdb is used to load, query, or remove Device Color Characterization
-data stored in properties on the root window of the screen as
-specified in section 7, Device Color Characterization, of the
-X11 Inter-Client Communication Conventions Manual (ICCCM).
-
-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/xcmsdb
-
- http://cgit.freedesktop.org/xorg/app/xcmsdb
-
-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..be19553
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+xcmsdb is used to load, query, or remove Device Color Characterization
+data stored in properties on the root window of the screen as
+specified in section 7, Device Color Characterization, of the
+X11 Inter-Client Communication Conventions Manual (ICCCM).
+
+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/xcmsdb
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+