~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<tal:root
  xmlns:tal="http://xml.zope.org/namespaces/tal"
  xmlns:metal="http://xml.zope.org/namespaces/metal"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  omit-tag="">

<div class="portlet" id="portlet-details">

  <h2>Release planning with Blueprint</h2>

  <div class="portletBody portletContent">

    <img src="/@@/info" />
    Launchpad allows you to track the planned features for your project or
    distribution. It tracks the dependencies between features and will use
    those to create a recommended project plan for you. You can assign
    features to milestones to show your users what you expect to deliver in
    a given milestone or release.
    <br />
    <br />
    <strong>Registering specifications</strong><br />
    To register a specification, first <a href="/projects/">locate the
    project</a> for which the feature is being
    developed, and select "New Specification" in the actions menu.

  </div>

</div>
</tal:root>