From 27c84574771be23443afbdd22101a41fffb8684f Mon Sep 17 00:00:00 2001 From: desandro Date: Sun, 3 Oct 2010 14:04:44 -0400 Subject: [PATCH] rename as 'Molequul' --- README.md | 8 +-- docs/animating-css-transitions.html | 14 ++-- docs/animating-jquery.html | 14 ++-- docs/appending.html | 24 +++---- docs/basic-multi-column.html | 14 ++-- docs/basic-single-column.html | 14 ++-- docs/css/style.css | 2 +- docs/filtering-hashes.html | 40 +++++------ docs/filtering.html | 22 +++--- docs/index.html | 50 ++++++------- docs/infinite-scroll.html | 32 ++++----- docs/js/rando-lorem-text.js | 2 +- docs/pages/2.html | 10 +-- docs/pages/3.html | 10 +-- docs/pages/4.html | 10 +-- docs/pages/5.html | 10 +-- docs/tumblelog.html | 14 ++-- jquery.mercutio.js => jquery.molequul.js | 90 ++++++++++++------------ 18 files changed, 190 insertions(+), 190 deletions(-) rename jquery.mercutio.js => jquery.molequul.js (85%) diff --git a/README.md b/README.md index 00b1991..92838af 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -jQuery Mercutio +jQuery Molequul ============== -Mercutio is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Mercutio arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall. +Molequul is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Molequul arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall. The primer in docs/index.html has all the documentation to get you started. -Code repository: [github.com/desandro/mercutio](http://github.com/desandro/mercutio) +Code repository: [github.com/desandro/molequul](http://github.com/desandro/molequul) -View the docs live: [desandro.com/demo/mercutio/docs](http://desandro.com/demo/mercutio/docs/) +View the docs live: [desandro.com/demo/molequul/docs](http://desandro.com/demo/molequul/docs/) Copyright (c) 2010 David DeSandro, licensed MIT \ No newline at end of file diff --git a/docs/animating-css-transitions.html b/docs/animating-css-transitions.html index 66ca29c..2e544db 100644 --- a/docs/animating-css-transitions.html +++ b/docs/animating-css-transitions.html @@ -2,7 +2,7 @@ - jQuery Mercutio › Animating with CSS transitions + jQuery Molequul › Animating with CSS transitions