From 076a998dc99a21444c1be4617ba4a8df3cb3c0c2 Mon Sep 17 00:00:00 2001 From: unscriptable Date: Wed, 5 Nov 2014 12:04:59 -0500 Subject: [PATCH] Update deprecation notice with links. Add links to more starters. Add a link to the migration guide. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d401ded..6130de3 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ Rave is definitely the future, so we're putting all of our effort into ensuring * [RaveJS/rave](https://github.com/RaveJS/rave) - Zero-configuration application bootstrap and development * [RaveJS/rave-start](https://github.com/RaveJS/rave-start) - Begin here for the simplest possible startup experience * [RaveJS/rave-start-angular](https://github.com/RaveJS/rave-start-angular) - Begin here to create an AngularJS-based application +* [snichme/rave-start-react](https://github.com/snichme/rave-start-react) - Begin here to create a React-based application +* [fabricematrat/rave-start-cujo](https://github.com/fabricematrat/rave-start-cujo) - Begin here to create a cujoJS-based application This means that all development for curl.js and cram.js has stopped. For the foreseeable future, we will continue to respond to issues on github, as well as in the #cujojs room on freenode. However, keep in mind that there will be no further development, so some issues might not be resolved fully. -If you're as excited as we are about the future, consider helping us improve a curl-to-rave migration guide. There are many ways to architect curl+cram-based applications, so your experience migrating your app from curl+cram to rave is extremely valuable to other curl+cram users. +If you're as excited as we are about the future, consider helping us improve the [curl-to-rave migration guide](https://github.com/RaveJS/rave/blob/master/docs/migrating-from-curl.md). There are many ways to architect curl+cram-based applications, so your experience migrating your app from curl+cram to rave is extremely valuable to other curl+cram users. Also, if you are interested in becoming the lead maintainer of curl.js and/or cram.js, please let us know on #cujojs!