else
next()
+app.get '/:type/?', (req, res, next) ->
+ {type} = req.params
+ if exists "#WWW/#type.jade"
+ res.render "#type"
+ else
+ next()
+
/**
* Handle webhook notification to pull from origin.
*/
--- /dev/null
+extends layout
+
+block title
+ title Contact | Wikimedia Reportcard
+
+block content
+ section.contact.centered
+ .page-header
+ h1 Contact Us
+ small (the Wikimedia Analytics Team)
+
+ p hallo!
+
block title
title Editors by Location, February 2012 | English Wikipedia
+append styles
+ mixin css('geo-display.css')
+
+block main-scripts
+ script(src="/js/kraken/main-geo.js?"+version)
+
block content
section.geo
.page-header
.help
h6 Zoom/Pan using mouse.
-append styles
- mixin css('geo-display.css')
-
-block main-scripts
- script(src="/js/kraken/main-geo.js?"+version)
-
link(type="image/x-icon", rel="shortcut icon", href="/favicon.ico")
block title
- title GraphKit
+ title Limn
body
block body
.site-map.col.span4
h3
i.hicon-chart-curve.icon-white.icon-sm
- a(href="/") GraphKit
+ a(href="/") Limn
ul.site-level
li
i.icon-home.icon-white
a(href="/project") Project
ul
//-
- li: a(href="mailto:dsc@wikimedia.org?subject=Reportcard/GraphKit Feedback") Feedback!
+ 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
i.icon-comment.icon-white
a(href="/project") Get Involved!
p
- a(href="/project", target="_blank") GraphKit
+ a(href="/project") Limn
| is
a(href="https://github.com/wikimedia/graphkit", target="_blank") open-source software
| , made with love by the
| .
p
| Find a bug or have a suggestion?
- a(href="mailto:dsc@wikimedia.org?subject=GraphKit Feedback") We'd love to hear from you!
+ a(href="mailto:dsc@wikimedia.org?subject=Limn Feedback") We'd love to hear from you!
.about-wmf.col.span4
h3
script(src=src+"?"+version)
block page-scripts
-
block main-scripts
- script(src="/js/kraken/main.js?"+version)
block addenda
.rilke: blockquote
--- /dev/null
+extends layout
+
+block title
+ title Limn: A Graphing Toolkit | Wikimedia Reportcard
+
+block content
+ section.limn-project.centered
+ .page-header
+ h1 Limn
+ small A Graphing Toolkit
+
+ p hallo!
+