CINXE.COM
Source Package Recipes for J枚rn Sch枚nyan : Code : J枚rn Sch枚nyan
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Source Package Recipes for J枚rn Sch枚nyan : Code : J枚rn Sch枚nyan</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev6394e03793719e8d73f5a60b5439440e693c92f1/combo.css" /> <meta property="og:title" content="Source Package Recipes for J枚rn Sch枚nyan : Code : J枚rn Sch枚nyan" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/~joern-schoenyan/+recipes" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev6394e03793719e8d73f5a60b5439440e693c92f1/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev6394e03793719e8d73f5a60b5439440e693c92f1/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev6394e03793719e8d73f5a60b5439440e693c92f1/?lp/', comboBase: '/+combo/rev6394e03793719e8d73f5a60b5439440e693c92f1/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-branches main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/~joern-schoenyan/+recipes/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~joern-schoenyan"><img alt="" width="64" height="64" src="/@@/person-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~joern-schoenyan">J枚rn Sch枚nyan</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/~joern-schoenyan">Overview</a></li> <li class="branches active"><a href="https://code.launchpad.net/~joern-schoenyan">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/~joern-schoenyan">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~joern-schoenyan">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~joern-schoenyan">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/~joern-schoenyan">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <table id="recipetable" class="listing sortable"> <thead> <tr> <th colspan="2">Name</th> <th>Base Source</th> <th>Registered</th> </tr> </thead> <tbody> <tr> <td colspan="2"> <a href="/~joern-schoenyan/+recipe/panda3d">panda3d</a> </td> <td> <a href="/~panda3d/panda3d/master" class="sprite branch">lp:~panda3d/panda3d/master</a> </td> <td>2015-08-14 06:55:09 UTC</td> </tr> </tbody> </table> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 6394e03 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/~joern-schoenyan", "web_link": "https://launchpad.net/~joern-schoenyan", "resource_type_link": "https://code.launchpad.net/api/devel/#person", "all_specifications_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/valid_specifications", "recipes_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/recipes", "time_zone": "UTC", "private": false, "is_valid": true, "is_team": false, "account_status": "Active", "visibility": "Public", "name": "joern-schoenyan", "display_name": "J\u00f6rn Sch\u00f6nyan", "logo_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/logo", "is_probationary": true, "id": "tag:launchpad.net:2008:redacted", "karma": 0, "homepage_content": null, "description": null, "mugshot_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/mugshot", "languages_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/languages", "hide_email_addresses": false, "date_created": "2013-04-17T11:31:12.000983+00:00", "sshkeys_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/sshkeys", "is_ubuntu_coc_signer": true, "gpg_keys_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/gpg_keys", "wiki_names_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/wiki_names", "irc_nicknames_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/irc_nicknames", "jabber_ids_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/jabber_ids", "social_accounts_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/social_accounts", "memberships_details_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/memberships_details", "open_membership_invitations_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/open_membership_invitations", "confirmed_email_addresses_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/confirmed_email_addresses", "team_owner_link": null, "preferred_email_address_link": "tag:launchpad.net:2008:redacted", "mailing_list_auto_subscribe_policy": "Ask me when I join a team", "archive_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/+archive/ubuntu/pf-kernel-testing-deletedppa", "ppas_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/ppas", "sub_teams_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/sub_teams", "super_teams_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/super_teams", "members_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/members", "admins_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/admins", "participants_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/participants", "deactivated_members_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/deactivated_members", "expired_members_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/expired_members", "invited_members_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/invited_members", "members_details_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/members_details", "proposed_members_collection_link": "https://code.launchpad.net/api/devel/~joern-schoenyan/proposed_members", "account_status_history": "tag:launchpad.net:2008:redacted", "http_etag": "\"7b0a3b46fa9ff2b35f1d8fb5e1edcbccedab7b7b-132d2b97184b3ae840575d8f58b206d939f42c7c\""}};</script> </body> <!-- Facet name: branches Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 22 queries/external actions issued in 0.17 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r6394e03 --> </html>