From 5ee084f07bddeb616f5d1c76798167abb8d0a536 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 10 Dec 2016 22:15:09 -0800 Subject: Put README at top-level. --- README.adoc | 20 ++++++++++++++++++++ src/README.adoc | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 README.adoc delete mode 100644 src/README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 00000000..7560e656 --- /dev/null +++ b/README.adoc @@ -0,0 +1,20 @@ +nng - nanomsg-NG +================ + +This repository represents a work in progress rewrite of the SP protocol +library called "libnanomsg". The work is being done by Garrett D'Amore, +and at this juncture he is *not* soliciting assistance. + +This is a work in progress, and is *not* for general use or publication. +When the library is ready for broader consumption, an announcement will +be posted on the nanomsg mailing list and website. + +If you are looking for the current production version of nanomsg, please +see the https://github.com/nanomsg/nanomsg site. + +Note that commit histories here are subject to change in the future -- +once the production reaches a point that we are ready to start using +issue tracking and so forth, we will compress the existing deltas into +a single commit. This is probably some number of weeks in the future. + + - Garrett D'Amore (Dec. 9, 2016) diff --git a/src/README.adoc b/src/README.adoc deleted file mode 100644 index 7560e656..00000000 --- a/src/README.adoc +++ /dev/null @@ -1,20 +0,0 @@ -nng - nanomsg-NG -================ - -This repository represents a work in progress rewrite of the SP protocol -library called "libnanomsg". The work is being done by Garrett D'Amore, -and at this juncture he is *not* soliciting assistance. - -This is a work in progress, and is *not* for general use or publication. -When the library is ready for broader consumption, an announcement will -be posted on the nanomsg mailing list and website. - -If you are looking for the current production version of nanomsg, please -see the https://github.com/nanomsg/nanomsg site. - -Note that commit histories here are subject to change in the future -- -once the production reaches a point that we are ready to start using -issue tracking and so forth, we will compress the existing deltas into -a single commit. This is probably some number of weeks in the future. - - - Garrett D'Amore (Dec. 9, 2016) -- cgit v1.2.3-70-g09d2