From 02daff2145e684ed1e6e10711dbffd561b30eb74 Mon Sep 17 00:00:00 2001 From: extempl Date: Fri, 7 Aug 2015 12:39:28 +0300 Subject: [PATCH 1/2] This version of Famous is deprecated Instead of it there is new one Famous, and it is differ from an old famous: https://github.com/famous/engine https://github.com/Famous/framework (alpha) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index da349a7..30c81bf 100644 --- a/README.md +++ b/README.md @@ -177,11 +177,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [LiquidLava](http://www.lava-framework.com/) - Transparent MVC framework for building user interfaces. -## Non-MVC Frameworks - -* [famous](https://github.com/Famous/famous) - A JavaScript framework for everyone who wants to build beautiful experiences on any device. - - ## Templating Engines *Templating engines allow you to perform string interpolation.* From 9a6eeae552f9931b473b11d65c6ebb9be88947eb Mon Sep 17 00:00:00 2001 From: Anton Konovalov Date: Tue, 1 Sep 2015 12:21:42 +0300 Subject: [PATCH 2/2] removed non-mvc frameworks link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 36e3026..b5986c8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Testing Frameworks](#testing-frameworks) * [QA Tools](#qa-tools) * [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) - * [Non-MVC Frameworks](#non-mvc-frameworks) * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) * [Templating Engines](#templating-engines) * [Data Visualization](#data-visualization)