Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 25, 2013 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/4635800 to your computer and use it in GitHub Desktop.
Save tmcw/4635800 to your computer and use it in GitHub Desktop.
iD editor scrum Jan 25, 2013
<html class="normal" type="channel" channelname="#ideditor"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Script-Type" content="text/javascript"><meta http-equiv="Content-Style-Type" content="text/css"><style>html {font-family:'Courier';font-size:9pt;background-color:white;color:black;word-wrap:break-word;margin:0;padding:3px 4px 10px 4px;}body {margin:0;padding:0}img {border:1px solid #aaa;vertical-align:top;}object {vertical-align:top;}hr {margin:0.5em 2em;}.line {margin:0 -4px; padding:0 4px 1px 4px; clear:both;}.line[alternate=even] {}.line[alternate=odd] {}.line[type=action] .sender:before {content: '• ';white-space: nowrap;}.inlineimage {margin: 10px 0 15px 40px;max-width: 200px;max-height: 150px;-webkit-box-shadow: 2px 2px 2px #888;}.avatar {display: inline;max-width: 24px;max-height: 24px;margin-right: 3px;vertical-align: middle;}.url { word-break: break-all; }.address { text-decoration: underline; word-break: break-all; }.highlight { color: #f0f; font-weight: bold; }.time { color: #048; }.place { color: #008; }.sender[type=myself] { color: #66a; }.sender[type=normal] { color: #008; }.message[type=system] { color: #080; }.message[type=error] { color: #f00; font-weight: bold; }.message[type=reply] { color: #088; }.message[type=error_reply] { color: #f00; }.message[type=dcc_send_send] { color: #088; }.message[type=dcc_send_receive] { color: #00c; }.message[type=privmsg] {}.message[type=notice] { color: #888; }.message[type=action] {}.message[type=join] { color: #080; }.message[type=part] { color: #080; }.message[type=kick] { color: #080; }.message[type=quit] { color: #080; }.message[type=kill] { color: #080; }.message[type=nick] { color: #080; }.message[type=mode] { color: #080; }.message[type=topic] { color: #080; }.message[type=invite] { color: #080; }.message[type=wallops] { color: #080; }.message[type=debug_send] { color: #aaa; }.message[type=debug_receive] { color: #444; }.effect[color-number='0'] { color: #fff; }.effect[color-number='1'] { color: #000; }.effect[color-number='2'] { color: #008; }.effect[color-number='3'] { color: #080; }.effect[color-number='4'] { color: #f00; }.effect[color-number='5'] { color: #800; }.effect[color-number='6'] { color: #808; }.effect[color-number='7'] { color: #f80; }.effect[color-number='8'] { color: #ff0; }.effect[color-number='9'] { color: #0f0; }.effect[color-number='10'] { color: #088; }.effect[color-number='11'] { color: #0ff; }.effect[color-number='12'] { color: #00f; }.effect[color-number='13'] { color: #f0f; }.effect[color-number='14'] { color: #888; }.effect[color-number='15'] { color: #ccc; }.effect[bgcolor-number='0'] { background-color: #fff; }.effect[bgcolor-number='1'] { background-color: #000; }.effect[bgcolor-number='2'] { background-color: #008; }.effect[bgcolor-number='3'] { background-color: #080; }.effect[bgcolor-number='4'] { background-color: #f00; }.effect[bgcolor-number='5'] { background-color: #800; }.effect[bgcolor-number='6'] { background-color: #808; }.effect[bgcolor-number='7'] { background-color: #f80; }.effect[bgcolor-number='8'] { background-color: #ff0; }.effect[bgcolor-number='9'] { background-color: #0f0; }.effect[bgcolor-number='10'] { background-color: #088; }.effect[bgcolor-number='11'] { background-color: #0ff; }.effect[bgcolor-number='12'] { background-color: #00f; }.effect[bgcolor-number='13'] { background-color: #f0f; }.effect[bgcolor-number='14'] { background-color: #888; }.effect[bgcolor-number='15'] { background-color: #ccc; }</style><style><!-- html {
font-family: "Dejavu Sans Mono", "Monaco", monospace;
font-size: 9pt;
background-color: #202020;
color: #FFFFFF;
padding: 0;
margin: 0;
}
body {
margin: 0;
padding: 0.5ex 1.5ex;
}
body.console {}
body.normal {
line-height: 3.2ex;
}
hr { margin: 0.5em 2em; }
a {
color: inherit;
}
.inlineimage {
margin: 10px 20px 15px 0;
max-width: 200px;
max-height: 150px;
-webkit-box-shadow: 2px 2px 2px #888;
}
.line { padding: 0.2ex 0; }
.time { color: #5F5A60; }
.place { color: #9a703f; }
/* Nicks */
.sender[type=normal] { color: #c4af75; font-weight: bold; margin-right: 1.5ex; }
.sender[type=myself] { color: #8996A8; font-weight: bold; margin-right: 1.5ex; }
/* Messages */
.message[type=privmsg] { color: #FFFFFF; }
.message[type=action] { color: inherit;}
.message[type=notice] { color: #daefa3; }
.message[type=system] { color: #808080; }
.message[type=error] { color: #ca773f; font-weight: bold; }
.message[type=reply] { color: #f9ed97; }
.message[type=error_reply] { color: #e3c59c; }
.message[type=dcc_send_send] { color: #5e5960; }
.message[type=dcc_send_receive] { color: #5e5960; }
.message[type=join] { color: #5e5960; }
.message[type=part] { color: #5e5960; }
.message[type=quit] { color: #5e5960; }
.message[type=kick] { color: #899a95; }
.message[type=kill] { color: #899a95; }
.message[type=nick] { color: #5e5960; }
.message[type=mode] { color: #8e9c69; }
.message[type=topic] { color: #8e9c69; }
.message[type=invite] { color: #daefa3; font-style: italic; }
.message[type=wallops] { color: #5e5960; }
.message[type=debug_send] { color: #5e5960; }
.message[type=debug_receive] { color: #5e5960; }
.highlight {
color: #ca773f;
font-weight: normal;
}
/* Special spans */
.url {
word-break: break-all;
}
.address {
text-decoration: underline; word-break: break-all;
}
/* Messages in main view, but not console */
body.normal .message[type=privmsg] { padding-left: 22ex; display: block; }
body.normal .message[type=notice] { padding-left: 22ex; display: block; }
body.normal .message[type=join] { padding-left: 22ex; }
body.normal .message[type=part] { padding-left: 22ex; }
body.normal .message[type=quit] { padding-left: 22ex; }
body.normal .message[type=kick] { padding-left: 22ex; }
body.normal .message[type=kill] { padding-left: 22ex; }
body.normal .message[type=nick] { padding-left: 22ex; }
body.normal .message[type=mode] { padding-left: 22ex; }
body.normal .message[type=topic] { padding-left: 22ex; }
body.normal .message[type=invite] { padding-left: 22ex; }
body.normal .message[type=wallops] { padding-left: 22ex; }
body.normal .message[type=system] { padding-left: 22ex; }
body.normal .message[type=error] { padding-left: 22ex; }
body.normal .message[type=reply] { padding-left: 22ex; display: block; }
body.normal .message[type=error_reply] { padding-left: 22ex; }
body.normal .message[type=dcc_send_send] { padding-left: 22ex; }
body.normal .message[type=dcc_send_receive] { padding-left: 22ex; }
body.normal .message[type=debug_send] { padding-left: 22ex; }
body.normal .message[type=debug_receive] { padding-left: 22ex; }
/* Spans in line */
body.normal .time {
display: block;
float: right;
padding-left: 1ex;
visibility: hidden;
}
body.normal .line:hover .time {
visibility: visible;
}
body.normal .sender[type=normal], body.normal .sender[type=myself] {
display: block;
float: left;
padding-right: 0.3ex;
text-align: right;
width: 20ex;
}
body.normal div.line[type=action] .sender[type=normal], div.line[type=action] .sender[type=myself] {
width: auto;
padding-left: 19ex;
margin-right: 1ex;
color: #8996A8;
background-color: transparent;
}
body.normal div.line[type=action] .sender[type=normal]::before, div.line[type=action] .sender[type=myself]::before {
content: "•";
padding-right: 1.5ex;
}
body.normal .line[highlight=true] > .sender[type=normal] {
margin-left: -1ex;
padding-left: 0.2ex;
padding-right: 0.8ex;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
line-height:3ex;
background-color: #3B434C;
/* background-color: #48515C;*/
color: #CF6A4C;
}
body.normal .sender[type=myself]:after {
content: " ★";
color: #6E7B8D;
}
.line[highlight=true] {
background-color: transparent;
}
/* disable funky mirc colours */
.effect[color-number] { color: inherit; background-color: inherit; font-style: italic; }
/* Icons/logos for some popular apps/channels */
html[channelname="#limechat"].normal,
html[channelname="##limechat"].normal {
background: #202020 url('Limelight/limechat.png') no-repeat fixed bottom right;
}
html[channelname="##textmate"].normal {
background: #202020 url('Limelight/textmate.png') no-repeat fixed bottom right;
}
html[channelname="#adium"].normal {
background: #202020 url('Limelight/adium.png') no-repeat fixed bottom right;
}
html[channelname="#colloquy"].normal {
background: #202020 url('Limelight/colloquy.png') no-repeat fixed bottom right;
}
html[channelname="#growl"].normal {
background: #202020 url('Limelight/growl.png') no-repeat fixed bottom right;
}
html[channelname="#ruby"].normal {
background: #202020 url('Limelight/ruby.png') no-repeat fixed bottom right;
}
html[channelname="#rubyonrails"].normal {
background: #202020 url('Limelight/rubyonrails.png') no-repeat fixed bottom right;
}
html[channelname="##apple"].normal {
background: #202020 url('Limelight/apple.png') no-repeat fixed bottom right;
}
html[channelname="#python"].normal {
background: #202020 url('Limelight/python.png') no-repeat fixed bottom right;
}
--></style></head><body class="normal" type="channel" channelname="#ideditor" style="overflow-x: hidden; "><div highlight="false" alternate="even" class="line event" type="system" id="line0"><span class="time">09:55 </span><span class="message" type="system">You have joined the channel</span></div><div highlight="false" alternate="odd" class="line event" type="join" id="line1"><span class="time">09:55 </span><span class="message" type="join">tmcw has joined (~tmcw@<span class="address" oncontextmenu="on_addr()">c-98-218-228-75.hsd1.dc.comcast.net</span>)</span></div><div highlight="false" alternate="even" class="line event" type="reply" id="line2"><span class="time">09:55 </span><span class="message" type="reply">Mode: +nst</span></div><div highlight="false" alternate="odd" class="line event" type="reply" id="line3"><span class="time">09:55 </span><span class="message" type="reply">Created at: Dec 26, 2012 10:20 PM</span></div><div highlight="false" alternate="even" class="line event" type="join" id="line4"><span class="time">10:14 </span><span class="message" type="join">ansis has joined (~ansis@<span class="address" oncontextmenu="on_addr()">c-98-218-228-75.hsd1.dc.comcast.net</span>)</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line5"><span class="time">10:28 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">ansis: jfire scrum at 11?</span></div><div highlight="false" alternate="even" nick="ansis" class="line text" type="privmsg" id="line6"><span class="time">10:28 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="3" first="true">ansis</span><span class="message" type="privmsg">sure</span></div><div highlight="false" alternate="odd" nick="jfire" class="line text" type="privmsg" id="line7"><span class="time">10:30 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="5" first="true">jfire</span><span class="message" type="privmsg">sure</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line8"><span class="time">11:06 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">jfire: ansis small conf room?</span></div><div highlight="false" alternate="odd" class="line event" type="join" id="line9"><span class="time">11:10 </span><span class="message" type="join">ybon has joined (~ybon@<span class="address" oncontextmenu="on_addr()">80.214.5.12</span>)</span></div><div highlight="false" alternate="even" nick="ybon" class="line text" type="privmsg" id="line10"><span class="time">11:10 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="12" first="true">ybon</span><span class="message" type="privmsg">hi :)</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line11"><span class="time">11:10 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">okay! I will be mirroring real-life in here</span></div><div highlight="false" alternate="even" nick="jfire" class="line text" type="privmsg" id="line12"><span class="time">11:10 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="5" first="true">jfire</span><span class="message" type="privmsg">good morning</span></div><div highlight="true" alternate="odd" nick="jfire" class="line text" type="privmsg" id="line13"><span class="time">11:11 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="5" first="false">jfire</span><span class="message" type="privmsg"><strong class="highlight">tmcw</strong> has been fixing bugs, adding a few features. "Make circular"</span></div><div highlight="false" alternate="even" nick="jfire" class="line text" type="privmsg" id="line14"><span class="time">11:11 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="5" first="false">jfire</span><span class="message" type="privmsg">gardening alpha1 milestone and issues</span></div><div highlight="false" alternate="odd" nick="jfire" class="line text" type="privmsg" id="line15"><span class="time">11:11 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="5" first="false">jfire</span><span class="message" type="privmsg">there's 1-2 bugs in the milestone</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line16"><span class="time">11:13 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">milestone: <a href="https://github.com/systemed/iD/issues?milestone=1&amp;state=open" class="url" oncontextmenu="on_url()">https://github.com/systemed/iD/issues?milestone=1&amp;state=open</a></span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line17"><span class="time">11:14 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">need to classify some tickets like: <a href="https://github.com/systemed/iD/issues/440" class="url" oncontextmenu="on_url()">https://github.com/systemed/iD/issues/440</a></span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line18"><span class="time">11:14 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">jfire: implemented a radial menu, refactored drawing code</span></div><div highlight="false" alternate="odd" class="line event" type="join" id="line19"><span class="time">11:14 </span><span class="message" type="join">Firefishy has joined (~openstree@<span class="address" oncontextmenu="on_addr()">proxy.wwood.co.uk</span>)</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line20"><span class="time">11:14 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">everyone's pretty psyched with the last-week progress</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line21"><span class="time">11:15 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">ansis: is on now</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line22"><span class="time">11:15 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">small issues with labels (hey, labels!)</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line23"><span class="time">11:17 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">talking perf improvements, using rtrees for intersections</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line24"><span class="time">11:17 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">since graph.intersects is getting slow with thousands of features</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line25"><span class="time">11:18 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">filed <a href="https://github.com/systemed/iD/issues/496" class="url" oncontextmenu="on_url()">https://github.com/systemed/iD/issues/496</a></span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line26"><span class="time">11:19 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">we're going to be testing iD quite a bit at the editathon tomorrow 1-6pm at the mapbox office</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line27"><span class="time">11:19 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">saman is getting back on id</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line28"><span class="time">11:21 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">now talking website</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line29"><span class="time">11:21 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">getting ideditor.com, updating the website</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line30"><span class="time">11:22 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">one small issue for using an icon instead of a gray circle</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line31"><span class="time">11:23 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">and adding google analytics to the site</span></div><div highlight="false" alternate="even" nick="ybon" class="line text" type="privmsg" id="line32"><span class="time">11:24 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="12" first="true">ybon</span><span class="message" type="privmsg">(why not piwik like in osm.org?)</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line33"><span class="time">11:24 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">ybon: already have a google analytics &amp; gauges account, and we don't have running servers</span></div><div highlight="false" alternate="even" nick="ybon" class="line text" type="privmsg" id="line34"><span class="time">11:25 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="12" first="true">ybon</span><span class="message" type="privmsg">k</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line35"><span class="time">11:26 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">cool! meat-space scrum is over</span></div><div highlight="false" alternate="even" nick="tmcw" class="line text" type="privmsg" id="line36"><span class="time">11:27 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="false">tmcw</span><span class="message" type="privmsg">any input from cyberspace to register?</span></div><div highlight="false" alternate="odd" nick="ybon" class="line text" type="privmsg" id="line37"><span class="time">11:27 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="12" first="true">ybon</span><span class="message" type="privmsg">nope</span></div><div highlight="true" alternate="even" nick="ybon" class="line text" type="privmsg" id="line38"><span class="time">11:27 </span><span class="sender" type="normal" oncontextmenu="on_nick()" identified="false" colornumber="12" first="false">ybon</span><span class="message" type="privmsg"><strong class="highlight">tmcw</strong>: but later I'll ask you where to start if I wan't to start helping</span></div><div highlight="false" alternate="odd" nick="tmcw" class="line text" type="privmsg" id="line39"><span class="time">11:27 </span><span class="sender" type="myself" oncontextmenu="on_nick()" identified="true" first="true">tmcw</span><span class="message" type="privmsg">definitely, let me know</span></div><div highlight="false" alternate="even" class="line event" type="join" id="line40"><span class="time">11:28 </span><span class="message" type="join">samanbb has joined (~samanbb@<span class="address" oncontextmenu="on_addr()">c-98-218-228-75.hsd1.dc.comcast.net</span>)</span></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment