<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      lang="en" dir="ltr">
  <head>
<base href="https://launchpad.net/%7Evalerio-pelanti/+index" />

    <meta charset="UTF-8" />
    <title>Valerio in Launchpad</title>
    <link rel="shortcut icon" href="/@@/launchpad.png" />
    
    
      <link rel="alternate" type="application/atom+xml"
            href="http://feeds.launchpad.net/~valerio-pelanti/latest-bugs.atom"
            title="Latest Bugs for Valerio" />
      <link rel="alternate" type="application/atom+xml"
            href="http://feeds.launchpad.net/~valerio-pelanti/branches.atom"
            title="Latest Branches for Valerio" />
      <link rel="alternate" type="application/atom+xml"
            href="http://feeds.launchpad.net/~valerio-pelanti/revisions.atom"
            title="Latest Revisions by Valerio" />
    

    
  
  <link type="text/css" rel="stylesheet"
        media="screen, print"
        href="/+icing/rev17131/combo.css" />


    

    
      
    

    
  

  
  
  <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/rev17131/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script>
   <script type="text/javascript">
        var raw = null;
        if (LP.devmode) {
           raw = 'raw';
        }
        YUI.GlobalConfig = {
            combine: true,
            comboBase: '/+combo/rev17131/?',
            root: 'yui/',
            filter: raw,
            debug: false,
            fetchCSS: false,
            maxURLLength: 2000,
            groups: {
                lp: {
                    combine: true,
                    base: '/+combo/rev17131/?lp/',
                    comboBase: '/+combo/rev17131/?',
                    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.
      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.app.longpoll',
            '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();
                // Longpolling will only start if
                // LP.cache.longpoll is populated.
                // We use Y.later to work around a Safari/Chrome 'feature':
                // The mouse cursor stays 'busy' until all the requests started during
                // page load are finished.  Hence we want the long poll request to start
                // right *after* the page has loaded.
                Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager);

            });

            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" />
    
    <meta name="robots" content="noindex,nofollow" />
    
      
        <link rel="openid.server"
              href="https://login.launchpad.net/+openid" />
        <link rel="openid.delegate"
              href="https://login.launchpad.net/+id/MdPRhxG" />
        <link rel="openid2.provider"
              href="https://login.launchpad.net/+openid" />
        <link rel="openid2.local_id"
              href="https://login.launchpad.net/+id/MdPRhxG" />

        <meta http-equiv="X-XRDS-Location"
              content="https://login.launchpad.net/+id/MdPRhxG/+xrds" />
      
    
  
    
  </head>

  <body id="document" itemscope=""
        itemtype="http://schema.org/WebPage"
        class="tab-overview
      main_side
      public
      yui3-skin-sam">
          
          
        <script type="text/javascript">
          var _gaq = _gaq || [];
          _gaq.push(['_setAccount', 'UA-12833497-1']);
          _gaq.push(['_setDomainName', '.launchpad.net']);
          _gaq.push(['_setAllowHash', false]);
          _gaq.push(['_trackPageview']);
        </script>
        <script type="text/javascript"
                src="https://launchpad.net/+icing/rev17131/google-analytics/ga.js"></script>
    <div class="yui-d0">
      <div id="locationbar" class="login-logout">
        

<div id="logincontrol"><a href="https://launchpad.net/~valerio-pelanti/+login">Log in / Register</a></div>



      </div><!--id="locationbar"-->

      <div id="watermark" class="watermark-apps-portlet">
        <div>
          <img alt="" width="64" height="64" src="/@@/person-logo" />
        </div>
        <div class="wide">
          <h2>Valerio</h2>
          
  <!-- Application Menu -->
  <ul class="facetmenu">
    
      <li class="overview active"><span>Overview</span></li>
      
      
    
    
      
      <li class="branches"><a
    href="https://code.launchpad.net/~valerio-pelanti">Code</a></li>
      
    
    
      
      <li class="bugs"><a href="https://bugs.launchpad.net/~valerio-pelanti">Bugs</a></li>
      
    
    
      
      <li class="specifications"><a
    href="https://blueprints.launchpad.net/~valerio-pelanti">Blueprints</a></li>
      
    
    
      
      <li class="translations"><a
    href="https://translations.launchpad.net/~valerio-pelanti">Translations</a></li>
      
    
    
      
      <li class="answers"><a href="https://answers.launchpad.net/~valerio-pelanti">Answers</a></li>
      
    
  </ul>

        </div>
      </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 id="edit-description" class="lazr-multiline-edit">
  <div class="clearfix">
    

    
  </div>

  <div class="yui3-editable_text-text"></div>
  </div>

  
