| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="project-manager" url="http://openacs.org/repository/apm/packages/project-manager" type="apm_application"> |
| |
5 |
5 |
<package-name>Project Manager</package-name> |
| |
6 |
6 |
<pretty-plural>Project Managers</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>f</singleton-p> |
| |
9 |
9 |
|
| |
10 |
|
<version name="1.09b2" url="http://openacs.org/repository/download/apm/project-manager-1.09b2.apm"> |
| |
|
10 |
<version name="1.09b3" url="http://openacs.org/repository/download/apm/project-manager-1.09b3.apm"> |
| |
11 |
11 |
<owner url="mailto:jader@bread.com">Jade Rubick</owner> |
| |
12 |
12 |
<summary>Project management tool for OpenACS</summary> |
| |
13 |
|
<release-date>2004-06-25</release-date> |
| |
|
13 |
<release-date>2004-06-28</release-date> |
| |
14 |
14 |
<vendor url="mailto:jader@bread.com">Integrated Bakery Resources</vendor> |
| |
15 |
15 |
<description format="text/plain">Track tasks, estimates and actual progress for a project. See the <a href="http://openacs.org/projects/dotwrk/project_management/">project page</a> for more information.</description> |
| |
16 |
16 |
|
| |
17 |
|
<provides url="project-manager" version="1.09b2"/> |
| |
|
17 |
<provides url="project-manager" version="1.09b3"/> |
| |
18 |
18 |
<requires url="acs-datetime" version="4.0"/> |
| |
19 |
19 |
<requires url="acs-templating" version="4.6.4"/> |
| |
20 |
20 |
<requires url="categories" version="1.0d3"/> |
| |
21 |
21 |
<requires url="general-comments" version="4.0"/> |
| |
22 |
22 |
<requires url="logger" version="1.0b5"/> |
| |
23 |
23 |
<requires url="notifications" version="5.0.0a5"/> |
| |
24 |
24 |
<requires url="organizations" version="0.3d"/> |
| |
25 |
25 |
|
| |
26 |
26 |
<callbacks> |
| |
27 |
27 |
<callback type="after-instantiate" proc="pm::install::package_instantiate"/> |
| |
28 |
28 |
<callback type="before-uninstantiate" proc="pm::install::package_uninstantiate"/> |
| |
29 |
29 |
</callbacks> |
| |
30 |
30 |
<parameters> |
| |
31 |
31 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="LoggerPrimaryURL" description="This is the primary logger instance that is linked in to this project-manager instance. Links to this instance are added to |
| |
32 |
32 |
project-manager." section_name="logger"/> |
| |
33 |
33 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="LoggerURLsToKeepUpToDate" description="This is a list of logger instances that are linked in with project-manager. When they are linked in, that means that new projects are added to the list of projects, and are taken off the list when project-manager closes them. This should be set via the project-manager Admin UI, not through here." section_name="logger"/> |
| |
34 |
34 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="OngoingByDefaultP" default="f" description="If set to t, then projects are by default ongoing (no deadline), unless the user selects otherwise. If set to f, then projects by default have a deadline." section_name="projects"/> |
| |
35 |
35 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ProjectName" default="Project" description="What projects should be refered to as" section_name="terminology"/> |
| |
36 |
36 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="SendDailyEmail" default="0" description="Whether or not to send a daily email reminder to all people who are assigned tasks. A 1 indicates yes, and a 0 indicates no." section_name="email"/> |
| |
37 |
37 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="TaskName" default="Task" description="What tasks should be refered to as" section_name="terminology"/> |