From 7a1bd6b29b1b780569a09b0c534000a9841a70b6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Feb 2015 11:44:17 +0100 Subject: Provide README.NX-development file. Drop README.NX-redistribution file. --- README.NX-development | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.NX-development (limited to 'README.NX-development') diff --git a/README.NX-development b/README.NX-development new file mode 100644 index 000000000..50bc505a6 --- /dev/null +++ b/README.NX-development @@ -0,0 +1,32 @@ +NX development by ArcticaProject and X2Go +----------------------------------------- + +This source tree started as a re-distribution of those NX packages needed +to setup FreeNX and/or X2Go on a Linux server. + +The NX re-distribution (3.5.0.x) has been maintained by the X2Go Project: +http://wiki.x2go.org + +Since 2015, the Arctica Project has joined in the NX development. The +core devs of X2Go and Arctica have agreed on stopping to redistribute +NX and instead of that: continue the development of NX 3.x as new +upstream (starting with NX 3.5.99). + +Our goal is: + - provide _one_ tarball that builds NX projects via a common Makefile + - provide _one_ tarball for distribution packagers + - provide support for security issues + - provide support for latest X11 extensions + - improve NX where possible + +This source tree is maintained on Github: + + https://github.com/ArcticaProject/nx-libs (3.6.x branch) + + +If you have any questions about this NX development or want to file a +bug, then please contact the Arctica or the X2Go developers via the +Github issue tracker. + +thanks+light+love, 20150209 +Mike Gabriel -- cgit v1.2.3 From 04af6fefb524284687412b974abe0a309b02a4e4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 18 Feb 2015 05:05:27 +0100 Subject: switch symlink and real file --- README.NX-development | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) mode change 100644 => 120000 README.NX-development (limited to 'README.NX-development') diff --git a/README.NX-development b/README.NX-development deleted file mode 100644 index 50bc505a6..000000000 --- a/README.NX-development +++ /dev/null @@ -1,32 +0,0 @@ -NX development by ArcticaProject and X2Go ------------------------------------------ - -This source tree started as a re-distribution of those NX packages needed -to setup FreeNX and/or X2Go on a Linux server. - -The NX re-distribution (3.5.0.x) has been maintained by the X2Go Project: -http://wiki.x2go.org - -Since 2015, the Arctica Project has joined in the NX development. The -core devs of X2Go and Arctica have agreed on stopping to redistribute -NX and instead of that: continue the development of NX 3.x as new -upstream (starting with NX 3.5.99). - -Our goal is: - - provide _one_ tarball that builds NX projects via a common Makefile - - provide _one_ tarball for distribution packagers - - provide support for security issues - - provide support for latest X11 extensions - - improve NX where possible - -This source tree is maintained on Github: - - https://github.com/ArcticaProject/nx-libs (3.6.x branch) - - -If you have any questions about this NX development or want to file a -bug, then please contact the Arctica or the X2Go developers via the -Github issue tracker. - -thanks+light+love, 20150209 -Mike Gabriel diff --git a/README.NX-development b/README.NX-development new file mode 120000 index 000000000..c3ca07460 --- /dev/null +++ b/README.NX-development @@ -0,0 +1 @@ +README.txt \ No newline at end of file -- cgit v1.2.3 From ec018a79c3adc33ee035c19a4cb01ced68d79aba Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 18 Feb 2015 08:01:54 +0100 Subject: Fix symlink to renamed README.md. --- README.NX-development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.NX-development') diff --git a/README.NX-development b/README.NX-development index c3ca07460..42061c01a 120000 --- a/README.NX-development +++ b/README.NX-development @@ -1 +1 @@ -README.txt \ No newline at end of file +README.md \ No newline at end of file -- cgit v1.2.3