From: David Schoonover Date: Thu, 7 Jun 2012 16:22:47 +0000 (-0700) Subject: Replaces 'GraphKit' with 'Limn'. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=4bda5946fe9260d87f9ee6a3f64fe078db954a5c;p=limn.git Replaces 'GraphKit' with 'Limn'. --- diff --git a/lib/graph/graph-display-view.co b/lib/graph/graph-display-view.co index 2b4d58f..b1ce5d1 100644 --- a/lib/graph/graph-display-view.co +++ b/lib/graph/graph-display-view.co @@ -51,7 +51,7 @@ GraphDisplayView = exports.GraphDisplayView = GraphView.extend do # {{{ return this unless @ready and not @isRendering @wait() @checkWaiting() - root.title = "#{@get 'name'} | GraphKit" + root.title = "#{@get 'name'} | Limn" GraphDisplayView.__super__.render ... @unwait() @checkWaiting() diff --git a/lib/graph/graph-edit-view.co b/lib/graph/graph-edit-view.co index a791be1..2d6867e 100644 --- a/lib/graph/graph-edit-view.co +++ b/lib/graph/graph-edit-view.co @@ -151,7 +151,7 @@ GraphEditView = exports.GraphEditView = GraphView.extend do # {{{ return this unless @ready and not @isRendering @wait() @checkWaiting() - root.title = "#{@get 'name'} | GraphKit" + root.title = "#{@get 'name'} | Limn" GraphEditView.__super__.render ... # @updateURL() @unwait() @@ -164,7 +164,7 @@ GraphEditView = exports.GraphEditView = GraphView.extend do # {{{ */ updateURL: -> json = @toJSON() - title = "#{@model.get('name') or 'New Graph'} | Edit Graph | GraphKit" + title = "#{@model.get('name') or 'New Graph'} | Edit Graph | Limn" url = @toURL('edit') # console.log 'History.pushState', JSON.stringify(json), title, url History.pushState json, title, url diff --git a/www/graph/edit.jade b/www/graph/edit.jade index e31c845..e9db138 100644 --- a/www/graph/edit.jade +++ b/www/graph/edit.jade @@ -1,7 +1,7 @@ extends ../layout block title - title Edit Graph | GraphKit + title Edit Graph | Limn append styles mixin css('/vendor/bootstrap-colorpicker/css/colorpicker.css') diff --git a/www/graph/index.jade b/www/graph/index.jade index 9e89670..9d7d68b 100644 --- a/www/graph/index.jade +++ b/www/graph/index.jade @@ -1,7 +1,7 @@ extends ../layout block title - title Graph | GraphKit + title Graph | Limn block main-scripts script(src="/js/kraken/main-graph-list.js?"+version) diff --git a/www/graph/view.jade b/www/graph/view.jade index daf3b67..ef1345d 100644 --- a/www/graph/view.jade +++ b/www/graph/view.jade @@ -1,7 +1,7 @@ extends ../layout block title - title Graph | GraphKit + title Graph | Limn append styles mixin css('graph-display.css') diff --git a/www/layout.jade b/www/layout.jade index 182a204..36ebf91 100644 --- a/www/layout.jade +++ b/www/layout.jade @@ -59,8 +59,8 @@ html(lang="en", dir="ltr") li: a(href="mailto:dsc@wikimedia.org?subject=Reportcard/Limn Feedback") Feedback! li: a(href="/blog") Blog li: a(href="/docs/roadmap") Roadmap - li: a(href="https://github.com/wikimedia/graphkit", target="_blank") Source Repository - li: a(href="https://github.com/wikimedia/graphkit/issues", target="_blank") Issue Tracker + li: a(href="https://github.com/wikimedia/limn", target="_blank") Source Repository + li: a(href="https://github.com/wikimedia/limn/issues", target="_blank") Issue Tracker li: a(href="https://lists.wikimedia.org/mailman/listinfo/analytics", target="_blank") Mailing List li i.icon-question-sign.icon-white @@ -73,7 +73,7 @@ html(lang="en", dir="ltr") p a(href="/project") Limn | is - a(href="https://github.com/wikimedia/graphkit", target="_blank") open-source software + a(href="https://github.com/wikimedia/limn", target="_blank") open-source software | , made with love by the a(href="/about") Wikimedia Analytics Team | .