From 4c082236f1756688d59c6e3150527a41d34400ab Mon Sep 17 00:00:00 2001 From: John Hann Date: Thu, 10 Dec 2015 14:36:47 -0500 Subject: [PATCH] Remove advice to migrate to raveJS --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index 7da22061..2996def5 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,7 @@ curl (cujoJS resource loader) ===================== -## Note: curl.js --> RaveJS - -We are very excited about [RaveJS](https://github.com/RaveJS), the successor to curl.js. At its core, rave uses an ES6 Loader, rather than an AMD loader. However, rave can load many types of modules, *including AMD*. Therefore, rave will work with your application's AMD modules. - -Rave's most exciting feature, however, is it's ability to eliminate the drudgery of bootstrapping and maintaining modern, modular web applications. If you've built a non-trivial AMD-based web app, you should be excited about rave, too. - -Rave is definitely the future, so we're putting all of our effort into ensuring that RaveJS is as awesome as it can possibly be. Watch these RaveJS github projects to stay up to date: - -* [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 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-based applications, so your experience migrating your app from curl to rave is extremely valuable to other curl users. +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. Also, if you are interested in becoming the lead maintainer of curl.js and/or cram.js, please let us know on #cujojs!