<?xml version="1.0"?>
<portlets
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  i18n:domain="plone">

  <!-- Portlet type registrations -->

  <portlet
    addview="plone.portlet.static.Static"
    title="Static text portlet"
    description="A portlet which can display static HTML text."
    i18n:attributes="title;
                    description"
    />

</portlets>
