<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'>
# 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.
# notes
-## GraphKit
+## Limn
# 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
#!/usr/bin/env fab
# -*- coding: utf-8 -*-
-"GraphKit Deployer"
+"Limn Deployer"
import sys
from functools import wraps
# 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,
return this unless @ready and not @isRendering
@wait()
@checkWaiting()
- root.title = "#{@get 'name'} | GraphKit"
+ root.title = "#{@get 'name'} | Limn"
GraphDisplayView.__super__.render ...
@unwait()
@checkWaiting()
return this unless @ready and not @isRendering
@wait()
@checkWaiting()
- root.title = "#{@get 'name'} | GraphKit"
+ root.title = "#{@get 'name'} | Limn"
GraphEditView.__super__.render ...
# @updateURL()
@unwait()
*/
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
extends ../layout
block title
- title Edit Graph | GraphKit
+ title Edit Graph | Limn
append styles
mixin css('/vendor/bootstrap-colorpicker/css/colorpicker.css')
extends ../layout
block title
- title Graph | GraphKit
+ title Graph | Limn
block main-scripts
script(src="/js/kraken/main-graph-list.js?"+version)
extends ../layout
block title
- title Graph | GraphKit
+ title Graph | Limn
append styles
mixin css('graph-display.css')
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
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
| .