CINXE.COM
Rik Mills in Launchpad
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/~rikmills/+index" /> <meta charset="UTF-8" /> <title>Rik Mills in Launchpad</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 rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~rikmills/latest-bugs.atom" title="Latest Bugs for Rik Mills" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~rikmills/branches.atom" title="Latest Branches for Rik Mills" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~rikmills/revisions.atom" title="Latest Revisions by Rik Mills" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="Ubuntu developer (MOTU), Kubuntu developer, and Kubuntu Council member. KDE Contributor/Developer." /> <meta property="og:description" content="Ubuntu developer (MOTU), Kubuntu developer, and Kubuntu Council member. KDE Contributor/Developer." /> <meta property="og:title" content="Rik Mills in Launchpad" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/~rikmills/+index" /> <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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', 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> <link rel="meta" type="application/rdf+xml" title="FOAF" href="+rdf" /> <link rel="openid.server" href="https://login.launchpad.net/+openid" /> <link rel="openid.delegate" href="https://login.launchpad.net/+id/YJEk67Y" /> <link rel="openid2.provider" href="https://login.launchpad.net/+openid" /> <link rel="openid2.local_id" href="https://login.launchpad.net/+id/YJEk67Y" /> <meta http-equiv="X-XRDS-Location" content="https://login.launchpad.net/+id/YJEk67Y/+xrds" /> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/~rikmills/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~rikmills"><img alt="" width="64" height="64" src="/@@/person-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~rikmills">Rik Mills</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><span>Overview</span></li> <li class="branches"><a href="https://code.launchpad.net/~rikmills">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/~rikmills">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~rikmills">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~rikmills">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/~rikmills">Answers</a></li> </ul> </div> <div class="yui-t4"> <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> <div class="description"> <div> <div class="lazr-multiline-edit" id="edit-description"> <div class="clearfix"> </div> <div class="yui3-editable_text-text"><p>Ubuntu developer (MOTU), Kubuntu developer, and Kubuntu Council member. KDE Contributor/<wbr />Developer.</p></div> </div> </div> </div> <ul class="horizontal"> <li> <a class="sprite info" href="https://launchpad.net/~rikmills/+related-packages"> Related packages </a> </li> <li> <a class="sprite info" href="https://launchpad.net/~rikmills/+related-projects"> Related projects </a> </li> </ul> <div class="yui-g"> <div> <div class="portlet" id="contact-details"> <h2>User information</h2> <div class="first yui-u"> <dl id="launchpad-id"> <dt>Launchpad Id:</dt> <dd>rikmills</dd> </dl> <dl id="email-addresses"> <dt>Email:</dt> <dd> <a href="+login">Log in</a> for email information. </dd> <dd> <br /> </dd> </dl> <dl> <dt>Member since:</dt> <dd id="member-since">2011-10-17</dd> </dl> <div id="teams_with_icons"> <a href="/~debian-users"><img alt="Icon of Debian GNU/Linux Users" src="https://launchpadlibrarian.net/11415783/debian.png" title="Member of Debian GNU/Linux Users" /></a> <a href="/~kubuntu-bugs"><img alt="Icon of Kubuntu Bugs" src="https://launchpadlibrarian.net/17482091/kubuntu-bugs-14.png" title="Member of Kubuntu Bugs" /></a> <a href="/~kubuntu-council"><img alt="Icon of Kubuntu Council" src="https://launchpadlibrarian.net/3864584/babelfish.png" title="Member of Kubuntu Council" /></a> <a href="/~kubuntu-members"><img alt="Icon of Kubuntu Members" src="https://launchpadlibrarian.net/44285406/kubuntu-circle-small.png" title="Member of Kubuntu Members" /></a> <a href="/~kubuntu-ninjas-yellow-belts"><img alt="Icon of Kubuntu Ninjas - Yellow belts" src="https://launchpadlibrarian.net/192173133/belt2-yellow3.png" title="Member of Kubuntu Ninjas - Yellow belts" /></a> <a href="/~kubuntu-ninjas"><img alt="Icon of Kubuntu Ninjas" src="https://launchpadlibrarian.net/31496145/icon.png" title="Member of Kubuntu Ninjas" /></a> <a href="/~kubuntu-ppa"><img alt="Icon of Kubuntu Package Archives" src="https://launchpadlibrarian.net/44411915/deb-small.png" title="Member of Kubuntu Package Archives" /></a> <a href="/~kubuntu-release"><img alt="Icon of Kubuntu Release" src="https://launchpadlibrarian.net/339644539/kubuntu-circle-small.png" title="Member of Kubuntu Release" /></a> <a href="/~kubuntu-testers"><img alt="Icon of Kubuntu Testers" src="https://launchpadlibrarian.net/6610937/kubuntu-testers-small.png" title="Member of Kubuntu Testers" /></a> <a href="/~kubuntu-users"><img alt="Icon of Kubuntu Users" src="https://launchpadlibrarian.net/44410180/kubuntu-circle-small.png" title="Member of Kubuntu Users" /></a> <a href="/~launchpad-beta-testers"><img alt="Icon of Launchpad Beta Testers" src="https://launchpadlibrarian.net/600856498/Canonical_Launchpad_icon_14px.png" title="Member of Launchpad Beta Testers" /></a> <a href="/~launchpad-users"><img alt="Icon of Launchpad Users" src="https://launchpadlibrarian.net/600856618/Canonical_Launchpad_icon_14px.png" title="Member of Launchpad Users" /></a> <a href="/~motu"><img alt="Icon of MOTU" src="https://launchpadlibrarian.net/1516491/motu-image-2.png" title="Member of MOTU" /></a> <a href="/~not-canonical"><img alt="Icon of Not Canonical" src="https://launchpadlibrarian.net/71133712/not-canonical_aubergine_14.png" title="Member of Not Canonical" /></a> <a href="/~tomahawk"><img alt="Icon of Tomahawk" src="https://launchpadlibrarian.net/119953219/tomahawk14.png" title="Member of Tomahawk" /></a> <a href="/~ubuntu-bugcontrol"><img alt="Icon of Ubuntu Bug Control" src="https://launchpadlibrarian.net/4423778/qa-icon.png" title="Member of Ubuntu Bug Control" /></a> <a href="/~bugsquad"><img alt="Icon of Ubuntu BugSquad" src="https://launchpadlibrarian.net/1812570/bugsquad.png" title="Member of Ubuntu BugSquad" /></a> <a href="/~ubuntu-community-team"><img alt="Icon of Ubuntu Community" src="https://launchpadlibrarian.net/217867748/pictogram-community-orange-hex.png" title="Member of Ubuntu Community" /></a> <a href="/~ubuntu-developer-members"><img alt="Icon of Ubuntu Contributing Developers" src="https://launchpadlibrarian.net/17290192/wrench_emblem-trans.png" title="Member of Ubuntu Contributing Developers" /></a> <a href="/~ubuntu-dev"><img alt="Icon of Ubuntu Development Team" src="https://launchpadlibrarian.net/1072363/motu.png" title="Member of Ubuntu Development Team" /></a> <a href="/~ubuntu-irc"><img alt="Icon of Ubuntu IRC Team" src="https://launchpadlibrarian.net/1741440/xchat.png" title="Member of Ubuntu IRC Team" /></a> <a href="/~locoteams"><img alt="Icon of Ubuntu Local Community Teams" src="https://launchpadlibrarian.net/162222905/locoteams-icon.png" title="Member of Ubuntu Local Community Teams" /></a> <a href="/~ubuntumembers"><img alt="Icon of Ubuntu Members" src="https://launchpadlibrarian.net/606495581/CoF%2014px.png" title="Member of Ubuntu Members" /></a> <a href="/~ubuntu-scientists"><img alt="Icon of Ubuntu Scientists" src="https://launchpadlibrarian.net/176351028/Logo.jpg" title="Member of Ubuntu Scientists" /></a> <a href="/~ubuntu-sponsors"><img alt="Icon of Ubuntu Sponsors" src="https://launchpadlibrarian.net/40794090/minitools.png" title="Member of Ubuntu Sponsors" /></a> <a href="/~ubuntu-uk"><img alt="Icon of Ubuntu UK" src="https://launchpadlibrarian.net/73823469/uuklogosquare14.png" title="Member of Ubuntu UK" /></a> <a href="/~xubuntu-users"><img alt="Icon of Xubuntu Users" src="https://launchpadlibrarian.net/341832283/icon_optimized_14_light.png" title="Member of Xubuntu Users" /></a> </div> <dl id="ubuntu-coc"> <dt>Signed Ubuntu Code of Conduct:</dt> <dd> <span id="ubuntu_coc_signer">Yes</span> </dd> </dl> </div> <div class="yui-u two-column-list"> <dl id="languages"> <dt>Languages: </dt> <dd> English </dd> </dl> <dl id="pgp-keys"> <dt>OpenPGP keys: </dt> <dd> <span style="word-wrap: anywhere">0CCBCFACAEBDBB9C2C8F34B622A04BEF9168BAD5</span> </dd> </dl> <dl id="sshkeys"> <dt>SSH keys: </dt> <dd> <a href="+sshkeys">acheron@linode</a> <br /> <a href="+sshkeys">neo@neo33</a> <br /> </dd> </dl> <dl id="timezone"> <dt>Time zone: </dt> <dd>Europe/London (UTC+0000) </dd> </dl> <dl id="karma"> <dt>Karma:</dt> <dd><a id="karma-total" href="https://launchpad.net/~rikmills/+karma">317656</a> <a target="help" href="/+help-registry/karma.html" class="sprite maybe action-icon">Karma help</a> </dd> </dl> </div> <div class="yui-u user-social-accounts"> <dl id="social-accounts"> <dt>Social accounts:</dt> <dd class="user-social-accounts__item irc-account"> <img class="user-social-accounts__icon" alt="IRC" title="IRC" src="/@@/social-irc" /> <span><strong>RikMills</strong> <span class="lesser"> on </span> <strong>irc.libera.chat</strong> </span> </dd> <dd class="user-social-accounts__item matrix-account"> <span><img class="user-social-accounts__icon" alt="Matrix" title="Matrix" src="/@@/social-matrix" /> <a href=https://matrix.to//#/@rikmills:kde.org target="_blank"><strong>@rikmills:kde.org</strong></a></span> </dd> </dl> </div> </div> </div> </div> <div> <div id="working-on" class="yui-g"> <div class="yui-u first"> <div class="portlet"> <h2> <span class="see-all"> <a href="https://launchpad.net/~rikmills/+assignedbugs?search=Search&field.status=In+Progress"> All bugs in progress </a> </span> Assigned bugs </h2> <table> <tr> <tr> <td class="icon left"><span alt="(high)" title="High importance" class="sprite bug-high"></span></td> <td> #2085110 <a href="https://bugs.launchpad.net/ubuntu/oracular/+source/kup-backup/+bug/2085110">Kup-backup is missing from System Settings in Plasma 6</a> </td> <td style="text-align: right"> </td> </tr> <tr> <td colspan="3" style="padding-bottom: 0.5em"> <div class="registered"> in <a href="/ubuntu">Ubuntu</a> </div> </td> </tr> </tr> <tr> <tr> <td class="icon left"><span alt="(high)" title="High importance" class="sprite bug-high"></span></td> <td> #2085110 <a href="https://bugs.launchpad.net/ubuntu/+source/kup-backup/+bug/2085110">Kup-backup is missing from System Settings in Plasma 6</a> </td> <td style="text-align: right"> </td> </tr> <tr> <td colspan="3" style="padding-bottom: 0.5em"> <div class="registered"> in <a href="/ubuntu">Ubuntu</a> </div> </td> </tr> </tr> </table> </div> </div> <div class="yui-u"> </div> </div> </div> <div class="yui-g"> <!-- First portlet column. --> <div class="first yui-u"> <div> <div id="ppas" class="portlet"> <h2>Personal package archives</h2> <div> <table> <tr> <td><a href="/~rikmills/+archive/ubuntu/staging1" class="sprite ppa-icon">staging1</a></td> </tr> </table> </div> <ul class="horizontal"> </ul> </div> <ul class="horizontal" style="margin-top: 0;"> <li> <a class="menu-link-view_recipes sprite info" href="https://code.launchpad.net/~rikmills/+recipes">View source package recipes</a> </li> </ul> </div> <div> <div class="portlet"> <h2> <span class="see-all"> <a href="https://launchpad.net/~rikmills/+participation"> All memberships </a> </span> Latest memberships </h2> <table id="participation"> <tr> <td colspan="2"> <div> <a href="/~ubuntu-community-team" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/217867748/pictogram-community-orange-hex.png)">Ubuntu Community</a> </div> <div class="registered"> Joined <time title="2024-09-15 08:16:24 UTC" datetime="2024-09-15T08:16:24.190353+00:00">on 2024-09-15</time> </div> </td> </tr> <tr> <td colspan="2"> <div> <a href="/~kubuntu-iso-managers" class="sprite team">Kubuntu ISO managers</a> </div> <div class="registered"> Joined <time title="2024-03-05 13:25:25 UTC" datetime="2024-03-05T13:25:25.182659+00:00">on 2024-03-05</time> </div> </td> </tr> <tr> <td colspan="2"> <div> <a href="/~kubuntu-ppa" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/44411915/deb-small.png)">Kubuntu Package Archives</a> </div> <div class="registered"> Joined <time title="2022-09-28 13:59:17 UTC" datetime="2022-09-28T13:59:17.653592+00:00">on 2022-09-28</time> </div> </td> </tr> <tr> <td colspan="2"> <div> <a href="/~kubuntu-packagers" class="sprite team">Kubuntu Packagers</a> </div> <div class="registered"> Joined <time title="2022-08-17 17:35:16 UTC" datetime="2022-08-17T17:35:16.547987+00:00">on 2022-08-17</time> </div> </td> </tr> <tr> <td colspan="2"> <div> <a href="/~kubuntu-website" class="sprite team">Kubuntu Website Editors</a> </div> <div class="registered"> Joined <time title="2021-08-28 08:30:15 UTC" datetime="2021-08-28T08:30:15.512826+00:00">on 2021-08-28</time> </div> </td> </tr> </table> </div> </div> </div> <div class="yui-u"> <div> <div class="portlet"> <h2> <span class="see-all"> <a href="https://launchpad.net/~rikmills/+karma">Recent activities</a> </span> Most active in </h2> <table class="contributions" id="contributions"> <tbody> <tr> <th> <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a> </th> <td> </td> <td> <img height="14" width="14" alt="" title="Bug Management" src="/@@/bug" /> </td> <td> <img height="14" width="14" alt="" title="Soyuz" src="/@@/package-source" /> </td> </tr> <tr> <th> <a href="/ubuntu-archive-tools" class="sprite product">ubuntu-archive-tools</a> </th> <td> <img height="14" width="14" alt="" title="Code" src="/@@/branch" /> </td> <td> </td> <td> </td> </tr> <tr> <th> <a href="/ubuntu-transition-tracker" class="sprite product">Ubuntu transition tracker</a> </th> <td> <img height="14" width="14" alt="" title="Code" src="/@@/branch" /> </td> <td> </td> <td> </td> </tr> <tr> <th> <a href="/debian" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/23668929/debian14.png)">Debian</a> </th> <td> </td> <td> <img height="14" width="14" alt="" title="Bug Management" src="/@@/bug" /> </td> <td> </td> </tr> <tr> <th> <a href="/britney" class="sprite product">britney</a> </th> <td> <img height="14" width="14" alt="" title="Code" src="/@@/branch" /> </td> <td> </td> <td> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div> </div> </div><!-- yui-b side --> </div><!-- 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"> • 78860d9 (<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://launchpad.net/api/devel/~rikmills", "web_link": "https://launchpad.net/~rikmills", "resource_type_link": "https://launchpad.net/api/devel/#person", "all_specifications_collection_link": "https://launchpad.net/api/devel/~rikmills/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/~rikmills/valid_specifications", "recipes_collection_link": "https://launchpad.net/api/devel/~rikmills/recipes", "time_zone": "Europe/London", "private": false, "is_valid": true, "is_team": false, "account_status": "Active", "visibility": "Public", "name": "rikmills", "display_name": "Rik Mills", "logo_link": "https://launchpad.net/api/devel/~rikmills/logo", "is_probationary": false, "id": "tag:launchpad.net:2008:redacted", "karma": 317656, "homepage_content": null, "description": "Ubuntu developer (MOTU), Kubuntu developer, and Kubuntu Council member. KDE Contributor/Developer.", "mugshot_link": "https://launchpad.net/api/devel/~rikmills/mugshot", "languages_collection_link": "https://launchpad.net/api/devel/~rikmills/languages", "hide_email_addresses": false, "date_created": "2011-10-17T11:40:12.735714+00:00", "sshkeys_collection_link": "https://launchpad.net/api/devel/~rikmills/sshkeys", "is_ubuntu_coc_signer": true, "gpg_keys_collection_link": "https://launchpad.net/api/devel/~rikmills/gpg_keys", "wiki_names_collection_link": "https://launchpad.net/api/devel/~rikmills/wiki_names", "irc_nicknames_collection_link": "https://launchpad.net/api/devel/~rikmills/irc_nicknames", "jabber_ids_collection_link": "https://launchpad.net/api/devel/~rikmills/jabber_ids", "social_accounts_collection_link": "https://launchpad.net/api/devel/~rikmills/social_accounts", "memberships_details_collection_link": "https://launchpad.net/api/devel/~rikmills/memberships_details", "open_membership_invitations_collection_link": "https://launchpad.net/api/devel/~rikmills/open_membership_invitations", "confirmed_email_addresses_collection_link": "https://launchpad.net/api/devel/~rikmills/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://launchpad.net/api/devel/~rikmills/+archive/ubuntu/ppa-deletedppa", "ppas_collection_link": "https://launchpad.net/api/devel/~rikmills/ppas", "sub_teams_collection_link": "https://launchpad.net/api/devel/~rikmills/sub_teams", "super_teams_collection_link": "https://launchpad.net/api/devel/~rikmills/super_teams", "members_collection_link": "https://launchpad.net/api/devel/~rikmills/members", "admins_collection_link": "https://launchpad.net/api/devel/~rikmills/admins", "participants_collection_link": "https://launchpad.net/api/devel/~rikmills/participants", "deactivated_members_collection_link": "https://launchpad.net/api/devel/~rikmills/deactivated_members", "expired_members_collection_link": "https://launchpad.net/api/devel/~rikmills/expired_members", "invited_members_collection_link": "https://launchpad.net/api/devel/~rikmills/invited_members", "members_details_collection_link": "https://launchpad.net/api/devel/~rikmills/members_details", "proposed_members_collection_link": "https://launchpad.net/api/devel/~rikmills/proposed_members", "account_status_history": "tag:launchpad.net:2008:redacted", "http_etag": "\"a0c4b7d4648759143b59ae580ca8abb6367e5772-531a40884ad00fa93ab737f0d91720ee56eb02ce\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 107 queries/external actions issued in 1.46 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>