</div>

   </div>
    <ul class="horizontal">
      
      <li>
        <a class="sprite info"
           href="https://launchpad.net/~valerio-pelanti/+related-packages">
          Related packages
        </a>
      </li>
      <li>
        <a class="sprite info"
           href="https://launchpad.net/~valerio-pelanti/+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>valerio-pelanti</dd>
    </dl>
    <dl id="email-addresses">
      <dt>Email:
        
      </dt>
      <dd>
        
          <a href="+login">Log in</a> for email information.
        

        

        

      </dd>
    </dl>


    

    

    <dl>
      <dt>Member since:</dt>
      <dd id="member-since">2014-07-30</dd>
    </dl>

    

    
  </div>

  <div class="yui-u two-column-list">
    

    

    

    <dl id="languages">
      <dt>Languages:
        
      </dt>
      <dd>
        English
      </dd>
    </dl>

    

    <dl id="karma">
      <dt>Karma:</dt>
      <dd><a id="karma-total"
             href="https://launchpad.net/~valerio-pelanti/+karma">0</a>
          <a target="help" href="/+help-registry/karma.html" class="sprite maybe action-icon">Karma help</a>
      </dd>
    </dl>
  </div>

</div>


</div>
    </div>

    <div>
  <div id="working-on" class="yui-g">
    <div class="yui-u first">
      
    </div>

    <div class="yui-u">
      
    </div>
  </div>

</div>

    <div class="yui-g">
      <!-- First portlet column. -->
      <div class="first yui-u">
        <div>
  
  



</div>
        <div>
  <div class="portlet">
    <h2>
      
      Latest memberships
    </h2>

    

    <p>
      Valerio is not an
      active member of any Launchpad teams.
    </p>
  </div>

</div>
      </div>
      <div class="yui-u">
        <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-logo-and-name-hierarchy.png" alt="Launchpad" /></a>
          &nbsp;&bull;&nbsp;
          <a href="https://launchpad.net/+tour">Take the tour</a>
          &nbsp;&bull;&nbsp;
          <a href="https://help.launchpad.net/">Read the guide</a>
          &nbsp;
          <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">
      &copy; 2004-2014
      <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
      &nbsp;&bull;&nbsp;
      <a href="https://launchpad.net/legal">Terms of use</a>
      &nbsp;&bull;&nbsp;
      <a href="/feedback">Contact Launchpad Support</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://blog.launchpad.net/">Blog</a>
      
        &nbsp;&bull;&nbsp;
        <a href="http://www.canonical.com/about-canonical/careers">Careers</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://identi.ca/launchpadstatus">System status</a>
      <span id="lp-version">
      &nbsp;&bull;&nbsp;
        r17131
        
        
        (<a href="https://dev.launchpad.net/">Get the code!</a>)
      </span>
    </div>
  </div>

    </div><!-- yui-d0-->

    <div id="help-pane" class="invisible">
      <div id="help-body">
        
        <iframe id="help-pane-content" class="invisible" src="javascript:void(0);"></iframe>
      </div>
      <div id="help-footer">
        <span id="help-close"></span>
      </div>
    </div>

    
  
  
  <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"languages_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/languages", "members_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/members", "sub_teams_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/sub_teams", "open_membership_invitations_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/open_membership_invitations", "ppas_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/ppas", "private": false, "time_zone": null, "proposed_members_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/proposed_members", "memberships_details_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/memberships_details", "all_specifications_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/all_specifications", "is_probationary": true, "description": null, "mugshot_link": "https://launchpad.net/api/devel/~valerio-pelanti/mugshot", "invited_members_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/invited_members", "gpg_keys_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/gpg_keys", "archive_link": null, "deactivated_members_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/deactivated_members", "irc_nicknames_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/irc_nicknames", "http_etag": "\"3cc543d60b3d843e914499241b0a46958aa37747-417a9d78cdc9a4bdcc71ecf0554a3a06248f9cc5\"", "is_valid": true, "self_link": "https://launchpad.net/api/devel/~valerio-pelanti", "confirmed_email_addresses_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/confirmed_email_addresses", "mailing_list_auto_subscribe_policy": "Ask me when I join a team", "team_owner_link": null, "members_details_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/members_details", "hide_email_addresses": false, "admins_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/admins", "valid_specifications_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/valid_specifications", "visibility": "Public", "recipes_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/recipes", "date_created": "2014-07-30T15:01:55.354589+00:00", "preferred_email_address_link": "tag:launchpad.net:2008:redacted", "is_ubuntu_coc_signer": false, "display_name": "Valerio", "expired_members_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/expired_members", "sshkeys_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/sshkeys", "name": "valerio-pelanti", "resource_type_link": "https://launchpad.net/api/devel/#person", "super_teams_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/super_teams", "participants_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/participants", "web_link": "https://launchpad.net/~valerio-pelanti", "hardware_submissions_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/hardware_submissions", "logo_link": "https://launchpad.net/api/devel/~valerio-pelanti/logo", "is_team": false, "karma": 0, "wiki_names_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/wiki_names", "homepage_content": null, "jabber_ids_collection_link": "https://launchpad.net/api/devel/~valerio-pelanti/jabber_ids"}};</script>

    
  

    
  </body>


  <!--
    Facet name: overview
    Page type: main_side
    Has global search: True
    Has application tabs: True
    Has side portlets: True

    At least 27 queries/external actions issued in 0.37 seconds

    Features: {'app.mainsite_only.canonical_url': None, 'baselayout.careers_link.disabled': None, 'hard_timeout': u'5000', 'profiling.enabled': None, 'js.yui_version': None, 'visible_render_time': None}

    r17131

    -->

</html>