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)
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 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
                                 | .