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=042fbd2628a82cc9b45c26e4e06cb3b673aca81c;p=kraken-ui.git Replaces 'GraphKit' with 'Limn'. --- diff --git a/docs/internals/backbone-base.html b/docs/internals/backbone-base.html index beeab04..8c7235a 100644 --- a/docs/internals/backbone-base.html +++ b/docs/internals/backbone-base.html @@ -2,7 +2,7 @@ -Backbone Base Classes | GraphKit Docs +Backbone Base Classes | Limn Docs diff --git a/docs/internals/chart-type.md b/docs/internals/chart-type.md index 88bc58d..e189237 100644 --- a/docs/internals/chart-type.md +++ b/docs/internals/chart-type.md @@ -1,5 +1,5 @@ # Chart -Chart is an abstraction on charting libraries to allow them to plug into the GraphKit framework. +Chart is an abstraction on charting libraries to allow them to plug into the Limn framework. diff --git a/docs/notes/notes.md b/docs/notes/notes.md index c6967b1..16b1f4d 100644 --- a/docs/notes/notes.md +++ b/docs/notes/notes.md @@ -1,6 +1,6 @@ # notes -## GraphKit +## Limn diff --git a/docs/todo.md b/docs/todo.md index 9b16166..d501f71 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -1,7 +1,7 @@ # todo ## GitHub Migration -- Replace all instances of "Kraken" and "GraphKit" with "Limn" +- Replace all instances of "Kraken" and "Limn" with "Limn" - Create library entry point & config - Resolve workflow for /data - Extract history for /data, re-commit metadata files diff --git a/fabfile/__init__.py b/fabfile/__init__.py index ad21357..f1f75fb 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env fab # -*- coding: utf-8 -*- -"GraphKit Deployer" +"Limn Deployer" import sys from functools import wraps @@ -36,7 +36,7 @@ from util import * # We use `defaults()` here so --set on the commandline will override. defaults(env, dict( - project_name = 'GraphKit', + project_name = 'Limn', colors = True, use_ssh_config = True, 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 | .