Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0725F17496 for ; Mon, 27 Apr 2015 15:06:06 +0000 (UTC) Received: (qmail 76688 invoked by uid 500); 27 Apr 2015 15:06:06 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 76601 invoked by uid 500); 27 Apr 2015 15:06:05 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 76579 invoked by uid 99); 27 Apr 2015 15:06:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 15:06:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BDA8DE179B; Mon, 27 Apr 2015 15:06:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Date: Mon, 27 Apr 2015 15:06:06 -0000 Message-Id: <3fb4056d6ba44e57bcfb3ec98259d3c3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/11] qpid-proton git commit: NO-JIRA: rename README --> README.md NO-JIRA: rename README --> README.md (cherry picked from commit 1aa7bce171588096c8498b2e75ec5d16e66120dc) Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4c8e1750 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4c8e1750 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4c8e1750 Branch: refs/heads/0.9.x Commit: 4c8e1750c760c118703e8891e4e4a17bd7d9c27f Parents: e55079e Author: Dominic Evans Authored: Fri Apr 24 14:08:20 2015 +0100 Committer: Robert Gemmell Committed: Mon Apr 27 15:12:49 2015 +0100 ---------------------------------------------------------------------- README | 40 ---------------------------------------- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c8e1750/README ---------------------------------------------------------------------- diff --git a/README b/README deleted file mode 100644 index c1d2bbf..0000000 --- a/README +++ /dev/null @@ -1,40 +0,0 @@ -Qpid Proton - AMQP messaging toolkit -==================================== - -Qpid Proton is a high-performance, lightweight messaging library. It can be -used in the widest range of messaging applications, including brokers, client -libraries, routers, bridges, proxies, and more. Proton makes it trivial to -integrate with the AMQP 1.0 ecosystem from any platform, environment, or -language - -Features --------- - - + A flexible and capable reactive messaging API - + Full control of AMQP 1.0 protocol semantics - + Portable C implementation with bindings to popular languages - + Pure-Java and pure-JavaScript implementations - + Peer-to-peer and brokered messaging - + Secure communication via SSL and SASL - -Universal - Proton is designed to scale both up and down. Equally suitable for -simple clients or high-powered servers, it can be deployed in simple -peer-to-peer configurations or as part of a global federated messaging network. - -Embeddable - Proton is carefully written to be portable and cross platform. It -has minimal dependencies, and it is architected to be usable with any threading -model, as well as with non-threaded applications. These features make it -uniquely suited for embedding messaging capabilities into existing software. - -Standard - Built around the AMQP 1.0 messaging standard, Proton is not only -ideal for building out your own messaging applications but also for connecting -them to the broader ecosystem of AMQP 1.0-based messaging applications. - -Getting Started ---------------- - -See the included INSTALL file for build and install instructions and the -DEVELOPERS file for information on how to modify and test the library code -itself. - -Please see http://qpid.apache.org/proton for a more info. http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c8e1750/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md deleted file mode 120000 index 100b938..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -README \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1d2bbf --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +Qpid Proton - AMQP messaging toolkit +==================================== + +Qpid Proton is a high-performance, lightweight messaging library. It can be +used in the widest range of messaging applications, including brokers, client +libraries, routers, bridges, proxies, and more. Proton makes it trivial to +integrate with the AMQP 1.0 ecosystem from any platform, environment, or +language + +Features +-------- + + + A flexible and capable reactive messaging API + + Full control of AMQP 1.0 protocol semantics + + Portable C implementation with bindings to popular languages + + Pure-Java and pure-JavaScript implementations + + Peer-to-peer and brokered messaging + + Secure communication via SSL and SASL + +Universal - Proton is designed to scale both up and down. Equally suitable for +simple clients or high-powered servers, it can be deployed in simple +peer-to-peer configurations or as part of a global federated messaging network. + +Embeddable - Proton is carefully written to be portable and cross platform. It +has minimal dependencies, and it is architected to be usable with any threading +model, as well as with non-threaded applications. These features make it +uniquely suited for embedding messaging capabilities into existing software. + +Standard - Built around the AMQP 1.0 messaging standard, Proton is not only +ideal for building out your own messaging applications but also for connecting +them to the broader ecosystem of AMQP 1.0-based messaging applications. + +Getting Started +--------------- + +See the included INSTALL file for build and install instructions and the +DEVELOPERS file for information on how to modify and test the library code +itself. + +Please see http://qpid.apache.org/proton for a more info. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org