Mercurial > repos > jorrit > obotest
comparison src @ 2:e71204d5e03c draft
Uploaded
| author | jorrit |
|---|---|
| date | Thu, 07 Feb 2013 16:57:42 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:569830319099 | 2:e71204d5e03c |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 5 <meta charset="utf-8"> | |
| 6 <title> | |
| 7 jhpoelen / obo | |
| 8 / source / | |
| 9 — Bitbucket | |
| 10 </title> | |
| 11 <link rel="icon" type="image/png" href="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/img/favicon.png"> | |
| 12 <meta id="bb-canon-url" name="bb-canon-url" content="https://bitbucket.org"> | |
| 13 | |
| 14 | |
| 15 <link rel="stylesheet" href="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/compressed/css/0905f4428f6e.css" type="text/css" /> | |
| 16 | |
| 17 <!--[if lt IE 9]><link rel="stylesheet" href="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/css/aui/aui-ie.css" media="all"><![endif]--> | |
| 18 <!--[if IE 9]><link rel="stylesheet" href="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/css/aui/aui-ie9.css" media="all"><![endif]--> | |
| 19 <!--[if IE]><link rel="stylesheet" href="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/css/aui-overrides-ie.css" media="all"><![endif]--> | |
| 20 <meta name="description" content=""/> | |
| 21 <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Bitbucket" /> | |
| 22 | |
| 23 <link href="/jhpoelen/obo/rss" rel="alternate nofollow" type="application/rss+xml" title="RSS feed for obo" /> | |
| 24 | |
| 25 </head> | |
| 26 <body class="aui-layout production " | |
| 27 > | |
| 28 <script type="text/javascript" src="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/compressed/js/e98deabf8a2e.js"></script> | |
| 29 <div id="page"> | |
| 30 <div id="wrapper"> | |
| 31 | |
| 32 <header id="header" role="banner"> | |
| 33 <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> | |
| 34 <div class="aui-header-inner"> | |
| 35 <div class="aui-header-primary"> | |
| 36 <h1 class="aui-header-logo aui-header-logo-bitbucket"> | |
| 37 <a href="/" class="aui-nav-imagelink"> | |
| 38 <span class="aui-header-logo-device">Bitbucket</span> | |
| 39 </a> | |
| 40 </h1> | |
| 41 <script id="repo-dropdown-template" type="text/html"> | |
| 42 | |
| 43 | |
| 44 [[#hasViewed]] | |
| 45 <div class="aui-dropdown2-section"> | |
| 46 <strong class="viewed">Recently viewed</strong> | |
| 47 <ul class="aui-list-truncate"> | |
| 48 [[#viewed]] | |
| 49 <li class="[[#is_private]]private[[/is_private]][[^is_private]]public[[/is_private]] repository"> | |
| 50 <a href="[[url]]" title="[[owner]]/[[name]]" class=" aui-icon-container"> | |
| 51 <img class="repo-avatar size16" src="[[{avatar}]]" alt="[[owner]]/[[name]] avatar"/> | |
| 52 [[owner]] / [[name]] | |
| 53 </a> | |
| 54 </li> | |
| 55 [[/viewed]] | |
| 56 </ul> | |
| 57 </div> | |
| 58 [[/hasViewed]] | |
| 59 [[#hasUpdated]] | |
| 60 <div class="aui-dropdown2-section"> | |
| 61 <strong class="updated">Recently updated</strong> | |
| 62 <ul class="aui-list-truncate"> | |
| 63 [[#updated]] | |
| 64 <li class="[[#is_private]]private[[/is_private]][[^is_private]]public[[/is_private]] repository"> | |
| 65 <a href="[[url]]" title="[[owner]]/[[name]]" class=" aui-icon-container"> | |
| 66 <img class="repo-avatar size16" src="[[{avatar}]]" alt="[[owner]]/[[name]] avatar"/> | |
| 67 [[owner]] / [[name]] | |
| 68 </a> | |
| 69 </li> | |
| 70 [[/updated]] | |
| 71 </ul> | |
| 72 </div> | |
| 73 [[/hasUpdated]] | |
| 74 | |
| 75 </script> | |
| 76 <ul role="menu" class="aui-nav"> | |
| 77 | |
| 78 <li> | |
| 79 <a href="/plans"> | |
| 80 Pricing & Signup | |
| 81 </a> | |
| 82 </li> | |
| 83 <li> | |
| 84 <a href="/whats-new"> | |
| 85 What's new | |
| 86 </a> | |
| 87 </li> | |
| 88 | |
| 89 </ul> | |
| 90 </div> | |
| 91 <div class="aui-header-secondary"> | |
| 92 <ul role="menu" class="aui-nav"> | |
| 93 <li> | |
| 94 <form action="/repo/all" method="get" class="aui-quicksearch"> | |
| 95 <label for="search-query" class="assistive">owner/repository</label> | |
| 96 <input id="search-query" class="search" type="text" placeholder="owner/repository" name="name"> | |
| 97 </form> | |
| 98 </li> | |
| 99 <li> | |
| 100 <a class="aui-dropdown2-trigger"aria-controls="header-help-dropdown" aria-owns="header-help-dropdown" | |
| 101 aria-haspopup="true" data-container="#header .aui-header-inner" href="#header-help-dropdown"> | |
| 102 <span class="aui-icon aui-icon-small aui-iconfont-help">Help</span><span class="aui-icon-dropdown"></span> | |
| 103 </a> | |
| 104 <nav id="header-help-dropdown" class="aui-dropdown2 aui-style-default aui-dropdown2-in-header" aria-hidden="true"> | |
| 105 <div class="aui-dropdown2-section"> | |
| 106 <ul> | |
| 107 <li> | |
| 108 <a href="/whats-new" id="features-link"> | |
| 109 What's new | |
| 110 </a> | |
| 111 </li> | |
| 112 </ul> | |
| 113 </div> | |
| 114 <div class="aui-dropdown2-section"> | |
| 115 <ul> | |
| 116 <li><a href="https://confluence.atlassian.com/display/BITBUCKET/bitbucket+Documentation+Home" target="_blank">Documentation</a></li> | |
| 117 <li><a href="https://confluence.atlassian.com/display/BITBUCKET/bitbucket+101" target="_blank">Bitbucket 101</a></li> | |
| 118 <li><a href="https://confluence.atlassian.com/display/BBKB/Bitbucket+Knowledge+Base+Home" target="_blank">Knowledge base</a></li> | |
| 119 </ul> | |
| 120 </div> | |
| 121 <div class="aui-dropdown2-section"> | |
| 122 <ul> | |
| 123 <li><a href="https://answers.atlassian.com/tags/bitbucket/" target="_blank">Bitbucket on Atlassian Answers</a></li> | |
| 124 <li><a href="/support">Support</a></li> | |
| 125 </ul> | |
| 126 </div> | |
| 127 </nav> | |
| 128 </li> | |
| 129 | |
| 130 <li id="user-options"> | |
| 131 <a href="/account/signin/?next=/jhpoelen/obo/src" class="aui-nav-link login-link">Log in</a> | |
| 132 </li> | |
| 133 | |
| 134 </ul> | |
| 135 </div> | |
| 136 </div> | |
| 137 </nav> | |
| 138 </header> | |
| 139 <header id="account-warning" role="banner" | |
| 140 class="aui-message-banner warning "> | |
| 141 <div class="center-content"> | |
| 142 <span class="aui-icon aui-icon-warning"></span> | |
| 143 <span class="message"> | |
| 144 | |
| 145 </span> | |
| 146 </div> | |
| 147 </header> | |
| 148 | |
| 149 <header id="aui-message-bar"> | |
| 150 | |
| 151 </header> | |
| 152 | |
| 153 | |
| 154 <header id="repo-warning" role="banner" class="aui-message-banner warning"> | |
| 155 <div class="center-content"> | |
| 156 <span class="aui-icon aui-icon-warning"></span> | |
| 157 <span class="message"> | |
| 158 </span> | |
| 159 </div> | |
| 160 </header> | |
| 161 <script id="repo-warning-template" type="text/html"> | |
| 162 | |
| 163 | |
| 164 | |
| 165 | |
| 166 | |
| 167 This repository's ownership is pending transfer to <a href="/[[username]]">[[username]]</a>. | |
| 168 Visit the <a href="/jhpoelen/obo/admin/transfer">transfer repository page</a> to view more details. | |
| 169 | |
| 170 | |
| 171 </script> | |
| 172 <header id="repo-header" class="subhead row"> | |
| 173 <div class="center-content"> | |
| 174 <div class="repo-summary"> | |
| 175 <a class="repo-avatar-link" href="/jhpoelen/obo"> | |
| 176 <span class="repo-avatar-container size64" title="jhpoelen/obo"> | |
| 177 <img alt="jhpoelen/obo" src="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/img/language-avatars/default_64.png"/> | |
| 178 </span> | |
| 179 | |
| 180 | |
| 181 </a> | |
| 182 <h1><a class="repo-link" href="/jhpoelen/obo">obo</a></h1> | |
| 183 <ul class="repo-metadata clearfix"> | |
| 184 <li> | |
| 185 <a class="user" href="/jhpoelen"> | |
| 186 <span class="icon user">User icon</span> | |
| 187 <span>jhpoelen</span> | |
| 188 </a> | |
| 189 </li> | |
| 190 | |
| 191 | |
| 192 <li class="social"> | |
| 193 <a class="follow" id="repo-follow" | |
| 194 rel="nofollow" | |
| 195 href="/jhpoelen/obo/follow"> | |
| 196 <span class="icon follow">Follow icon</span> | |
| 197 <span class="text">Follow</span> | |
| 198 </a> | |
| 199 </li> | |
| 200 | |
| 201 </ul> | |
| 202 </div> | |
| 203 <div id="repo-toolbar" class="bb-toolbar"> | |
| 204 | |
| 205 <div class="aui-buttons"> | |
| 206 <a id="repo-clone-button" class="aui-button aui-style" href="https://bitbucket.org/jhpoelen/obo"> | |
| 207 <span class="icon clone">Clone icon</span> | |
| 208 <span>Clone</span> | |
| 209 <span class="aui-icon-dropdown"></span> | |
| 210 </a> | |
| 211 <a id="fork-button" class="aui-button aui-style" | |
| 212 href="/jhpoelen/obo/fork"> | |
| 213 <span class="icon fork">Fork icon</span> | |
| 214 <span>Fork</span> | |
| 215 </a> | |
| 216 </div> | |
| 217 <div class="aui-buttons"> | |
| 218 <a id="compare-button" class="aui-button aui-style" | |
| 219 href="/jhpoelen/obo/compare"> | |
| 220 <span class="icon compare">Compare icon</span> | |
| 221 <span>Compare</span> | |
| 222 </a> | |
| 223 <a id="pull-request-button" class="aui-button aui-style" | |
| 224 href="/jhpoelen/obo/pull-request/new"> | |
| 225 <span class="icon pull-request">Pull request icon</span> | |
| 226 <span>Pull request</span> | |
| 227 </a> | |
| 228 </div> | |
| 229 | |
| 230 | |
| 231 | |
| 232 <div id="repo-clone-dialog" class="clone-dialog hidden"> | |
| 233 | |
| 234 <div class="clone-url"> | |
| 235 <div class="aui-buttons"> | |
| 236 <a href="https://bitbucket.org/jhpoelen/obo" | |
| 237 class="aui-button aui-style aui-dropdown2-trigger" aria-haspopup="true" | |
| 238 aria-owns="clone-url-dropdown-header"> | |
| 239 <span class="dropdown-text">HTTPS</span> | |
| 240 </a> | |
| 241 <div id="clone-url-dropdown-header" class="aui-dropdown2 aui-style-default"> | |
| 242 <ul class="aui-list-truncate"> | |
| 243 <li> | |
| 244 <a href="https://bitbucket.org/jhpoelen/obo" | |
| 245 | |
| 246 data-command="hg clone https://bitbucket.org/jhpoelen/obo" | |
| 247 | |
| 248 class="item-link https">HTTPS | |
| 249 </a> | |
| 250 </li> | |
| 251 <li> | |
| 252 <a href="ssh://hg@bitbucket.org/jhpoelen/obo" | |
| 253 | |
| 254 data-command="hg clone ssh://hg@bitbucket.org/jhpoelen/obo" | |
| 255 | |
| 256 class="item-link ssh">SSH | |
| 257 </a> | |
| 258 </li> | |
| 259 </ul> | |
| 260 </div> | |
| 261 <input type="text" readonly="readonly" value="hg clone https://bitbucket.org/jhpoelen/obo"> | |
| 262 </div> | |
| 263 | |
| 264 <p>Need help cloning? Visit | |
| 265 <a href="https://confluence.atlassian.com/x/cgozDQ" target="_blank">Bitbucket 101</a>.</p> | |
| 266 | |
| 267 </div> | |
| 268 | |
| 269 | |
| 270 | |
| 271 | |
| 272 | |
| 273 | |
| 274 <div class="clone-in-sourcetree" | |
| 275 data-https-url="https://bitbucket.org/jhpoelen/obo" | |
| 276 data-ssh-url="ssh://hg@bitbucket.org/jhpoelen/obo"> | |
| 277 <p><button class="aui-button aui-style aui-button-primary">Clone in SourceTree</button></p> | |
| 278 | |
| 279 <p><a href="http://www.sourcetreeapp.com" target="_blank">SourceTree</a> | |
| 280 is a free Mac client by Atlassian for Git, Mercurial and Subversion.</p> | |
| 281 </div> | |
| 282 | |
| 283 | |
| 284 </div> | |
| 285 | |
| 286 </div> | |
| 287 </div> | |
| 288 <div class="clearfix"></div> | |
| 289 </header> | |
| 290 <nav id="repo-tabs" class="aui-navgroup aui-navgroup-horizontal aui-navgroup-horizontal-roomy"> | |
| 291 <div class="aui-navgroup-inner"> | |
| 292 <div class="aui-navgroup-primary"> | |
| 293 <ul class="aui-nav"> | |
| 294 | |
| 295 <li> | |
| 296 <a href="/jhpoelen/obo/overview" id="repo-overview-link">Overview</a> | |
| 297 </li> | |
| 298 | |
| 299 | |
| 300 <li class="aui-nav-selected"> | |
| 301 <a href="/jhpoelen/obo/src" id="repo-source-link">Source</a> | |
| 302 </li> | |
| 303 | |
| 304 | |
| 305 <li> | |
| 306 <a href="/jhpoelen/obo/commits" id="repo-commits-link"> | |
| 307 Commits | |
| 308 </a> | |
| 309 </li> | |
| 310 | |
| 311 | |
| 312 <li> | |
| 313 <a href="/jhpoelen/obo/pull-requests" id="repo-pullrequests-link"> | |
| 314 Pull requests | |
| 315 | |
| 316 | |
| 317 | |
| 318 </a> | |
| 319 </li> | |
| 320 | |
| 321 | |
| 322 | |
| 323 | |
| 324 <li id="issues-tab" class=" | |
| 325 | |
| 326 hidden | |
| 327 | |
| 328 "> | |
| 329 <a href="/jhpoelen/obo/issues?status=new&status=open" id="repo-issues-link"> | |
| 330 Issues | |
| 331 | |
| 332 | |
| 333 | |
| 334 </a> | |
| 335 </li> | |
| 336 <li id="wiki-tab" class=" | |
| 337 | |
| 338 hidden | |
| 339 | |
| 340 "> | |
| 341 <a href="/jhpoelen/obo/wiki" id="repo-wiki-link">Wiki</a> | |
| 342 </li> | |
| 343 | |
| 344 <li> | |
| 345 <a href="/jhpoelen/obo/downloads" id="repo-downloads-link"> | |
| 346 Downloads | |
| 347 | |
| 348 | |
| 349 | |
| 350 </a> | |
| 351 </li> | |
| 352 | |
| 353 </ul> | |
| 354 </div> | |
| 355 <div class="aui-navgroup-secondary"> | |
| 356 <ul class="aui-nav"> | |
| 357 | |
| 358 </ul> | |
| 359 </div> | |
| 360 </div> | |
| 361 </nav> | |
| 362 | |
| 363 <div id="content" role="main"> | |
| 364 | |
| 365 <div id="repo-content"> | |
| 366 | |
| 367 | |
| 368 <div id="source-container"> | |
| 369 | |
| 370 | |
| 371 | |
| 372 | |
| 373 <header id="source-path"> | |
| 374 | |
| 375 <div class="labels labels-csv"> | |
| 376 | |
| 377 <div class="aui-buttons"> | |
| 378 <button data-branches-tags-url="/api/1.0/repositories/jhpoelen/obo/branches-tags" | |
| 379 class="aui-button aui-style branch-dialog-trigger" title="default"> | |
| 380 | |
| 381 | |
| 382 <span class="branch icon">Branch</span> | |
| 383 | |
| 384 <span class="name">default</span> | |
| 385 | |
| 386 <span class="aui-icon-dropdown"></span> | |
| 387 </button> | |
| 388 </div> | |
| 389 | |
| 390 </div> | |
| 391 | |
| 392 | |
| 393 <h1> | |
| 394 <a href="/jhpoelen/obo/src/aa5dc8850678?at=default" | |
| 395 class="pjax-trigger" title="">obo</a> / | |
| 396 | |
| 397 | |
| 398 | |
| 399 | |
| 400 | |
| 401 | |
| 402 | |
| 403 </h1> | |
| 404 | |
| 405 | |
| 406 | |
| 407 | |
| 408 <div class="clearfix"></div> | |
| 409 </header> | |
| 410 | |
| 411 | |
| 412 <table id="source-list" class="aui bb-list"> | |
| 413 <thead> | |
| 414 <tr> | |
| 415 <th class="name">Filename</th> | |
| 416 <th class="size">Size</th> | |
| 417 <th class="date">Date modified</th> | |
| 418 <th class="text">Message</th> | |
| 419 | |
| 420 </tr> | |
| 421 </thead> | |
| 422 <tbody> | |
| 423 | |
| 424 | |
| 425 <tr class="iterable-item"> | |
| 426 | |
| 427 <td class="name dirname" colspan="4"> | |
| 428 <a href="/jhpoelen/obo/src/aa5dc88506780fecccd36ac8f7a5fd6759ad8cab/test-data?at=default" title="" | |
| 429 class="pjax-trigger execute">test-data</a> | |
| 430 </td> | |
| 431 | |
| 432 | |
| 433 </tr> | |
| 434 | |
| 435 | |
| 436 <tr class="iterable-item"> | |
| 437 <td class="name filename"> | |
| 438 <div> | |
| 439 <a href="/jhpoelen/obo/src/aa5dc88506780fecccd36ac8f7a5fd6759ad8cab/README?at=default" | |
| 440 title="README" | |
| 441 class="pjax-trigger execute">README</a> | |
| 442 </div> | |
| 443 </td> | |
| 444 | |
| 445 | |
| 446 <td class="size"> | |
| 447 <div> | |
| 448 418 B | |
| 449 </div> | |
| 450 </td> | |
| 451 | |
| 452 | |
| 453 <td class="date"> | |
| 454 <div> | |
| 455 <time datetime="2013-02-07T00:52:02+00:00" data-title="true">21 hours ago</time> | |
| 456 </div> | |
| 457 </td> | |
| 458 <td class="text"> | |
| 459 <div> | |
| 460 | |
| 461 First commit. | |
| 462 | |
| 463 </div> | |
| 464 </td> | |
| 465 | |
| 466 | |
| 467 | |
| 468 </tr> | |
| 469 | |
| 470 <tr class="iterable-item"> | |
| 471 <td class="name filename"> | |
| 472 <div> | |
| 473 <a href="/jhpoelen/obo/src/aa5dc88506780fecccd36ac8f7a5fd6759ad8cab/fetch_ontology.xml?at=default" | |
| 474 title="fetch_ontology.xml" | |
| 475 class="pjax-trigger execute">fetch_ontology.xml</a> | |
| 476 </div> | |
| 477 </td> | |
| 478 | |
| 479 | |
| 480 <td class="size"> | |
| 481 <div> | |
| 482 846 B | |
| 483 </div> | |
| 484 </td> | |
| 485 | |
| 486 | |
| 487 <td class="date"> | |
| 488 <div> | |
| 489 <time datetime="2013-02-07T00:52:02+00:00" data-title="true">21 hours ago</time> | |
| 490 </div> | |
| 491 </td> | |
| 492 <td class="text"> | |
| 493 <div> | |
| 494 | |
| 495 First commit. | |
| 496 | |
| 497 </div> | |
| 498 </td> | |
| 499 | |
| 500 | |
| 501 | |
| 502 </tr> | |
| 503 | |
| 504 <tr class="iterable-item"> | |
| 505 <td class="name filename"> | |
| 506 <div> | |
| 507 <a href="/jhpoelen/obo/src/aa5dc88506780fecccd36ac8f7a5fd6759ad8cab/tool_dependencies.xml?at=default" | |
| 508 title="tool_dependencies.xml" | |
| 509 class="pjax-trigger execute">tool_dependencies.xml</a> | |
| 510 </div> | |
| 511 </td> | |
| 512 | |
| 513 | |
| 514 <td class="size"> | |
| 515 <div> | |
| 516 858 B | |
| 517 </div> | |
| 518 </td> | |
| 519 | |
| 520 | |
| 521 <td class="date"> | |
| 522 <div> | |
| 523 <time datetime="2013-02-07T00:52:02+00:00" data-title="true">21 hours ago</time> | |
| 524 </div> | |
| 525 </td> | |
| 526 <td class="text"> | |
| 527 <div> | |
| 528 | |
| 529 First commit. | |
| 530 | |
| 531 </div> | |
| 532 </td> | |
| 533 | |
| 534 | |
| 535 | |
| 536 </tr> | |
| 537 | |
| 538 | |
| 539 </tbody> | |
| 540 </table> | |
| 541 | |
| 542 <section id="readme"> | |
| 543 <article class="readme file"> | |
| 544 <pre class="plaintext">The following libraries need to be installed to use the obo tools: | |
| 545 | |
| 546 # termfinder needs g++ and other build tools | |
| 547 sudo apt-get $APT_OPTS install build-essential | |
| 548 | |
| 549 # perl dbi / perl DBD::mysql | |
| 550 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl | |
| 551 | |
| 552 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries | |
| 553 sudo apt-get $APT_OPTS install libgraphviz-perl | |
| 554 sudo apt-get $APT_OPTS install libgd-gd2-perl | |
| 555 </pre> | |
| 556 </article> | |
| 557 </section> | |
| 558 | |
| 559 | |
| 560 | |
| 561 | |
| 562 <div class="mask"></div> | |
| 563 | |
| 564 | |
| 565 | |
| 566 <script id="branch-dialog-template" type="text/html"> | |
| 567 | |
| 568 | |
| 569 <div class="tabbed-filter-widget branch-dialog"> | |
| 570 <div class="tabbed-filter"> | |
| 571 <input placeholder="Filter branches" class="filter-box" autosave="branch-dropdown-2118082" type="text"> | |
| 572 [[^ignoreTags]] | |
| 573 <div class="aui-tabs horizontal-tabs aui-tabs-disabled filter-tabs"> | |
| 574 <ul class="tabs-menu"> | |
| 575 <li class="menu-item active-tab"><a href="#branches">Branches</a></li> | |
| 576 <li class="menu-item"><a href="#tags">Tags</a></li> | |
| 577 </ul> | |
| 578 </div> | |
| 579 [[/ignoreTags]] | |
| 580 </div> | |
| 581 | |
| 582 <div class="tab-pane active-pane" id="branches" data-filter-placeholder="Filter branches"> | |
| 583 <ol class="filter-list"> | |
| 584 <li class="empty-msg">No matching branches</li> | |
| 585 [[#branches]] | |
| 586 [[#hasMultipleHeads]] | |
| 587 [[#heads]] | |
| 588 <li class="comprev filter-item"> | |
| 589 <a href="/jhpoelen/obo/src/[[changeset]]/?at=[[safeName]]" | |
| 590 title="[[name]]"> | |
| 591 [[name]] ([[shortChangeset]]) | |
| 592 </a> | |
| 593 </li> | |
| 594 [[/heads]] | |
| 595 [[/hasMultipleHeads]] | |
| 596 [[^hasMultipleHeads]] | |
| 597 <li class="comprev filter-item"> | |
| 598 <a href="/jhpoelen/obo/src/[[changeset]]/?at=[[safeName]]" title="[[name]]"> | |
| 599 [[name]] | |
| 600 </a> | |
| 601 </li> | |
| 602 [[/hasMultipleHeads]] | |
| 603 [[/branches]] | |
| 604 </ol> | |
| 605 </div> | |
| 606 <div class="tab-pane" id="tags" data-filter-placeholder="Filter tags"> | |
| 607 <ol class="filter-list"> | |
| 608 <li class="empty-msg">No matching tags</li> | |
| 609 [[#tags]] | |
| 610 <li class="comprev filter-item"> | |
| 611 <a href="/jhpoelen/obo/src/[[changeset]]/?at=[[safeName]]" title="[[name]]"> | |
| 612 [[name]] | |
| 613 </a> | |
| 614 </li> | |
| 615 [[/tags]] | |
| 616 </ol> | |
| 617 </div> | |
| 618 | |
| 619 </div> | |
| 620 | |
| 621 </script> | |
| 622 | |
| 623 | |
| 624 | |
| 625 </div> | |
| 626 | |
| 627 | |
| 628 </div> | |
| 629 | |
| 630 | |
| 631 | |
| 632 <form id="file-search-form" action="#" | |
| 633 data-revision="aa5dc88506780fecccd36ac8f7a5fd6759ad8cab" | |
| 634 data-branch="default"> | |
| 635 <input type="text" id="file-search-query" class="loading"> | |
| 636 <div id="filtered-files"></div> | |
| 637 <div class="tip"><em>Tip:</em> Filter by directory path e.g. <strong>/media app.js</strong> to search for public<strong>/media/app.js</strong>.</div> | |
| 638 <div class="tip"><em>Tip:</em> Use camelCasing e.g. <strong>ProjME</strong> to search for <strong>ProjectModifiedE</strong>vent.java.</div> | |
| 639 <div class="tip"><em>Tip:</em> Filter by extension type e.g. <strong>/repo .js</strong> to search for all <strong>.js</strong> files in the <strong>/repo</strong> directory.</div> | |
| 640 <div class="tip"><em>Tip:</em> Separate your search with spaces e.g. <strong>/ssh pom.xml</strong> to search for src<strong>/ssh/pom.xml</strong>.</div> | |
| 641 <div class="tip"><em>Tip:</em> Use ↑ and ↓ arrow keys to navigate and <strong>return</strong> to view the file.</div> | |
| 642 <div class="tip"><em>Tip:</em> You can also navigate files with <strong>Ctrl+j</strong> <em>(next)</em> and <strong>Ctrl+k</strong> <em>(previous)</em> and view the file with <strong>Ctrl+o</strong>.</div> | |
| 643 <script id="filtered-files-template" type="text/html"> | |
| 644 | |
| 645 | |
| 646 <table class="aui bb-list"> | |
| 647 <thead> | |
| 648 <tr class="assistive"> | |
| 649 <th class="name">Filename</th> | |
| 650 </tr> | |
| 651 </thead> | |
| 652 <tbody> | |
| 653 [[#files]] | |
| 654 <tr class="iterable-item"> | |
| 655 <td class="name [[#isDirectory]]directory[[/isDirectory]]"> | |
| 656 <a href="/jhpoelen/obo/src/[[node]]/[[name]][[#branch]]?at=[[branch]][[/branch]]" | |
| 657 title="[[name]]" class="execute" tabindex="-1"> | |
| 658 [[&highlightedName]] | |
| 659 </a> | |
| 660 </td> | |
| 661 </tr> | |
| 662 [[/files]] | |
| 663 </tbody> | |
| 664 </table> | |
| 665 | |
| 666 </script> | |
| 667 </form> | |
| 668 | |
| 669 | |
| 670 | |
| 671 </div> | |
| 672 </div> | |
| 673 <footer id="footer" role="contentinfo"> | |
| 674 <section class="footer-body"> | |
| 675 <ul> | |
| 676 <li><a href="http://blog.bitbucket.org">Blog</a></li> | |
| 677 <li><a href="//bitbucket.org/site/master/issues/new">Report a bug</a></li> | |
| 678 <li><a href="/support">Support</a></li> | |
| 679 <li><a href="http://confluence.atlassian.com/display/BITBUCKET">Documentation</a></li> | |
| 680 <li><a href="http://confluence.atlassian.com/x/IYBGDQ">API</a></li> | |
| 681 <li><a href="http://groups.google.com/group/bitbucket-users">Forum</a></li> | |
| 682 <li><a href="http://status.bitbucket.org/">Server status</a></li> | |
| 683 <li><a href="http://www.atlassian.com/hosted/terms.jsp">Terms of service</a></li> | |
| 684 <li><a href="http://www.atlassian.com/about/privacy.jsp">Privacy policy</a></li> | |
| 685 </ul> | |
| 686 <ul> | |
| 687 <li><a href="http://git-scm.com/">Git 1.7.10.3</a></li> | |
| 688 <li><a href="http://mercurial.selenic.com/">Mercurial 2.2.2</a></li> | |
| 689 <li><a href="https://www.djangoproject.com/">Django 1.3.1</a></li> | |
| 690 <li><a href="http://www.python.org/">Python 2.7.3</a></li> | |
| 691 <li><a href="#">86405223cfc3 / 86405223cfc3 @ bitbucket20</a></li> | |
| 692 </ul> | |
| 693 </section> | |
| 694 </footer> | |
| 695 </div> | |
| 696 | |
| 697 <script type="text/javascript" src="https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/compressed/js/30dafea7d607.js"></script> | |
| 698 | |
| 699 <!-- This script exists purely for the benefit of our selenium tests --> | |
| 700 <script> | |
| 701 setTimeout(function () { | |
| 702 BB.JsLoaded = true; | |
| 703 }, 3000); | |
| 704 </script> | |
| 705 | |
| 706 | |
| 707 | |
| 708 <script> | |
| 709 (function (window) { | |
| 710 // Base URL to use for non-CNAME URLs. | |
| 711 BB.baseUrl = 'https://bitbucket.org'; | |
| 712 | |
| 713 BB.images = { | |
| 714 invitation: 'https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/img/icons/fugue/card_address.png', | |
| 715 noAvatar: 'https://d3oaxc4q5k2d6q.cloudfront.net/m/86405223cfc3/img/default_avatar/16/user_blue.png' | |
| 716 }; | |
| 717 BB.user = {"isKbdShortcutsEnabled": true, "isSshEnabled": false, "isAuthenticated": false}; | |
| 718 BB.repo || (BB.repo = {}); | |
| 719 | |
| 720 BB.repo.id = 2118082; | |
| 721 BB.repo.scm = 'hg'; | |
| 722 | |
| 723 | |
| 724 BB.repo.language = null; | |
| 725 BB.repo.pygmentsLanguage = null; | |
| 726 | |
| 727 | |
| 728 BB.repo.slug = 'obo'; | |
| 729 | |
| 730 | |
| 731 BB.repo.owner = {}; | |
| 732 BB.repo.owner.username = 'jhpoelen'; | |
| 733 BB.repo.owner.is_team = false; | |
| 734 | |
| 735 | |
| 736 BB.repo.creator = {}; | |
| 737 BB.repo.creator.username = 'jhpoelen'; | |
| 738 | |
| 739 // Coerce `BB.repo` to a string to get | |
| 740 // "davidchambers/mango" or whatever. | |
| 741 BB.repo.toString = function () { | |
| 742 return BB.cname ? this.slug : '{owner.username}/{slug}'.format(this); | |
| 743 } | |
| 744 | |
| 745 BB.changeset = 'aa5dc88506780fecccd36ac8f7a5fd6759ad8cab' | |
| 746 | |
| 747 | |
| 748 | |
| 749 window.setInterval(BB.localize, 60 * 1000); | |
| 750 BB.localize(); | |
| 751 | |
| 752 })(window); | |
| 753 </script> | |
| 754 | |
| 755 | |
| 756 <script> | |
| 757 // Bitbucket Google Analytics | |
| 758 // NOTE: these will not fire in development. In debug mode it just logs them to console. | |
| 759 (function (window) { | |
| 760 // Track the main pageview to the Bitbucket GA account. | |
| 761 BB.gaqPush(['_trackPageview']); | |
| 762 // Track the main pageview to the Atlassian GA account. | |
| 763 BB.gaqPush(['atl._trackPageview']); | |
| 764 | |
| 765 | |
| 766 | |
| 767 | |
| 768 | |
| 769 | |
| 770 // Include GA commands from sub-templates | |
| 771 | |
| 772 | |
| 773 (function () { | |
| 774 var ga = document.createElement('script'); | |
| 775 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| 776 ga.setAttribute('async', 'true'); | |
| 777 document.documentElement.firstChild.appendChild(ga); | |
| 778 }()); | |
| 779 })(window); | |
| 780 </script> | |
| 781 | |
| 782 | |
| 783 | |
| 784 </body> | |
| 785 </html> |
