Replaces 'GraphKit' with 'Limn'.
authorDavid Schoonover <dsc@wikimedia.org>
Thu, 7 Jun 2012 16:22:47 +0000 (09:22 -0700)
committerDavid Schoonover <dsc@wikimedia.org>
Thu, 7 Jun 2012 16:22:47 +0000 (09:22 -0700)
docs/internals/backbone-base.html
docs/internals/chart-type.md
docs/notes/notes.md
docs/todo.md
fabfile/__init__.py
lib/graph/graph-display-view.co
lib/graph/graph-edit-view.co
www/graph/edit.jade
www/graph/index.jade
www/graph/view.jade
www/layout.jade

index beeab04..8c7235a 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=utf8">
-<title>Backbone Base Classes | GraphKit Docs</title>
+<title>Backbone Base Classes | Limn Docs</title>
 <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.css" type="text/css">
 <link rel="stylesheet" href="/docs/assets/github-readme.css" type="text/css">
 <link rel='stylesheet' href='/docs/assets/solarized.css' type='text/css'>
index 88bc58d..e189237 100644 (file)
@@ -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.
 
 
index c6967b1..16b1f4d 100644 (file)
@@ -1,6 +1,6 @@
 # notes
 
-## GraphKit
+## Limn
 
 
 
index 9b16166..d501f71 100644 (file)
@@ -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
index ad21357..f1f75fb 100644 (file)
@@ -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,
     
index 2b4d58f..b1ce5d1 100644 (file)
@@ -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()
index a791be1..2d6867e 100644 (file)
@@ -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
index e31c845..e9db138 100644 (file)
@@ -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')
index 9e89670..9d7d68b 100644 (file)
@@ -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)
index daf3b67..ef1345d 100644 (file)
@@ -1,7 +1,7 @@
 extends ../layout
 
 block title
-    title Graph | GraphKit
+    title Graph | Limn
 
 append styles
     mixin css('graph-display.css')
index 182a204..36ebf91 100644 (file)
@@ -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
                                 | .